-
Notifications
You must be signed in to change notification settings - Fork 672
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
build(lidar_apollo_instance_segmentation): remove download logic from CMake #3140
build(lidar_apollo_instance_segmentation): remove download logic from CMake #3140
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3140 +/- ##
==========================================
- Coverage 15.80% 14.20% -1.60%
==========================================
Files 1583 1597 +14
Lines 109822 109899 +77
Branches 34377 31523 -2854
==========================================
- Hits 17352 15615 -1737
- Misses 73362 77334 +3972
+ Partials 19108 16950 -2158
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2cd0803
to
5a53d0e
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
5a53d0e
to
4024e3e
Compare
@xmfcx @mitsudome-r this PR is now ready for review |
#3137 |
@esteve I thought we wanted to discuss how we support the download of the models before removing from CMake. (using ansible, bash script with documentation, etc.) Could you make it into draft so that we don't merge it until we have alternative way of downloading the model? If we merge it right now, then people won't be able to run these nodes. |
Relevant Discussion https://github.com/orgs/autowarefoundation/discussions/3649 |
@mitsudome-r no problem, I've made it a draft again. The downloading of the models is done via ansible (see autowarefoundation/autoware#3375) and documented if users want to do it manually (see autowarefoundation/autoware-documentation#345) |
4024e3e
to
6523a38
Compare
@yukkysaito this is now ready for review again, we've merged the Ansible and documentation PRs so users can download artifacts separately from CMake. |
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
… CMake Signed-off-by: Esteve Fernandez <[email protected]>
6523a38
to
7970172
Compare
Description
See #3137
Depends on autowarefoundation/autoware_common#164
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.