printing detail
parent
5912b7f235
commit
50b40b1b5b
|
@ -65,8 +65,8 @@ namespace gtsam {
|
|||
|
||||
/** print */
|
||||
virtual void print(const std::string& s, const KeyFormatter& keyFormatter = DefaultKeyFormatter) const {
|
||||
std::cout << s << "PriorFactor(" << keyFormatter(this->key()) << ")\n";
|
||||
prior_.print(" prior");
|
||||
std::cout << s << "PriorFactor on " << keyFormatter(this->key()) << ", prior value:\n";
|
||||
prior_.print();
|
||||
this->noiseModel_->print(" noise model: ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue