10 #include <dynamic-graph/linear-algebra.h> 12 #include "yaml_cpp_catkin/yaml_eigen.h" 22 typedef std::map<std::string, dynamicgraph::Vector>
VectorDGMap;
33 VectorDGMap& out_sensors_map,
34 VectorDGMap& out_motor_controls_map);
std::map< std::string, dynamicgraph::Vector > VectorDGMap
VectorDGMap is a shortcut for the very long type of the map.
Definition: tools.hh:22
void parse_yaml_node(const YAML::Node &sensors_and_controls, VectorDGMap &out_sensors_map, VectorDGMap &out_motor_controls_map)
parse_yaml_node allows to parse the yaml node to create the according maps of dynamicgraph::Vector.
Definition: tools.cpp:14
this is this package namespace in order to avoid naming conflict
Definition: device.hh:22