Fixed print issue
parent
83a853f6f1
commit
5629b07fd6
|
|
@ -74,7 +74,7 @@ namespace gtsam {
|
|||
std::cout << s << "BetweenFactor("
|
||||
<< keyFormatter(this->key1()) << ","
|
||||
<< keyFormatter(this->key2()) << ")\n";
|
||||
measured_.print(" measured");
|
||||
measured_.print(" measured: ");
|
||||
this->noiseModel_->print(" noise model: ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue