-
Notifications
You must be signed in to change notification settings - Fork 665
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(obstacle_cruise_planner): outputs velocity factor when the ego follows front vehicle. #9359
feat(obstacle_cruise_planner): outputs velocity factor when the ego follows front vehicle. #9359
Conversation
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
…ollows front vehicle. Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
777ef60
to
606f988
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9359 +/- ##
==========================================
+ Coverage 28.95% 30.06% +1.10%
==========================================
Files 1426 1341 -85
Lines 108249 103675 -4574
Branches 41397 40362 -1035
==========================================
- Hits 31346 31169 -177
+ Misses 73869 69497 -4372
+ Partials 3034 3009 -25
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Description
I fixed logic so that this planner outputs velocity factor during adaptive cruising.
movie-2024-11-18_17.56.03.mp4
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.