Skip to content

Commit

Permalink
refactor(mission_planner): fix typo (#4025)
Browse files Browse the repository at this point in the history
Signed-off-by: yutaka <purewater0901@gmail.com>
  • Loading branch information
purewater0901 authored Jun 20, 2023
1 parent 5c8c024 commit 6ecd7e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ void MissionPlanner::on_change_route(

// check route safety
if (checkRerouteSafety(*normal_route_, new_route)) {
// sucess to reroute
// success to reroute
change_route(new_route);
res->status.success = true;
change_state(RouteState::Message::SET);
Expand Down Expand Up @@ -485,7 +485,7 @@ void MissionPlanner::on_change_route_points(

// check route safety
if (checkRerouteSafety(*normal_route_, new_route)) {
// sucess to reroute
// success to reroute
change_route(new_route);
res->status.success = true;
change_state(RouteState::Message::SET);
Expand Down

0 comments on commit 6ecd7e5

Please sign in to comment.