|
Robowflex
v0.1
Making MoveIt Easy
|
#include <type_traits>#include <Eigen/Geometry>#include <Eigen/StdVector>#include <moveit/transforms/transforms.h>Go to the source code of this file.
Namespaces | |
| robowflex | |
| Main namespace. Contains all library classes and functions. | |
Typedefs | |
| using | robowflex::RobotPose = std::decay< decltype(std::declval< moveit::core::Transforms >().getTransform("")) >::type |
| A pose (point in SE(3)) used in various functions. Defined from what MoveIt! uses. More... | |
| using | robowflex::RobotPoseVector = std::vector< RobotPose, Eigen::aligned_allocator< RobotPose > > |
| A vector of poses. More... | |
Functions | |
| template<typename M > | |
| M | robowflex::toMatrix (const RobotPose &pose) |
| Convert the Robowflex pose type to another transform type. More... | |