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 remote-tracking branch 'upstream/main' into humble-to-main
- Loading branch information
Showing
33 changed files
with
14,202 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*.param.yaml | ||
*.rviz | ||
**/diagnostic_graph_aggregator/ |
16 changes: 16 additions & 0 deletions
16
autoware_launch/config/control/autoware_collision_detector/collision_detector.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_pointcloud: false # use pointcloud as obstacle check | ||
use_dynamic_object: true # use dynamic object as obstacle check | ||
collision_distance: 0.1 # Distance at which an object is determined to have collided with ego [m] | ||
nearby_filter_radius: 5.0 # Radius to filter nearby objects [m] | ||
keep_ignoring_time: 10.0 # Time to keep filtering objects that first appeared in the vicinity | ||
nearby_object_type_filters: # Classes subject to filtering for objects first appearing in the vicinity | ||
filter_car: false | ||
filter_truck: false | ||
filter_bus: false | ||
filter_trailer: false | ||
filter_bicycle: false | ||
filter_motorcycle: false | ||
filter_pedestrian: false | ||
filter_unknown: 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
2 changes: 1 addition & 1 deletion
2
autoware_launch/config/system/diagnostic_graph_aggregator/autoware-awsim.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,5 +1,5 @@ | ||
files: | ||
- { path: $(find-pkg-share system_diagnostic_monitor)/config/autoware-main.yaml } | ||
- { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml } | ||
|
||
edits: | ||
- { type: remove, path: /autoware/system/duplicated_node_checker } |
2 changes: 1 addition & 1 deletion
2
autoware_launch/config/system/diagnostic_graph_aggregator/autoware-main.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,2 +1,2 @@ | ||
files: | ||
- { path: $(find-pkg-share system_diagnostic_monitor)/config/autoware-main.yaml } | ||
- { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml } |
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
70 changes: 70 additions & 0 deletions
70
autoware_launch/config/system/system_diagnostic_monitor/autoware-main.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,70 @@ | ||
files: | ||
- { path: $(dirname)/map.yaml } | ||
- { path: $(dirname)/localization.yaml } | ||
- { path: $(dirname)/planning.yaml } | ||
- { path: $(dirname)/perception.yaml } | ||
- { path: $(dirname)/control.yaml } | ||
- { path: $(dirname)/vehicle.yaml } | ||
- { path: $(dirname)/system.yaml } | ||
|
||
units: | ||
- path: /autoware/modes/stop | ||
type: ok | ||
|
||
- path: /autoware/modes/autonomous | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/map } | ||
- { type: link, link: /autoware/localization } | ||
- { type: link, link: /autoware/planning } | ||
- { type: link, link: /autoware/perception } | ||
- { type: link, link: /autoware/control } | ||
- { type: link, link: /autoware/vehicle } | ||
- { type: link, link: /autoware/system } | ||
|
||
- path: /autoware/modes/local | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/vehicle } | ||
- { type: link, link: /autoware/system } | ||
- { type: link, link: /autoware/control/local } | ||
|
||
- path: /autoware/modes/remote | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/vehicle } | ||
- { type: link, link: /autoware/system } | ||
- { type: link, link: /autoware/control/remote } | ||
|
||
- path: /autoware/modes/emergency_stop | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/vehicle } | ||
- { type: link, link: /autoware/system } | ||
|
||
- path: /autoware/modes/comfortable_stop | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/map } | ||
- { type: link, link: /autoware/localization } | ||
- { type: link, link: /autoware/planning } | ||
- { type: link, link: /autoware/perception } | ||
- { type: link, link: /autoware/control } | ||
- { type: link, link: /autoware/vehicle } | ||
- { type: link, link: /autoware/system } | ||
|
||
- path: /autoware/modes/pull_over | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/map } | ||
- { type: link, link: /autoware/localization } | ||
- { type: link, link: /autoware/planning } | ||
- { type: link, link: /autoware/perception } | ||
- { type: link, link: /autoware/control } | ||
- { type: link, link: /autoware/vehicle } | ||
- { type: link, link: /autoware/system } | ||
|
||
- path: /autoware/debug/tools | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/system/service_log_checker } |
68 changes: 68 additions & 0 deletions
68
autoware_launch/config/system/system_diagnostic_monitor/control.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,68 @@ | ||
units: | ||
- path: /autoware/control | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/control/topic_rate_check/trajectory_follower } | ||
- { type: link, link: /autoware/control/topic_rate_check/control_command } | ||
- { type: link, link: /autoware/control/node_alive_monitoring/vehicle_cmd_gate } | ||
- { type: link, link: /autoware/control/emergency_braking } | ||
- { type: link, link: /autoware/control/performance_monitoring/lane_departure } | ||
- { type: link, link: /autoware/control/performance_monitoring/trajectory_deviation } | ||
- { type: link, link: /autoware/control/performance_monitoring/control_state } | ||
|
||
- path: /autoware/control/local | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_selector } | ||
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_converter } | ||
|
||
- path: /autoware/control/remote | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_selector } | ||
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_converter } | ||
|
||
- path: /autoware/control/topic_rate_check/trajectory_follower | ||
type: diag | ||
node: topic_state_monitor_trajectory_follower_control_cmd | ||
name: control_topic_status | ||
|
||
- path: /autoware/control/topic_rate_check/control_command | ||
type: diag | ||
node: topic_state_monitor_control_command_control_cmd | ||
name: control_topic_status | ||
|
||
- path: /autoware/control/node_alive_monitoring/vehicle_cmd_gate | ||
type: diag | ||
node: vehicle_cmd_gate | ||
name: heartbeat | ||
|
||
- path: /autoware/control/emergency_braking | ||
type: diag | ||
node: autonomous_emergency_braking | ||
name: aeb_emergency_stop | ||
|
||
- path: /autoware/control/performance_monitoring/lane_departure | ||
type: diag | ||
node: lane_departure_checker_node | ||
name: lane_departure | ||
|
||
- path: /autoware/control/performance_monitoring/trajectory_deviation | ||
type: diag | ||
node: lane_departure_checker_node | ||
name: trajectory_deviation | ||
|
||
- path: /autoware/control/performance_monitoring/control_state | ||
type: diag | ||
node: controller_node_exe | ||
name: control_state | ||
|
||
- path: /autoware/control/topic_rate_check/external_cmd_selector | ||
type: diag | ||
node: external_cmd_selector | ||
name: heartbeat | ||
|
||
- path: /autoware/control/topic_rate_check/external_cmd_converter | ||
type: diag | ||
node: external_cmd_converter | ||
name: remote_control_topic_status |
Oops, something went wrong.