apply keyformatter to Gaussian iSAM in HybridNonlinearISAM
parent
1a17a81173
commit
055df81dd3
|
|
@ -99,7 +99,7 @@ void HybridNonlinearISAM::print(const string& s,
|
||||||
const KeyFormatter& keyFormatter) const {
|
const KeyFormatter& keyFormatter) const {
|
||||||
cout << s << "ReorderInterval: " << reorderInterval_
|
cout << s << "ReorderInterval: " << reorderInterval_
|
||||||
<< " Current Count: " << reorderCounter_ << endl;
|
<< " Current Count: " << reorderCounter_ << endl;
|
||||||
isam_.print("HybridGaussianISAM:\n");
|
isam_.print("HybridGaussianISAM:\n", keyFormatter);
|
||||||
linPoint_.print("Linearization Point:\n", keyFormatter);
|
linPoint_.print("Linearization Point:\n", keyFormatter);
|
||||||
factors_.print("Nonlinear Graph:\n", keyFormatter);
|
factors_.print("Nonlinear Graph:\n", keyFormatter);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue