#include <hardware_interface.hpp>
Public Attributes | |
ActuatorCommand | command_ |
std::string | name_ |
ActuatorState | state_ |
The Actuator class provides an interface for the motor controller
The ActuatorCommand class is used to enable the motor and set the commanded efforts of the motor (in Nm).
The ActuatorState class reports back on the state of the motor
Definition at line 100 of file hardware_interface.hpp.
Definition at line 105 of file hardware_interface.hpp.
std::string ros_ethercat_model::Actuator::name_ |
Definition at line 103 of file hardware_interface.hpp.
Definition at line 104 of file hardware_interface.hpp.