Skip to content

Commit

Permalink
refactor(autoware_multi_object_tracker): extract tracker parameters (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#1273)

Signed-off-by: jkoronczok <[email protected]>
  • Loading branch information
jakor97 authored Dec 16, 2024
1 parent 1ded9c3 commit 67fd56e
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
enable_delay_compensation: true
consider_odometry_uncertainty: false

# tracker parameters
tracker_lifetime: 1.0 # [s]
min_known_object_removal_iou: 0.1 # [ratio]
min_unknown_object_removal_iou: 0.001 # [ratio]
distance_threshold: 5.0 # [m]
confident_count_threshold:
UNKNOWN: 3
CAR: 3
TRUCK: 3
BUS: 3
TRAILER: 3
MOTORBIKE: 3
BICYCLE: 3
PEDESTRIAN: 3

# debug parameters
publish_processing_time: true
publish_tentative_objects: false
Expand Down

0 comments on commit 67fd56e

Please sign in to comment.