-
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(motion_velocity_planner): common implementation for motion_velocity_obstacle_<stop/slow_down/cruise>_module #10035
feat(motion_velocity_planner): common implementation for motion_velocity_obstacle_<stop/slow_down/cruise>_module #10035
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10035 +/- ##
==========================================
- Coverage 29.21% 29.19% -0.02%
==========================================
Files 1439 1448 +9
Lines 108115 108869 +754
Branches 42638 42974 +336
==========================================
+ Hits 31588 31787 +199
- Misses 73485 74019 +534
- Partials 3042 3063 +21
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2381243
to
92e598e
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.
Code looks good
using autoware_perception_msgs::msg::Shape; | ||
using autoware_planning_msgs::msg::Trajectory; | ||
using autoware_planning_msgs::msg::TrajectoryPoint; | ||
namespace bg = boost::geometry; |
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.
namespace bg = boost::geometry; |
92e598e
to
901fbc7
Compare
…_down/cruise>_module Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
901fbc7
to
c154c33
Compare
Description
Before porting the obstacle stop, slow_down, and cruise to the motion_velocity_planner, the necessary changes to the motion_velocity_planner_common and motion_velocity_planner_node are added in this PR.
Related links
#10036
How was this PR tested?
No degradation of the internal scenario tests
https://evaluation.tier4.jp/evaluation/reports/f4f8d8b1-e452-51af-998c-48b8126555e0?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.