-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: liu cui <[email protected]>
- Loading branch information
Showing
70 changed files
with
1,697 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 24 additions & 12 deletions
36
control/autonomous_emergency_braking/config/autonomous_emergency_braking.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,38 @@ | ||
/**: | ||
ros__parameters: | ||
publish_debug_pointcloud: false | ||
# Ego path calculation | ||
use_predicted_trajectory: true | ||
use_imu_path: true | ||
path_footprint_extra_margin: 1.0 | ||
use_imu_path: false | ||
min_generated_path_length: 0.5 | ||
imu_prediction_time_horizon: 1.5 | ||
imu_prediction_time_interval: 0.1 | ||
mpc_prediction_time_horizon: 1.5 | ||
mpc_prediction_time_interval: 0.1 | ||
|
||
# Debug | ||
publish_debug_pointcloud: false | ||
|
||
# Point cloud partitioning | ||
detection_range_min_height: 0.0 | ||
detection_range_max_height_margin: 0.0 | ||
voxel_grid_x: 0.05 | ||
voxel_grid_y: 0.05 | ||
voxel_grid_z: 100000.0 | ||
min_generated_path_length: 0.5 | ||
|
||
# Point cloud cropping | ||
expand_width: 0.1 | ||
path_footprint_extra_margin: 4.0 | ||
|
||
# Point cloud clustering | ||
cluster_tolerance: 0.1 #[m] | ||
minimum_cluster_size: 10 | ||
maximum_cluster_size: 10000 | ||
|
||
# RSS distance collision check | ||
longitudinal_offset: 2.0 | ||
t_response: 1.0 | ||
a_ego_min: -3.0 | ||
a_obj_min: -1.0 | ||
cluster_tolerance: 0.1 #[m] | ||
minimum_cluster_size: 10 | ||
maximum_cluster_size: 10000 | ||
imu_prediction_time_horizon: 1.5 | ||
imu_prediction_time_interval: 0.1 | ||
mpc_prediction_time_horizon: 1.5 | ||
mpc_prediction_time_interval: 0.1 | ||
collision_keeping_sec: 0.0 | ||
collision_keeping_sec: 2.0 | ||
previous_obstacle_keep_time: 1.0 | ||
aeb_hz: 10.0 |
Oops, something went wrong.