Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Sep 3, 2023
1 parent b56a888 commit 3c67752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ bool GoalPlannerModule::isExecutionRequested() const
// if goal modification is not allowed
// 1) goal_pose is in current_lanes, plan path to the original fixed goal
// 2) goal_pose is NOT in current_lanes, do not execute goal_planner
if (!goal_planner_utils::isAllowedGoalModification(route_handler, left_side_parking_)) {
if (!goal_planner_utils::isAllowedGoalModification(route_handle)) {
return goal_is_in_current_lanes;
}

Expand Down

0 comments on commit 3c67752

Please sign in to comment.