-
Notifications
You must be signed in to change notification settings - Fork 682
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(raw_vehicle_cmd_converter): fix null check #8677
fix(raw_vehicle_cmd_converter): fix null check #8677
Conversation
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 #8677 +/- ##
==========================================
- Coverage 24.14% 24.14% -0.01%
==========================================
Files 1400 1401 +1
Lines 102278 102307 +29
Branches 38765 38768 +3
==========================================
Hits 24699 24699
- Misses 75038 75067 +29
Partials 2541 2541
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
ee13d91
to
fe019ba
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
Fixed a problem where nodes die or topics stop when certain parameters are set.
related to: #8504
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.