-
Notifications
You must be signed in to change notification settings - Fork 18
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(autoware_internal_planning_msgs): adaption to autoware_motion_utils #45
feat(autoware_internal_planning_msgs): adaption to autoware_motion_utils #45
Conversation
…otion_utils Signed-off-by: NorahXiong <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
@NorahXiong
I am asking TIER IV's planning team to extract out the functions from the autoware_motion_utils package that uses the messages that you are trying to add in this PR because they are not necessary for Autoware Core. If it goes well, we might not need those messages to be added in this repo. Therefore, we can wait for the planning team's effort before merging the first feature. However, I would like to merge the fix for PathPoint regardless of the planning team's effort because that would impact other packages that we are planning to port to Autoware Core. Therefore, we can split the PR and merge that first. |
I'm also a bit concerned about deleting the message(PathPoint.msg) that was added in 1.4.0. (Sorry, I should have also been careful when I reviewed #45 in the first place) We don't have any modules that's using the message yet, and we also haven't pushed 1.4.0 to the release repo either so I think deleting it would have no issue to anyone. However, 1.4.0 and the next version will no longer be compatible if we merge this PR. @youtalk If we have to merge this, should we release the next version as 2.0 in this case? |
Fortunately I didn't release 1.4.0 via bloom yet. So we can still continue to use 1.X.X. |
761e3f9
to
4595e77
Compare
@mitsudome-r @youtalk Done. The second change has been moved to #46. |
f15d927
to
4595e77
Compare
Signed-off-by: NorahXiong <[email protected]>
7ce7e87
to
52a1b1b
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
Hi, @mitsudome-r and @youtalk, I noticed the PR is merged. Will TIER IV's team continue working on extracting the functions using these messages? If so, I will wait until the work is finished. Otherwise, I will try to update core #171 right now. |
I'm sorry, this is about |
Description
Adaption for porting autoware_motion_utils from autoware.universe to autoware.core:
fix PathPoint type error cause by duplicate definition in repo autoware_msgs and autoware_internal_msgs (error source)How was this PR tested?
Notes for reviewers
None.
Effects on system behavior
None.