Skip to content

Commit 21f187f

Browse files
committed
Add parameters for masking behind predicted objects
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 401bcd6 commit 21f187f

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@
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
8282
ignore_with_traffic_light: true # [-] if true, occlusions at crosswalks with traffic lights are ignored
83+
ignore_behind_predicted_objects: true # [-] if true, occlusions behind predicted objects are ignored
84+
min_objects_velocity: 0.5 # [m/s] minimum velocity for a predicted object to be ignored
85+
extra_objects_size: 0.5 # [m] extra size added to the objects when masking the occlusions

0 commit comments

Comments
 (0)