-
Notifications
You must be signed in to change notification settings - Fork 50
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_objects_of_interest_marker_interface): porting from universe to core #168
Conversation
…verse to core, autoware_objects_of_interest_marker_interface, add this package to core repo and replace universe_utils dependency with autoware_utils dependency: v0.0 Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…verse to core, autoware_objects_of_interest_marker_interface, fix readme spell issue: v0.1 Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
dc55091
to
a145d20
Compare
…verse to core, autoware_objects_of_interest_marker_interface, update due to the function name change of autoware_utils: v0.2 Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
5f363bf
to
211b164
Compare
The modification seems okay, but this must be merged after autowarefoundation/autoware_utils#23 |
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.
I think adding autoware_utils
to build_depends.repos
will make the CI pass. Other than that, LGTM.
@liuXinGangChina #149 will take some time to merge, so we would like to merge this PR first since it has no external dependencies.
|
…migration rebase with main branch
…verse to core, autoware_objects_of_interest_marker_interface, add autoware_utils to build.depends, along with internal_msgs which needed by pr-149: v0.2 Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
1b07724
to
79b2532
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #168 +/- ##
===========================================
- Coverage 78.75% 53.52% -25.24%
===========================================
Files 11 16 +5
Lines 193 284 +91
Branches 73 75 +2
===========================================
Hits 152 152
- Misses 11 102 +91
Partials 30 30
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Kondo san @youtalk I have add those build depend to the file according to your comment Have a nice day 心刚 |
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
@liuXinGangChina Could you resolve the conflicts that is occurring on the PR for Universe? autowarefoundation/autoware.universe#9931 |
Sure mits san |
Mits san and Kondo san, @mitsudome-r @youtalk Sorry to bother you on weekend, I checked that modification under universe repo is only about package.xml and CHANGELOG.rst, no need to update this pr under core repo. Have a nice weekend! 心刚 |
We are porting autoware_objects_of_interest_marker_interface to autoware.core, and this PR add the package to core
Description
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.