Skip to content

Commit 3bd5b9d

Browse files
Fixed typo in exception message
1 parent 8541b89 commit 3bd5b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transmission_interface/include/transmission_interface/simple_transmission.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ inline void SimpleTransmission::configure(
233233
!actuator_position_ && !actuator_velocity_ && !actuator_effort_ && !actuator_torque_ &&
234234
!actuator_force_ && !actuator_current_ && !actuator_absolute_position_)
235235
{
236-
throw Exception("None of the provided joint handles are valid or from the required interfaces");
236+
throw Exception("None of the provided actuator handles are valid or from the required interfaces");
237237
}
238238
}
239239

0 commit comments

Comments
 (0)