#include <shadow_hand.hpp>
Public Member Functions | |
| JointState () | |
| JointState (double _position, double _velocity, double _effort) | |
Public Attributes | |
| double | effort |
| double | position |
| double | velocity |
Definition at line 10 of file shadow_hand.hpp.
| shadow_robot_standalone::JointState::JointState | ( | ) | [inline] |
Definition at line 12 of file shadow_hand.hpp.
| shadow_robot_standalone::JointState::JointState | ( | double | _position, |
| double | _velocity, | ||
| double | _effort | ||
| ) | [inline] |
Definition at line 14 of file shadow_hand.hpp.
Definition at line 18 of file shadow_hand.hpp.
Definition at line 16 of file shadow_hand.hpp.
Definition at line 17 of file shadow_hand.hpp.