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 e69d40f commit 4a23ff2Copy full SHA for 4a23ff2
nav2_util/include/nav2_util/simple_action_server.hpp
@@ -315,7 +315,7 @@ class SimpleActionServer
315
if (steady_clock::now() - start_time >= server_timeout_) {
316
terminate_all();
317
if (completion_callback_) {completion_callback_();}
318
- throw std::runtime_error("Action callback is still running and missed deadline to stop");
+ error_msg("Action callback is still running and missed deadline to stop");
319
}
320
321
0 commit comments