move align as function, not as class method

release/4.3a0
John Lambert 2021-08-30 18:01:17 -06:00 committed by GitHub
parent 55785f8180
commit 50f3b93324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -436,9 +436,9 @@ class Pose2 {
// enable pickling in python // enable pickling in python
void pickle() const; void pickle() const;
};
gtsam::Pose2 align(const gtsam::Point2Pairs& pairs); gtsam::Pose2 align(const gtsam::Point2Pairs& pairs);
};
#include <gtsam/geometry/Pose3.h> #include <gtsam/geometry/Pose3.h>
class Pose3 { class Pose3 {