Skip to content

Commit

Permalink
fix(min-velocity-map-based-prediction): reduce min_velocity_for_map_b…
Browse files Browse the repository at this point in the history
…ased_prediction to let intersection module run with low speed npc
  • Loading branch information
Ahmed Ebrahim committed May 21, 2024
1 parent 0aea8a3 commit 01f85c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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]
min_velocity_for_map_based_prediction: 1.0 #[m/s]
min_crosswalk_user_velocity: 1.39 #[m/s]
max_crosswalk_user_delta_yaw_threshold_for_lanelet: 0.785 #[m/s]
dist_threshold_for_searching_lanelet: 3.0 #[m]
Expand Down

0 comments on commit 01f85c8

Please sign in to comment.