add Rot3Vector type to specializations
parent
20622c2579
commit
9e63911835
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue