Skip to content

Commit

Permalink
fix(autoware_launch): correct prediction_time_horizon default value (#…
Browse files Browse the repository at this point in the history
…523)

correct prediction_time_horizon value

Signed-off-by: ismetatabay <ismet@leodrive.ai>
  • Loading branch information
ismetatabay authored Aug 22, 2023
1 parent ca94061 commit 3e0ea0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**:
ros__parameters:
enable_delay_compensation: true
prediction_time_horizon: 7.8 #[s]
prediction_time_horizon: 10.0 #[s]
prediction_sampling_delta_time: 0.5 #[s]
min_velocity_for_map_based_prediction: 1.39 #[m/s]
min_crosswalk_user_velocity: 1.39 #[m/s]
Expand Down

0 comments on commit 3e0ea0a

Please sign in to comment.