3 #ifndef ROBOWFLEX_ADAPTER_
4 #define ROBOWFLEX_ADAPTER_
8 #include <Eigen/Geometry>
9 #include <Eigen/StdVector>
11 #include <moveit/transforms/transforms.h>
22 std::declval<moveit::core::Transforms>().getTransform(
"")
36 newpose.matrix() = pose.matrix();
Main namespace. Contains all library classes and functions.
M toMatrix(const RobotPose &pose)
Convert the Robowflex pose type to another transform type.
std::decay< decltype(std::declval< moveit::core::Transforms >().getTransform("")) >::type RobotPose
A pose (point in SE(3)) used in various functions. Defined from what MoveIt! uses.