forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #695 from tier4/sync-awf-upstream
chore: sync tier4/autoware_launch:awf-latest
- Loading branch information
Showing
28 changed files
with
2,514 additions
and
96 deletions.
There are no files selected for viewing
File renamed without changes.
Large diffs are not rendered by default.
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
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,39 @@ | ||
launch: | ||
# controller | ||
- arg: | ||
name: trajectory_follower_mode | ||
default: trajectory_follower_node | ||
# option: trajectory_follower_node | ||
# smart_mpc_trajectory_follower | ||
# none | ||
|
||
# external_cmd selector/converter | ||
- arg: | ||
name: launch_external_cmd_selector | ||
default: "true" | ||
- arg: | ||
name: launch_external_cmd_converter | ||
default: "true" | ||
|
||
# optional control checkers | ||
- arg: | ||
name: launch_lane_departure_checker | ||
default: "true" | ||
- arg: | ||
name: launch_control_validator | ||
default: "true" | ||
- arg: | ||
name: launch_autonomous_emergency_braking | ||
default: "true" | ||
- arg: | ||
name: launch_collision_detector | ||
default: "true" | ||
- arg: | ||
name: launch_obstacle_collision_checker | ||
default: "false" | ||
- arg: | ||
name: launch_predicted_path_checker | ||
default: "false" | ||
- arg: | ||
name: launch_control_evaluator | ||
default: "true" |
39 changes: 39 additions & 0 deletions
39
autoware_launch/config/control/preset/dlr_control_validator_preset.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,39 @@ | ||
launch: | ||
# controller | ||
- arg: | ||
name: trajectory_follower_mode | ||
default: none | ||
# option: trajectory_follower_node | ||
# smart_mpc_trajectory_follower | ||
# none | ||
|
||
# external_cmd selector/converter | ||
- arg: | ||
name: launch_external_cmd_selector | ||
default: "false" | ||
- arg: | ||
name: launch_external_cmd_converter | ||
default: "false" | ||
|
||
# optional control checkers | ||
- arg: | ||
name: launch_lane_departure_checker | ||
default: "false" | ||
- arg: | ||
name: launch_control_validator | ||
default: "true" | ||
- arg: | ||
name: launch_autonomous_emergency_braking | ||
default: "false" | ||
- arg: | ||
name: launch_collision_detector | ||
default: "false" | ||
- arg: | ||
name: launch_obstacle_collision_checker | ||
default: "false" | ||
- arg: | ||
name: launch_predicted_path_checker | ||
default: "false" | ||
- arg: | ||
name: launch_control_evaluator | ||
default: "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
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
7 changes: 7 additions & 0 deletions
7
...g/behavior_planning/behavior_velocity_planner/behavior_velocity_planner_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,7 @@ | ||
/**: | ||
ros__parameters: | ||
max_accel: -2.8 | ||
max_jerk: -5.0 | ||
system_delay: 0.5 | ||
delay_response_time: 0.5 | ||
is_publish_debug_path: false # publish all debug path with lane id in each module |
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
2 changes: 0 additions & 2 deletions
2
autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.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
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.