Skip to content

Commit

Permalink
add parameter to ignore all objects behind the ego vehicle
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Feb 3, 2025
1 parent 4e071bf commit c597919
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
target_labels: ["PEDESTRIAN", "BICYCLE", "MOTORCYCLE"]
parked_labels: ["CAR"]
parked_velocity_threshold: 0.5 # [m/s]
ignore_if_behind_ego: true # if true, objects located behind the ego vehicles are ignored
ignore_if_crossing_parked_objects: true # if true, predicted paths crossing a parked vehicle before the ego trajectory are ignored
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
Expand Down

0 comments on commit c597919

Please sign in to comment.