Skip to content

Commit 79514f9

Browse files
authored
fix(goal_planner): remove duplicated process (#11535)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 0693721 commit 79514f9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,13 +1646,6 @@ BehaviorModuleOutput GoalPlannerModule::planPullOverAsCandidate(
16461646
current_drivable_area_info.drivable_lanes = target_drivable_lanes;
16471647
output.drivable_area_info = utils::combineDrivableAreaInfo(
16481648
current_drivable_area_info, getPreviousModuleOutput().drivable_area_info);
1649-
1650-
if (!context_data.pull_over_path_opt) {
1651-
return output;
1652-
}
1653-
1654-
setDebugData(context_data);
1655-
16561649
return output;
16571650
}
16581651

0 commit comments

Comments
 (0)