Struct JointStateConverterMap
Defined in File type_conversions.hpp
Nested Relationships
Nested Types
Struct Documentation
-
struct JointStateConverterMap
Pre-computed mapping for ROS JointState to RoboPlan type conversions.
JointState messages may be in different orders, will not contain mimic states, and have different representation of continuous types. This structure maintains a mapping from ROS JointStates to RoboPlan JointConfigurations to enable efficient conversion from one type to the other.
Public Members
-
std::vector<JointMapping> mappings
Index of JointState joints in the Scene.
-
size_t nq
Number of position states in the Scene.
-
size_t nv
Numbef of velocity states in the Scene.
-
struct JointMapping
Mapping for an individual joint.
-
std::vector<JointMapping> mappings