Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2024
1 parent bcbb83d commit 7fa0cf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ EmergencyGoalManager::EmergencyGoalManager() : Node("emergency_goal_manager")
client_clear_mrm_route_callback_group_ =
create_callback_group(rclcpp::CallbackGroupType::MutuallyExclusive);
client_clear_mrm_route_ = create_client<ClearRoute>(
"/planning/mission_planning/route_selector/mrm/clear_route",
rmw_qos_profile_services_default, client_clear_mrm_route_callback_group_);
"/planning/mission_planning/route_selector/mrm/clear_route", rmw_qos_profile_services_default,
client_clear_mrm_route_callback_group_);

// Initialize
while (!client_set_mrm_route_points_->wait_for_service(std::chrono::seconds(1)) && rclcpp::ok()) {
Expand Down

0 comments on commit 7fa0cf5

Please sign in to comment.