We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6db85a7 + f7e6dd7 commit c2536d4Copy full SHA for c2536d4
autoware_launch/config/perception/object_recognition/prediction/map_based_prediction.param.yaml
@@ -1,7 +1,10 @@
1
/**:
2
ros__parameters:
3
enable_delay_compensation: true
4
- prediction_time_horizon: 10.0 #[s]
+ prediction_time_horizon:
5
+ vehicle: 15.0 #[s]
6
+ pedestrian: 10.0 #[s]
7
+ unknown: 10.0 #[s]
8
lateral_control_time_horizon: 5.0 #[s]
9
prediction_sampling_delta_time: 0.5 #[s]
10
min_velocity_for_map_based_prediction: 1.39 #[m/s]
0 commit comments