Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Jul 10, 2023
1 parent c5ae960 commit 762e1fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ BehaviorModuleOutput StartPlannerModule::plan()
if (IsGoalBehindOfEgoInSameRouteSegment()) {
RCLCPP_WARN_THROTTLE(
getLogger(), *clock_, 5000, "Start plan for a backward goal is not supported now");
return generateStopOutput();
return generateStopOutput();
}

if (isWaitingApproval()) {
Expand Down Expand Up @@ -305,7 +305,7 @@ BehaviorModuleOutput StartPlannerModule::planWaitingApproval()
if (IsGoalBehindOfEgoInSameRouteSegment()) {
RCLCPP_WARN_THROTTLE(
getLogger(), *clock_, 5000, "Start plan for a backward goal is not supported now");
return generateStopOutput();
return generateStopOutput();
}

BehaviorModuleOutput output;
Expand Down

0 comments on commit 762e1fa

Please sign in to comment.