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 c2546cd commit d6a2549Copy full SHA for d6a2549
transmission_interface/include/transmission_interface/simple_transmission.hpp
@@ -233,7 +233,8 @@ inline void SimpleTransmission::configure(
233
!actuator_position_ && !actuator_velocity_ && !actuator_effort_ && !actuator_torque_ &&
234
!actuator_force_ && !actuator_current_ && !actuator_absolute_position_)
235
{
236
- throw Exception("None of the provided joint handles are valid or from the required interfaces");
+ throw Exception(
237
+ "None of the provided actuator handles are valid or from the required interfaces");
238
}
239
240
0 commit comments