Skip to content

Commit

Permalink
refactor(mission_planner): fix typo (autowarefoundation#4025)
Browse files Browse the repository at this point in the history
Signed-off-by: yutaka <purewater0901@gmail.com>
  • Loading branch information
purewater0901 authored and zulfaqar-azmi-t4 committed Jun 21, 2023
1 parent 5eb7602 commit a8941ab
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 a8941ab

Please sign in to comment.