#include <motion_model.h>
Public Member Functions | |
JointPosition (const std::string &joint_name, double position) | |
Public Attributes | |
std::string | joint_name_ |
double | position_ |
The JointPosition Struct represent the position of a given joint
Definition at line 88 of file motion_model.h.
|
inline |
Definition at line 93 of file motion_model.h.
std::string pal::JointPosition::joint_name_ |
Definition at line 90 of file motion_model.h.
double pal::JointPosition::position_ |
Definition at line 91 of file motion_model.h.