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 efa1dec commit a18aabcCopy full SHA for a18aabc
controller_manager/src/controller_manager.cpp
@@ -2964,6 +2964,8 @@ void ControllerManager::manage_switch()
2964
{
2965
RCLCPP_ERROR(get_logger(), "Error while performing mode switch.");
2966
// If the hardware switching fails, there is no point in continuing to switch controllers
2967
+ switch_params_.do_switch = false;
2968
+ switch_params_.cv.notify_all();
2969
return;
2970
}
2971
execution_time_.switch_perform_mode_time =
0 commit comments