-
Notifications
You must be signed in to change notification settings - Fork 667
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: fix internal door interface qos #9144
fix: fix internal door interface qos #9144
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9144 +/- ##
==========================================
- Coverage 28.64% 28.61% -0.04%
==========================================
Files 1312 1313 +1
Lines 101648 101259 -389
Branches 39464 39298 -166
==========================================
- Hits 29116 28973 -143
+ Misses 69695 69483 -212
+ Partials 2837 2803 -34
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
hotfix: fix internal door interface qos (autowarefoundation#9144)
Description
Fix QoS of vehicle doors interface.
Related links
Parent Issue:
How was this PR tested?
ros2 launch vehicle_door_simulator vehicle_door_simulator.launch.xml
ros2 topic echo /api/vehicle/doors/status
is publishedNotes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.