-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/rearrange_clustering_pipeline
- Loading branch information
Showing
25 changed files
with
415 additions
and
47 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/**: | ||
ros__parameters: | ||
|
||
publish_diag: true # if true, diagnostic msg is published | ||
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: true # show error msg on terminal | ||
display_on_terminal: false # show error msg on terminal | ||
|
||
thresholds: | ||
max_distance_deviation: 1.0 |
7 changes: 6 additions & 1 deletion
7
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
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
8 changes: 4 additions & 4 deletions
8
...config/planning/scenario_planning/common/motion_velocity_smoother/JerkFiltered.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: | ||
jerk_weight: 0.1 # weight for "smoothness" cost for jerk | ||
over_v_weight: 10000.0 # weight for "over speed limit" cost | ||
over_a_weight: 500.0 # weight for "over accel limit" cost | ||
over_j_weight: 200.0 # weight for "over jerk limit" cost | ||
jerk_weight: 10.0 # weight for "smoothness" cost for jerk | ||
over_v_weight: 100000.0 # weight for "over speed limit" cost | ||
over_a_weight: 5000.0 # weight for "over accel limit" cost | ||
over_j_weight: 2000.0 # weight for "over jerk limit" cost | ||
jerk_filter_ds: 0.1 # resampling ds for jerk filter |
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.