Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f935c34

Browse files
committedFeb 1, 2024·
remove forced false
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 04b99b6 commit f935c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎planning/behavior_path_planner_common/src/utils/drivable_area_expansion/static_drivable_area.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ std::vector<geometry_msgs::msg::Point> calcBound(
16261626
}
16271627

16281628
// Step2. if there is no drivable area defined by polygon, return original drivable bound.
1629-
if (!enable_expanding_hatched_road_markings && !enable_expanding_intersection_areas && false) {
1629+
if (!enable_expanding_hatched_road_markings && !enable_expanding_intersection_areas) {
16301630
return post_process(removeOverlapPoints(to_ros_point(bound_points)), skip_post_process);
16311631
}
16321632

0 commit comments

Comments
 (0)
Please sign in to comment.