Skip to content

Commit

Permalink
feat(autonomous_emergency_braking): add parameter to limit IMU path l…
Browse files Browse the repository at this point in the history
…ength and rename longitudinal offset

Signed-off-by: Kyoichi Sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Nov 26, 2024
1 parent ce7fe45 commit 967a86d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
use_predicted_trajectory: true
use_imu_path: true
limit_imu_path_lat_dev: false
limit_imu_path_length: true
use_pointcloud_data: true
use_predicted_object_data: false
use_object_velocity_calculation: true
Expand Down Expand Up @@ -39,7 +40,7 @@
maximum_cluster_size: 10000

# RSS distance collision check
longitudinal_offset: 1.0
longitudinal_offset_margin: 1.0
t_response: 1.0
a_ego_min: -3.0
a_obj_min: -1.0
Expand Down

0 comments on commit 967a86d

Please sign in to comment.