Skip to content

Commit

Permalink
gimbal_control: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Jun 7, 2024
1 parent d49deba commit d3f5e21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mavros_extras/src/plugins/gimbal_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,9 @@ class GimbalControlPlugin : public plugin::Plugin
RCLCPP_ERROR(node->get_logger(),
"GimbalControl: mavros/cmd/command service not available after waiting");
cmd_cli.reset();
throw std::logic_error("client not connected")
throw std::logic_error("client not connected");
}


return cmd_cli;
}

Expand Down

0 comments on commit d3f5e21

Please sign in to comment.