Skip to content

Commit 6fb8f88

Browse files
authored
feat(dynamic_obstacle_stop): add parameter to ignore unavoidable collisions (autowarefoundation#916) (autowarefoundation#813)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 7a73650 commit 6fb8f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
hysteresis: 1.0 # [m] once a collision has been detected, this hysteresis is used on the collision detection
99
decision_duration_buffer : 1.0 # [s] duration between no collision being detected and the stop decision being cancelled
1010
minimum_object_distance_from_ego_path: 1.0 # [m] minimum distance between the footprints of ego and an object to consider for collision
11+
ignore_unavoidable_collisions : true # if true, ignore collisions that cannot be avoided by stopping (assuming the obstacle continues going straight)

0 commit comments

Comments
 (0)