Skip to content

Commit

Permalink
feat(autonomous_emergency_braking): set max imu path length (autoware…
Browse files Browse the repository at this point in the history
…foundation#1183)

* set param for max imu path distance

Signed-off-by: Daniel Sanchez <[email protected]>

* change param

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Oct 2, 2024
1 parent 6c0733a commit 56fdc60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
use_predicted_object_data: false
use_object_velocity_calculation: true
check_autoware_state: true
min_generated_path_length: 0.5
min_generated_imu_path_length: 0.5
max_generated_imu_path_length: 10.0
imu_prediction_time_horizon: 1.5
imu_prediction_time_interval: 0.1
mpc_prediction_time_horizon: 4.5
Expand Down

0 comments on commit 56fdc60

Please sign in to comment.