Use new key version in Barometric
parent
e5ec007185
commit
581c2d5ebd
|
@ -26,8 +26,8 @@ namespace gtsam {
|
|||
void BarometricFactor::print(const string& s,
|
||||
const KeyFormatter& keyFormatter) const {
|
||||
cout << (s.empty() ? "" : s + " ") << "Barometric Factor on "
|
||||
<< keyFormatter(key1()) << "Barometric Bias on "
|
||||
<< keyFormatter(key2()) << "\n";
|
||||
<< keyFormatter(key<1>()) << "Barometric Bias on "
|
||||
<< keyFormatter(key<2>()) << "\n";
|
||||
|
||||
cout << " Baro measurement: " << nT_ << "\n";
|
||||
noiseModel_->print(" noise model: ");
|
||||
|
|
Loading…
Reference in New Issue