Skip to content

Commit d6a2549

Browse files
Fixed typo in exception message
1 parent c2546cd commit d6a2549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transmission_interface/include/transmission_interface/simple_transmission.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ 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(
237+
"None of the provided actuator handles are valid or from the required interfaces");
237238
}
238239
}
239240

0 commit comments

Comments
 (0)