Skip to content

Commit

Permalink
feat(dynamic_obstacle_stop): add parameter to ignore unavoidable coll…
Browse files Browse the repository at this point in the history
…isions (autowarefoundation#916) (autowarefoundation#813)

Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem authored Mar 19, 2024
1 parent 7a73650 commit 6fb8f88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
hysteresis: 1.0 # [m] once a collision has been detected, this hysteresis is used on the collision detection
decision_duration_buffer : 1.0 # [s] duration between no collision being detected and the stop decision being cancelled
minimum_object_distance_from_ego_path: 1.0 # [m] minimum distance between the footprints of ego and an object to consider for collision
ignore_unavoidable_collisions : true # if true, ignore collisions that cannot be avoided by stopping (assuming the obstacle continues going straight)

0 comments on commit 6fb8f88

Please sign in to comment.