Merge pull request #48 from borglab/feature/wrap_printErrorrs

wrap printErrors
release/4.3a0
Frank Dellaert 2019-06-04 20:53:46 -04:00 committed by GitHub
commit 8469ec191b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1870,6 +1870,7 @@ class NonlinearFactorGraph {
// FactorGraph
void print(string s) const;
void printErrors(const gtsam::Values& values);
bool equals(const gtsam::NonlinearFactorGraph& fg, double tol) const;
size_t size() const;
bool empty() const;