-
Notifications
You must be signed in to change notification settings - Fork 663
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
fix(behavior_path_planner): add freespace_planning_algorithms dependency #9800
fix(behavior_path_planner): add freespace_planning_algorithms dependency #9800
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
c0bcaff
to
3e9a256
Compare
Signed-off-by: Takayuki Murooka <[email protected]>
3e9a256
to
f0be2ec
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9800 +/- ##
==========================================
+ Coverage 28.77% 30.01% +1.24%
==========================================
Files 1454 1457 +3
Lines 109090 109098 +8
Branches 42492 42760 +268
==========================================
+ Hits 31386 32748 +1362
+ Misses 74626 73150 -1476
- Partials 3078 3200 +122
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
LGTM Thanks!
Description
add missing dependency of freespace_planning_algorithms in behavior_path_planner
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.