ROSEndEffector
ROS End-Effector package: provides a ROS-based set of standard interfaces to command robotics end-effectors in an agnostic fashion.
|
#include <Eigen/Dense>
#include <std_msgs/Float32MultiArray.h>
Go to the source code of this file.
Namespaces | |
ROSEE | |
ROSEE::Utils | |
Functions | |
static std_msgs::Float32MultiArray | ROSEE::Utils::eigenMatrixToFloat32MultiArray (Eigen::MatrixXd eigenMatrix) |
Utility to fill the Float32MultiArray ROS message from an eigen matrix. More... | |
static std::vector< float > | ROSEE::Utils::eigenVectorToStdVector (Eigen::VectorXd eigenVector) |