-
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(freespace_planner): fix free space planner spamming message #8614
fix(freespace_planner): fix free space planner spamming message #8614
Conversation
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
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 #8614 +/- ##
==========================================
- Coverage 24.10% 24.09% -0.01%
==========================================
Files 1399 1400 +1
Lines 102455 102478 +23
Branches 38912 38915 +3
==========================================
- Hits 24694 24693 -1
- Misses 75223 75247 +24
Partials 2538 2538
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…warefoundation#8614) check data availability only when scenario is active Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
…warefoundation#8614) check data availability only when scenario is active Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
…warefoundation#8614) check data availability only when scenario is active Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
Description
Freespace planner node spams the message
Waiting for occupancy grid
when parking scenario is not active.Changes
Update input data and check data availability only when parking scenario is active.
Related links
None.
How was this PR tested?
PSIM
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.