add Rot3Vector type to specializations

release/4.3a0
John Lambert 2022-01-26 17:58:36 -07:00 committed by GitHub
parent 20622c2579
commit 9e63911835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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