use boost::optional in .i file directly

release/4.3a0
John Lambert 2021-09-01 10:15:00 -06:00 committed by GitHub
parent bc641f893d
commit 6d57016a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {