Skip to content

Commit 27e1aa1

Browse files
authored
fix(perception_online_evaluator): fix range resolution (#7115)
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
1 parent f2ae1af commit 27e1aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluator/perception_online_evaluator/param/perception_online_evaluator.defaults.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
prediction_time_horizons: [1.0, 2.0, 3.0, 5.0]
1414

1515
stopped_velocity_threshold: 1.0
16-
detection_radius_list: [50.0, 100.0, 150.0, 200.0]
16+
detection_radius_list: [20.0, 40.0, 60.0, 80.0, 100.0, 120.0, 140.0, 160.0, 180.0, 200.0]
1717
detection_height_list: [10.0]
1818
detection_count_purge_seconds: 36000.0
1919
objects_count_window_seconds: 1.0

0 commit comments

Comments
 (0)