Skip to content

Commit

Permalink
feat(autonomous_emergency_braking) add params for limiting imu path w…
Browse files Browse the repository at this point in the history
…ith lat deviation (#1244)

add params

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Nov 25, 2024
1 parent ea30ec0 commit 6f09415
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
# Ego path calculation
use_predicted_trajectory: true
use_imu_path: true
limit_imu_path_lat_dev: false
use_pointcloud_data: true
use_predicted_object_data: false
use_object_velocity_calculation: true
check_autoware_state: true
imu_path_lat_dev_threshold: 1.75
min_generated_imu_path_length: 0.5
max_generated_imu_path_length: 10.0
imu_prediction_time_horizon: 1.5
Expand Down

0 comments on commit 6f09415

Please sign in to comment.