Skip to content

Commit

Permalink
revert(map_based_prediction): use different time horizon (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#967) (autowarefoundation#1006)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin authored May 29, 2024
1 parent d0c0660 commit 83b9a97
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/**:
ros__parameters:
enable_delay_compensation: true
prediction_time_horizon:
vehicle: 15.0 #[s]
pedestrian: 10.0 #[s]
unknown: 10.0 #[s]
prediction_time_horizon: 10.0 #[s]
lateral_control_time_horizon: 5.0 #[s]
prediction_sampling_delta_time: 0.5 #[s]
min_velocity_for_map_based_prediction: 1.39 #[m/s]
Expand Down

0 comments on commit 83b9a97

Please sign in to comment.