-
Notifications
You must be signed in to change notification settings - Fork 651
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
feat(detection_area)!: add retruction feature #9255
feat(detection_area)!: add retruction feature #9255
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Yuki Takagi <[email protected]>
0fd105c
to
b798bee
Compare
d15b060
into
autowarefoundation:main
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9255 +/- ##
==========================================
- Coverage 29.16% 29.15% -0.02%
==========================================
Files 1336 1341 +5
Lines 102980 103034 +54
Branches 39946 39950 +4
==========================================
+ Hits 30034 30037 +3
- Misses 70047 70097 +50
- Partials 2899 2900 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
This PR add a new feature to decide GO/STOP until the ego has velocity.
Related links
autowarefoundation/autoware_launch#1216
How was this PR tested?
psim and tier4 internal tests.
Notes for reviewers
None.
Interface changes
Effects on system behavior
None.