39 #include <pybind11/pybind11.h>
40 #include <pybind11/stl.h>
41 #include <pybind11/eigen.h>
48 namespace bind_transforms
50 Eigen::MatrixXd
getTransform(std::shared_ptr<moveit::core::Transforms>& transforms, std::string& from_frame);
52 std::map<std::string, Eigen::MatrixXd>
getAllTransforms(std::shared_ptr<moveit::core::Transforms>& transforms);