Skip to content

Commit c769055

Browse files
committed
fix: function args
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
1 parent 811be32 commit c769055

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planning/behavior_path_planner/autoware_behavior_path_planner/src/planner_manager.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ void PlannerManager::generateCombinedDrivableArea(
220220
// for other modules where multiple modules may be launched
221221
utils::generateDrivableArea(
222222
output.path, expanded_lanes, di.enable_expanding_hatched_road_markings,
223-
di.enable_expanding_intersection_areas, di.enable_expanding_freespace_areas, data,
224-
is_driving_forward);
223+
di.enable_expanding_intersection_areas, di.enable_expanding_freespace_areas, data);
225224
}
226225

227226
// extract obstacles from drivable area

0 commit comments

Comments
 (0)