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 (autowarefoundation#994)

fix(min-velocity-map-based-prediction): reduce min_velocity_for_map_based_prediction to let intersection module run with low speed npc

Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
  • Loading branch information
ahmeddesokyebrahim authored and zawlali committed Sep 25, 2024
1 parent 15f82f0 commit 1c166a3
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 1c166a3

Please sign in to comment.