Skip to content

Commit d6219bb

Browse files
committed
rename ignore_with_traffic_light -> ignore_with_red_traffic_light
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent c772d1a commit d6219bb

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
@@ -79,7 +79,7 @@
7979
min_size: 0.5 # [m] minimum size of an occlusion (square side size)
8080
free_space_max: 43 # [-] maximum value of a free space cell in the occupancy grid
8181
occupied_min: 58 # [-] minimum value of an occupied cell in the occupancy grid
82-
ignore_with_traffic_light: true # [-] if true, occlusions at crosswalks with traffic lights are ignored
82+
ignore_with_red_traffic_light: true # [-] if true, occlusions at crosswalks with traffic lights are ignored
8383
ignore_behind_predicted_objects: true # [-] if true, occlusions behind predicted objects are ignored
8484
ignore_velocity_thresholds:
8585
default: 0.5 # [m/s] occlusions are only ignored behind objects with a higher or equal velocity

0 commit comments

Comments
 (0)