#include <motion_model.h>
Public Member Functions | |
JointGroup () | |
JointGroup (const std::string &name) | |
Public Attributes | |
std::string | group_name_ |
std::vector< std::string > | joints_ |
Motion model The JointGroup Struct represents a joint group as defined by move_it
Definition at line 50 of file motion_model.h.
|
inline |
Definition at line 55 of file motion_model.h.
|
inline |
Definition at line 59 of file motion_model.h.
std::string pal::JointGroup::group_name_ |
Definition at line 52 of file motion_model.h.
std::vector<std::string> pal::JointGroup::joints_ |
Definition at line 53 of file motion_model.h.