-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(autoware_dummy_diag_publisher): add autowre prefix #9958
base: main
Are you sure you want to change the base?
fix(autoware_dummy_diag_publisher): add autowre prefix #9958
Conversation
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Signed-off-by: TetsuKawa <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9958 +/- ##
==========================================
- Coverage 29.13% 29.10% -0.03%
==========================================
Files 1425 1427 +2
Lines 107853 107892 +39
Branches 42251 42246 -5
==========================================
- Hits 31419 31400 -19
- Misses 73391 73451 +60
+ Partials 3043 3041 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
This PR changes package name to atuoware_dummy_diag_publisher
Related links
Private Links:
these PR is necessary to be merged with this PR.
How was this PR tested?
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
$ ros2 param set /dummy_diag_publisher dummy_diag_empty.is_active true
orfalse
$ ros2 param set /dummy_diag_publisher dummy_diag_empty.status "Error"
,Warn
,OK
Screencast.from.2025.01.18.15.37.41.webm
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
Effects on launch file that run dummy_diag_publisher.
It looks like only in tier4_system_launch. #9959