We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f258015 commit fa9de9eCopy full SHA for fa9de9e
ros_ethercat_model/include/ros_ethercat_model/hardware_interface.hpp
@@ -102,7 +102,7 @@ class ActuatorCommand
102
}
103
104
bool enable_; //!< Enable this actuator
105
- double effort_; //!< Effor to apply, unit depends on effort_command_type_ field
+ double effort_; //!< Effort to apply, unit depends on effort_command_type_ field
106
EffortCommandType effort_command_type_; //!< Type of effort in effort_ field
107
108
void set_effort_command(double effort, EffortCommandType effort_command_type)
0 commit comments