A named state for a particular group.
More...
#include <model.h>
A named state for a particular group.
Definition at line 143 of file model.h.
◆ group_
std::string srdf::Model::GroupState::group_ |
The name of the group this state is specified for.
Definition at line 149 of file model.h.
◆ joint_values_
std::map<std::string, std::vector<double> > srdf::Model::GroupState::joint_values_ |
The values of joints for this state. Each joint can have a value. We use a vector for the 'value' to support multi-DOF joints
Definition at line 153 of file model.h.
◆ name_
std::string srdf::Model::GroupState::name_ |
The name of the state.
Definition at line 146 of file model.h.
The documentation for this struct was generated from the following file: