-
Notifications
You must be signed in to change notification settings - Fork 94
feat: port autoware_motion_utils from autoware.universe #155
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: port autoware_motion_utils from autoware.universe #155
Conversation
Signed-off-by: jack.song <[email protected]>
Signed-off-by: jack.song <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
Since it’s a porting task, I’m keeping the review to a minimum.
Signed-off-by: NorahXiong <[email protected]>
Co-authored-by: Yutaka Kondo <[email protected]> Signed-off-by: NorahXiong <[email protected]>
3b7b83b
to
157be56
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.
LGTM
<depend>autoware_adapi_v1_msgs</depend> | ||
<depend>autoware_interpolation</depend> | ||
<depend>autoware_planning_msgs</depend> | ||
<depend>autoware_universe_utils</depend> |
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.
We need to eliminate the dependency on the autoware_universe_utils
. Let’s migrate only the necessary files to autoware.core
. cc @mitsudome-r
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.
Someone is working on the problem by splitting the package into two parts. I will fix the building error once the autoware_universe_utils package is ready.
Description
Related links
#139
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.