-
Notifications
You must be signed in to change notification settings - Fork 665
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
refactor(trajectory_follower/trajectory_follower_nodes): remove autoware_auto_common dependency #2228
refactor(trajectory_follower/trajectory_follower_nodes): remove autoware_auto_common dependency #2228
Conversation
Codecov ReportBase: 11.14% // Head: 11.64% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2228 +/- ##
==========================================
+ Coverage 11.14% 11.64% +0.50%
==========================================
Files 1203 1203
Lines 86268 87070 +802
Branches 20829 21390 +561
==========================================
+ Hits 9615 10140 +525
- Misses 66490 66563 +73
- Partials 10163 10367 +204
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I confirmed locally that planning simulator works well |
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.
It worked well.
Note: the motion_common was temporally ported to support .auto pkgs when the autoware.universe started. Since now the utility functions are managed by other packages (autoware_utils, motion_utils, etc), the old motion_common dependency is removed.
Using the defined types are still under discussion in the autoware.core, but at least it is not necessary in the universe. The control node uses the default premitive types to follow the other packages.
f71e442
to
f14f38d
Compare
…are_auto_common dependency Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
f14f38d
to
6cb6131
Compare
I confirmed that planning simulator works well locally |
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…are_auto_common dependency (autowarefoundation#2228) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…are_auto_common dependency (autowarefoundation#2228) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: Takayuki Murooka takayuki5168@gmail.com
Description
related to #2229
remove autoware_auto_common dependency, which is added in autoware.auto, from trajectory_follower/trajectory_follower_nodes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.