Skip to content

Commit 218da84

Browse files
authored
feat(crosswalk): rename parameter to ignore traffic light (autowarefoundation#919)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 9a22efb commit 218da84

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
min_size: 1.0 # [m] minimum size of an occlusion (square side size)
7979
free_space_max: 43 # [-] maximum value of a free space cell in the occupancy grid
8080
occupied_min: 58 # [-] minimum value of an occupied cell in the occupancy grid
81-
ignore_with_red_traffic_light: true # [-] if true, occlusions at crosswalks with traffic lights are ignored
81+
ignore_with_traffic_light: true # [-] if true, occlusions at crosswalks with traffic lights are ignored
8282
ignore_behind_predicted_objects: true # [-] if true, occlusions behind predicted objects are ignored
8383
ignore_velocity_thresholds:
8484
default: 0.5 # [m/s] occlusions are only ignored behind objects with a higher or equal velocity

0 commit comments

Comments
 (0)