Skip to content

Commit

Permalink
fix(perception_online_evaluator): fix range resolution (autowarefound…
Browse files Browse the repository at this point in the history
…ation#7115)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 authored May 24, 2024
1 parent f2ae1af commit 27e1aa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
prediction_time_horizons: [1.0, 2.0, 3.0, 5.0]

stopped_velocity_threshold: 1.0
detection_radius_list: [50.0, 100.0, 150.0, 200.0]
detection_radius_list: [20.0, 40.0, 60.0, 80.0, 100.0, 120.0, 140.0, 160.0, 180.0, 200.0]
detection_height_list: [10.0]
detection_count_purge_seconds: 36000.0
objects_count_window_seconds: 1.0
Expand Down

0 comments on commit 27e1aa1

Please sign in to comment.