ROSEndEffector
ROS End-Effector package: provides a ROS-based set of standard interfaces to command robotics end-effectors in an agnostic fashion.
|
#include <yaml-cpp/yaml.h>
#include <Eigen/Dense>
Go to the source code of this file.
Namespaces | |
ROSEE | |
ROSEE::Utils | |
Functions | |
static Eigen::MatrixXd | ROSEE::Utils::yamlMatrixToEigen (const YAML::Node &matrixNode) |
given a yaml node with a structure like More... | |
static Eigen::VectorXd | ROSEE::Utils::yamlVectorToEigen (const YAML::Node &vectorNode) |