-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
61 changed files
with
1,211 additions
and
213 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
autoware_launch/config/control/control_validator/control_validator.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,14 @@ | ||
/**: | ||
ros__parameters: | ||
|
||
publish_diag: false # if true, diagnostic msg is published | ||
|
||
# If the number of consecutive invalid predicted_path exceeds this threshold, the Diag will be set to ERROR. | ||
# (For example, threshold = 1 means, even if the predicted_path is invalid, Diag will not be ERROR if | ||
# the next predicted_path is valid.) | ||
diag_error_count_threshold: 0 | ||
|
||
display_on_terminal: false # show error msg on terminal | ||
|
||
thresholds: | ||
max_distance_deviation: 1.0 |
6 changes: 6 additions & 0 deletions
6
autoware_launch/config/control/lane_departure_checker/lane_departure_checker.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
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
22 changes: 22 additions & 0 deletions
22
autoware_launch/config/control/predicted_path_checker/predicted_path_checker.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,22 @@ | ||
/**: | ||
ros__parameters: | ||
# Node | ||
update_rate: 10.0 | ||
delay_time: 0.17 | ||
max_deceleration: 1.5 | ||
resample_interval: 0.5 | ||
stop_margin: 0.5 # [m] | ||
ego_nearest_dist_threshold: 3.0 # [m] | ||
ego_nearest_yaw_threshold: 1.046 # [rad] = 60 [deg] | ||
min_trajectory_check_length: 1.5 # [m] | ||
trajectory_check_time: 3.0 | ||
distinct_point_distance_threshold: 0.3 | ||
distinct_point_yaw_threshold: 5.0 # [deg] | ||
filtering_distance_threshold: 1.5 # [m] | ||
use_object_prediction: true | ||
|
||
collision_checker_params: | ||
width_margin: 0.2 | ||
chattering_threshold: 0.2 | ||
z_axis_filtering_buffer: 0.3 | ||
enable_z_axis_obstacle_filtering: false |
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
6 changes: 3 additions & 3 deletions
6
autoware_launch/config/localization/localization_error_monitor.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,7 +1,7 @@ | ||
/**: | ||
ros__parameters: | ||
scale: 3.0 | ||
error_ellipse_size: 1.0 | ||
warn_ellipse_size: 0.8 | ||
error_ellipse_size: 1.5 | ||
warn_ellipse_size: 1.2 | ||
error_ellipse_size_lateral_direction: 0.3 | ||
warn_ellipse_size_lateral_direction: 0.2 | ||
warn_ellipse_size_lateral_direction: 0.25 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
/**: | ||
ros__parameters: | ||
lanelet2_map_projector_type: MGRS # Options: MGRS, UTM, local | ||
latitude: 40.81187906 # Latitude of map_origin, using in UTM | ||
longitude: 29.35810110 # Longitude of map_origin, using in UTM | ||
|
||
center_line_resolution: 5.0 # [m] |
20 changes: 0 additions & 20 deletions
20
...e_launch/config/perception/object_recognition/detection/clustering/compare_map.param.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
autoware_launch/config/perception/object_recognition/detection/clustering/outlier.param.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...re_launch/config/perception/object_recognition/detection/clustering/voxel_grid.param.yaml
This file was deleted.
Oops, something went wrong.
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
13 changes: 13 additions & 0 deletions
13
...ition/detection/detected_object_validation/obstacle_pointcloud_based_validator.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,13 @@ | ||
/**: | ||
ros__parameters: | ||
min_points_num: | ||
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN | ||
[10, 10, 10, 10, 10,10, 10, 10] | ||
|
||
max_points_num: | ||
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN | ||
[10, 10, 10, 10, 10,10, 10, 10] | ||
|
||
min_points_and_distance_ratio: | ||
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN | ||
[800.0, 880.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0] |
11 changes: 6 additions & 5 deletions
11
...aunch/config/perception/object_recognition/detection/lidar_model/pointpainting.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
11 changes: 11 additions & 0 deletions
11
...fig/perception/object_recognition/detection/object_filter/radar_lanelet_filter.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,11 @@ | ||
/**: | ||
ros__parameters: | ||
filter_target_label: | ||
UNKNOWN : true | ||
CAR : true | ||
TRUCK : true | ||
BUS : true | ||
TRAILER : true | ||
MOTORCYCLE : true | ||
BICYCLE : true | ||
PEDESTRIAN : true |
2 changes: 0 additions & 2 deletions
2
...erception/object_recognition/detection/pointcloud_filter/pointcloud_map_filter.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
6 changes: 5 additions & 1 deletion
6
...re_launch/config/perception/object_recognition/prediction/map_based_prediction.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
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
27 changes: 27 additions & 0 deletions
27
...rception/object_recognition/tracking/radar_object_tracker/radar_object_tracker.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,27 @@ | ||
# general parameters for radar_object_tracker node | ||
/**: | ||
ros__parameters: | ||
# basic settings | ||
world_frame_id: "map" | ||
tracker_lifetime: 1.0 # [sec] | ||
# if empty, use default config declared in this package | ||
tracking_config_directory: "" | ||
|
||
# delay compensate parameters | ||
publish_rate: 10.0 | ||
enable_delay_compensation: false | ||
|
||
# logging | ||
enable_logging: false | ||
logging_file_path: "/tmp/association_log.json" | ||
|
||
# filtering | ||
## 1. distance based filtering: remove closer objects than this threshold | ||
use_distance_based_noise_filtering: true | ||
minimum_range_threshold: 70.0 # [m] | ||
|
||
## 2. lanelet map based filtering | ||
use_map_based_noise_filtering: true | ||
max_distance_from_lane: 5.0 # [m] | ||
max_angle_diff_from_lane: 0.785398 # [rad] (45 deg) | ||
max_lateral_velocity: 5.0 # [m/s] |
Oops, something went wrong.