use Eigen::aligned_allocator

release/4.3a0
John Lambert 2022-01-27 15:35:51 -05:00 committed by GitHub
parent e0b37ed7ad
commit 56312d91be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ py::bind_vector<
py::bind_vector< py::bind_vector<
std::vector<boost::shared_ptr<gtsam::BetweenFactor<gtsam::Pose2> > > >( std::vector<boost::shared_ptr<gtsam::BetweenFactor<gtsam::Pose2> > > >(
m_, "BetweenFactorPose2s"); m_, "BetweenFactorPose2s");
py::bind_vector<std::vector<gtsam::Rot3>>(m_, "Rot3Vector"); py::bind_vector<std::vector<gtsam::Rot3, Eigen::aligned_allocator<gtsam::Rot3>>(m_, "Rot3Vector");