Closed kyoichi-sugahara closed 5 days ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 28.96%. Comparing base (
dd9c116
) to head (bc8ec70
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
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.