Skip to content

Commit 764fa21

Browse files
committed
Change params to set the ignore vel threshold for each label
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent b6c305c commit 764fa21

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
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
8383
ignore_behind_predicted_objects: true # [-] if true, occlusions behind predicted objects are ignored
84-
do_not_ignore_behind_pedestrians: true # [-] if true, occlusions behind pedestrians are not ignored
85-
ignore_velocity_threshold: 0.5 # [m/s] minimum velocity for a predicted object to be ignored
84+
ignore_velocity_thresholds:
85+
default: 0.5 # [m/s] occlusions are only ignored behind objects with a higher or equal velocity
86+
custom_labels: ["PEDESTRIAN"] # labels for which to define a non-default velocity threshold (see autoware_auto_perception_msgs::msg::ObjectClassification for all the labels)
87+
custom_thresholds: [0.0] # velocities of the custom labels
8688
extra_predicted_objects_size: 0.5 # [m] extra size added to the objects for masking the occlusions

0 commit comments

Comments
 (0)