-
Notifications
You must be signed in to change notification settings - Fork 677
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: introduce motion_velocity_obstacle_<stop/slow_down/cruise>_module #9807
feat: introduce motion_velocity_obstacle_<stop/slow_down/cruise>_module #9807
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
c7368f9
to
56f28be
Compare
e796478
to
ea23551
Compare
6d1ef8b
to
a41d998
Compare
a41d998
to
9f7bae7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9807 +/- ##
==========================================
- Coverage 29.21% 28.43% -0.78%
==========================================
Files 1439 1473 +34
Lines 108115 111075 +2960
Branches 42638 43053 +415
==========================================
Hits 31588 31588
- Misses 73485 76445 +2960
Partials 3042 3042
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a1621d5
to
89c3dc6
Compare
b649ed1
to
91be5fc
Compare
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.
Tested locally and everything appears to run as good as before
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
91be5fc
to
c9c491e
Compare
Signed-off-by: Takayuki Murooka <[email protected]>
c9c491e
to
304127d
Compare
Description
depends on #10035
This PR separates the implementation of obstacle_cruise_planner to the obstacle stop, slow_down, and cruise, and port them to the motion_velocity_planner.
Related links
#10036
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.