-
Notifications
You must be signed in to change notification settings - Fork 683
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(static_obstacle_avoidance): suppress unnecessary warning #9142
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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 #9142 +/- ##
==========================================
- Coverage 28.49% 28.49% -0.01%
==========================================
Files 1306 1307 +1
Lines 101090 101107 +17
Branches 39246 39247 +1
==========================================
+ Hits 28810 28814 +4
- Misses 69493 69506 +13
Partials 2787 2787
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…efoundation#9142) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…efoundation#9142) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…efoundation#9142) (#1606) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…efoundation#9142) (autowarefoundation#1606) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
suppress unnessesary warn message.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.