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.
feat(diagnostic_graph_aggregator): add hardware and sensing settings (a…
…utowarefoundation#973) * add hardware and sensing settings for diagnostic_graph_aggregator to replace system_error_monitoring Signed-off-by: Ericpotato <[email protected]> * typo fixed Signed-off-by: Ericpotato <[email protected]> * style(pre-commit): autofix * typo fixed Signed-off-by: Ericpotato <[email protected]> * change config file name to autoware-main to sync Signed-off-by: Ericpotato <[email protected]> * change diagnostic_graph_aggregator config file name to autoware-main Signed-off-by: Ericpotato <[email protected]> * update autoware-psim setting Signed-off-by: Ericpotato <[email protected]> * style(pre-commit): autofix * customize diagnostic_graph_aggregator config to target to autoware-main_xx1 Signed-off-by: Ericpotato <[email protected]> * fix reference path of autoware-psim Signed-off-by: Ericpotato <[email protected]> * use default config files name, remove files with _xx1 suffix Signed-off-by: Ericpotato <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Ericpotato <[email protected]> Co-authored-by: Ericpotato <[email protected]>
- Loading branch information
1 parent
168d125
commit 27ec23b
Showing
9 changed files
with
604 additions
and
110 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
78 changes: 73 additions & 5 deletions
78
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,7 +1,75 @@ | ||
# This is the default setting file of diagnostic_graph_aggregator for vehicle usage | ||
# We will use autoware.yaml to replace this file for vehicle test in the future | ||
files: | ||
- { path: $(find-pkg-share system_diagnostic_monitor)/config/autoware-main.yaml } | ||
- { 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 } | ||
- { path: $(dirname)/sensing.yaml } | ||
- { path: $(dirname)/hardware.yaml } | ||
|
||
edits: | ||
- { type: remove, path: /autoware/control/emergency_braking } | ||
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 } | ||
- { type: link, link: /autoware/sensing/autonomous_available } | ||
- { type: link, link: /autoware/hardware/autonomous_available } | ||
|
||
- 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: ok | ||
|
||
- 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 } | ||
- { type: link, link: /autoware/sensing/comfortable_stop_available } | ||
- { type: link, link: /autoware/hardware/comfortable_stop_available } | ||
|
||
- 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 } | ||
- { type: link, link: /autoware/sensing/pull_over_available } | ||
- { type: link, link: /autoware/hardware/pull_over_available } | ||
|
||
- path: /autoware/debug/tools | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/system/service_log_checker } |
2 changes: 1 addition & 1 deletion
2
autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.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
70 changes: 0 additions & 70 deletions
70
autoware_launch/config/system/diagnostic_graph_aggregator/autoware.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.