forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request autowarefoundation#431 from tier4/sync-tier4-upstream
chore: sync upstream
- Loading branch information
Showing
16 changed files
with
289 additions
and
25 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...aunch/config/control/autonomous_emergency_braking/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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/**: | ||
ros__parameters: | ||
use_predicted_trajectory: true | ||
use_imu_path: true | ||
voxel_grid_x: 0.05 | ||
voxel_grid_y: 0.05 | ||
voxel_grid_z: 100000.0 | ||
min_generated_path_length: 0.5 | ||
expand_width: 0.1 | ||
longitudinal_offset: 2.0 | ||
t_response: 1.0 | ||
a_ego_min: -3.0 | ||
a_obj_min: -1.0 | ||
prediction_time_horizon: 1.5 | ||
prediction_time_interval: 0.1 | ||
aeb_hz: 10.0 |
6 changes: 6 additions & 0 deletions
6
autoware_launch/config/localization/pose_initializer.logging_simulator.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gnss_enabled: true | ||
ndt_enabled: true | ||
ekf_enabled: true | ||
stop_check_enabled: false |
6 changes: 6 additions & 0 deletions
6
autoware_launch/config/localization/pose_initializer.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gnss_enabled: true | ||
ndt_enabled: true | ||
ekf_enabled: true | ||
stop_check_enabled: true |
6 changes: 6 additions & 0 deletions
6
autoware_launch/config/localization/pose_initializer.planning_simulator.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gnss_enabled: false | ||
ndt_enabled: false | ||
ekf_enabled: false | ||
stop_check_enabled: false |
26 changes: 26 additions & 0 deletions
26
autoware_launch/config/localization/pose_initializer_common.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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/**: | ||
ros__parameters: | ||
gnss_pose_timeout: 3.0 # [sec] | ||
stop_check_duration: 3.0 # [sec] | ||
|
||
# from gnss | ||
gnss_particle_covariance: | ||
[ | ||
1.0, 0.0, 0.0, 0.0, 0.0, 0.0, | ||
0.0, 1.0, 0.0, 0.0, 0.0, 0.0, | ||
0.0, 0.0, 0.01, 0.0, 0.0, 0.0, | ||
0.0, 0.0, 0.0, 0.01, 0.0, 0.0, | ||
0.0, 0.0, 0.0, 0.0, 0.01, 0.0, | ||
0.0, 0.0, 0.0, 0.0, 0.0, 10.0, | ||
] | ||
|
||
# output | ||
output_pose_covariance: | ||
[ | ||
1.0, 0.0, 0.0, 0.0, 0.0, 0.0, | ||
0.0, 1.0, 0.0, 0.0, 0.0, 0.0, | ||
0.0, 0.0, 0.01, 0.0, 0.0, 0.0, | ||
0.0, 0.0, 0.0, 0.01, 0.0, 0.0, | ||
0.0, 0.0, 0.0, 0.0, 0.01, 0.0, | ||
0.0, 0.0, 0.0, 0.0, 0.0, 0.2, | ||
] |
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ | |
gnd_grid_buffer_size: 4 | ||
detection_range_z_max: 2.5 | ||
elevation_grid_mode: true | ||
use_recheck_ground_cluster: true |
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
Oops, something went wrong.