Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Dec 14, 2023
1 parent fcdb2d2 commit 98575d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_iiqka_eac_driver/src/robot_manager_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ RobotManagerNode::on_deactivate(const rclcpp_lifecycle::State &)
// Stop RT controllers
if (!kuka_drivers_core::changeControllerState(
change_controller_state_client_, {},
controller_handler_.GetControllersForDeactivation()), SwitchController::Request::BEST_EFFORT)
controller_handler_.GetControllersForDeactivation(), SwitchController::Request::BEST_EFFORT))
{
RCLCPP_ERROR(get_logger(), "Could not stop RT controllers");
return ERROR;
Expand Down

0 comments on commit 98575d2

Please sign in to comment.