move align as function, not as class method
parent
55785f8180
commit
50f3b93324
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue