We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0693721 commit 79514f9Copy full SHA for 79514f9
planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp
@@ -1646,13 +1646,6 @@ BehaviorModuleOutput GoalPlannerModule::planPullOverAsCandidate(
1646
current_drivable_area_info.drivable_lanes = target_drivable_lanes;
1647
output.drivable_area_info = utils::combineDrivableAreaInfo(
1648
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
1656
return output;
1657
}
1658
0 commit comments