#include <hardware_interface.h>
Public Member Functions | |
| ActuatorCommand () | |
Public Attributes | |
| double | effort_ |
| Force to apply (in Nm). | |
| bool | enable_ |
| Enable this actuator. | |
Definition at line 123 of file hardware_interface.h.
| pr2_hardware_interface::ActuatorCommand::ActuatorCommand | ( | ) | [inline] |
Definition at line 126 of file hardware_interface.h.
Force to apply (in Nm).
Definition at line 130 of file hardware_interface.h.
Enable this actuator.
Definition at line 129 of file hardware_interface.h.