Skip to content

Commit fa9de9e

Browse files
Fix typo
1 parent f258015 commit fa9de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros_ethercat_model/include/ros_ethercat_model/hardware_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class ActuatorCommand
102102
}
103103

104104
bool enable_; //!< Enable this actuator
105-
double effort_; //!< Effor to apply, unit depends on effort_command_type_ field
105+
double effort_; //!< Effort to apply, unit depends on effort_command_type_ field
106106
EffortCommandType effort_command_type_; //!< Type of effort in effort_ field
107107

108108
void set_effort_command(double effort, EffortCommandType effort_command_type)

0 commit comments

Comments
 (0)