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 8541b89 commit 3bd5b9dCopy full SHA for 3bd5b9d
transmission_interface/include/transmission_interface/simple_transmission.hpp
@@ -233,7 +233,7 @@ 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("None of the provided actuator handles are valid or from the required interfaces");
237
}
238
239
0 commit comments