-
Notifications
You must be signed in to change notification settings - Fork 73
refactor(motion_velocity_planner): simplify insert stop point function #375
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
base: main
Are you sure you want to change the base?
refactor(motion_velocity_planner): simplify insert stop point function #375
Conversation
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
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 #375 +/- ##
==========================================
- Coverage 78.75% 0.00% -78.76%
==========================================
Files 11 101 +90
Lines 193 7079 +6886
Branches 73 1279 +1206
==========================================
- Hits 152 0 -152
- Misses 11 7079 +7068
+ Partials 30 0 -30
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
planning/motion_velocity_planner/autoware_motion_velocity_planner/src/node.cpp
Outdated
Show resolved
Hide resolved
…ner/src/node.cpp Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Could you explain how this modification is tested? |
Description
Minor change to simplify the function to add stop points to the motion velocity planner trajectory.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.