#include <sr_joint_motor.hpp>

Public Member Functions | |
| MuscleWrapper () | |
| ~MuscleWrapper () | |
Public Attributes | |
| int | muscle_driver_id [2] |
| id of the muscle drivers that control the muscles for this joint. These muscles can be driven by different muscle drivers. | |
| int | muscle_id [2] |
| id of the muscles for this joint (the id indicates the order from 0 to 9 of the muscle in its muscle driver) | |
Definition at line 171 of file sr_joint_motor.hpp.
| shadow_joints::MuscleWrapper::MuscleWrapper | ( | ) | [inline] |
Definition at line 174 of file sr_joint_motor.hpp.
| shadow_joints::MuscleWrapper::~MuscleWrapper | ( | ) | [inline] |
Definition at line 184 of file sr_joint_motor.hpp.
id of the muscle drivers that control the muscles for this joint. These muscles can be driven by different muscle drivers.
Definition at line 187 of file sr_joint_motor.hpp.
id of the muscles for this joint (the id indicates the order from 0 to 9 of the muscle in its muscle driver)
Definition at line 192 of file sr_joint_motor.hpp.