move align as function, not as class method
parent
55785f8180
commit
50f3b93324
|
|
@ -436,10 +436,10 @@ class Pose2 {
|
|||
|
||||
// enable pickling in python
|
||||
void pickle() const;
|
||||
|
||||
gtsam::Pose2 align(const gtsam::Point2Pairs& pairs);
|
||||
};
|
||||
|
||||
gtsam::Pose2 align(const gtsam::Point2Pairs& pairs);
|
||||
|
||||
#include <gtsam/geometry/Pose3.h>
|
||||
class Pose3 {
|
||||
// Standard Constructors
|
||||
|
|
|
|||
Loading…
Reference in New Issue