Skip to content

Commit f7e6dd7

Browse files
authored
feat(map_based_prediction): use different time horizon (autowarefoundation#1005)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent 7edbb42 commit f7e6dd7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

autoware_launch/config/perception/object_recognition/prediction/map_based_prediction.param.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**:
22
ros__parameters:
33
enable_delay_compensation: true
4-
prediction_time_horizon: 10.0 #[s]
4+
prediction_time_horizon:
5+
vehicle: 15.0 #[s]
6+
pedestrian: 10.0 #[s]
7+
unknown: 10.0 #[s]
58
lateral_control_time_horizon: 5.0 #[s]
69
prediction_sampling_delta_time: 0.5 #[s]
710
min_velocity_for_map_based_prediction: 1.39 #[m/s]

0 commit comments

Comments
 (0)