Skip to content

Commit

Permalink
add ignore_on_crosswalk param
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Jan 27, 2025
1 parent 705cdd5 commit 5c530a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
ignore_if_crossing_ego_from_behind: true # if true, predicted paths crossing the ego vehicle from behind are ignored
minimum_velocity: 0.5 # [m/s] objects lower than this velocity will be ignored
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.
ignore_on_crosswalk: true # if true, collisions happening on crosswalks are ignored

0 comments on commit 5c530a3

Please sign in to comment.