-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_system_rviz_plugin): improve visualization results and log…
…ics (#5222) * Add Init Localization and Init Planning Check; Add error list check Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * int casting problem updated Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * improve if statement writing styles Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * FIX ci Signed-off-by: Owen-Liuyuxuan <[email protected]> * subscribe to ADAPI for more stable status checking Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * try using level attribute only Signed-off-by: Owen-Liuyuxuan <[email protected]> * fix hpp so that it just look like the original hpp Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * set default value to NO_FAULT Signed-off-by: Owen-Liuyuxuan <[email protected]> --------- Signed-off-by: Owen-Liuyuxuan <[email protected]> Co-authored-by: Owen-Liuyuxuan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d5709ab
commit 4ba8923
Showing
2 changed files
with
40 additions
and
10 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 +1,11 @@ | ||
# tier4_system_rviz_plugin | ||
|
||
## Purpose | ||
|
||
This plugin display the Hazard information from Autoware; and output notices when emergencies are from initial localization and route setting. | ||
|
||
## Input | ||
|
||
| Name | Type | Description | | ||
| --------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------ | | ||
| `/system/emergency/hazard_status` | `autoware_auto_system_msgs::msg::HazardStatusStamped` | The topic represents the emergency information from Autoware | |
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