#include <hardware_interface.hpp>
Public Member Functions | |
ActuatorCommand () | |
Public Attributes | |
double | effort_ |
Force to apply (in Nm) | |
bool | enable_ |
Enable this actuator. |
Definition at line 78 of file hardware_interface.hpp.
ros_ethercat_model::ActuatorCommand::ActuatorCommand | ( | ) | [inline] |
Definition at line 81 of file hardware_interface.hpp.
Force to apply (in Nm)
Definition at line 88 of file hardware_interface.hpp.
Enable this actuator.
Definition at line 87 of file hardware_interface.hpp.