Skip to content

Commit c2536d4

Browse files
Merge pull request autowarefoundation#425 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 6db85a7 + f7e6dd7 commit c2536d4

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)