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 99ce90b commit 7b221dcCopy full SHA for 7b221dc
src/example_robot_wrapper.cpp
@@ -123,7 +123,7 @@ bool ExampleRobotWrapper::clearProtectiveStop()
123
}
124
catch (const TimeoutException&)
125
{
126
- URCL_LOG_ERROR("Robot did not unlock the protective stop within the given timeout");
+ URCL_LOG_ERROR("Robot could not unlock the protective stop");
127
return false;
128
129
0 commit comments