-
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(behavior_velocity_planner): update velocity factor initialization for run out module #9352
feat(behavior_velocity_planner): update velocity factor initialization for run out module #9352
Conversation
Update the initialization of the velocity factor in the RunOutModule of the behavior_velocity_planner. The velocity factor is now initialized for the RUN_OUT behavior instead of the ROUTE_OBSTACLE behavior. Signed-off-by: Kyoichi Sugahara <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9352 +/- ##
==========================================
- Coverage 28.98% 28.96% -0.02%
==========================================
Files 1426 1432 +6
Lines 108249 108303 +54
Branches 41375 41377 +2
==========================================
+ Hits 31374 31375 +1
- Misses 73741 73794 +53
Partials 3134 3134
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
f070655
into
autowarefoundation:main
Description
Should be merged with this PR.
Update the initialization of the velocity factor in the RunOutModule of the behavior_velocity_planner.
The velocity factor is now initialized for the RUN_OUT behavior instead of the ROUTE_OBSTACLE behavior.
Motication of this change is to make it possible to detect when the run_out module is launched via adapi.
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.