use boost::optional in .i file directly
parent
bc641f893d
commit
6d57016a51
|
|
@ -438,7 +438,7 @@ class Pose2 {
|
|||
void pickle() const;
|
||||
};
|
||||
|
||||
gtsam::Pose2 align(const gtsam::Point2Pairs& pairs);
|
||||
boost::optional<gtsam::Pose2> align(const gtsam::Point2Pairs& pairs);
|
||||
|
||||
#include <gtsam/geometry/Pose3.h>
|
||||
class Pose3 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue