-
Notifications
You must be signed in to change notification settings - Fork 549
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
Add dockerhub release logic and improve main readme #550
Add dockerhub release logic and improve main readme #550
Conversation
…ry` [NMO-442] - move contributing instructions to a contributing_instructions.md file - move commit_msg_reference.md to `doc/contributing directory` - change remaining ethz-asl domain reference to norlab-ulaval - main `README.MD` - move the summary up, under the top banner - add missing installer script instructions - add docker image usage instructions
…boost.io - see [boost issue #6775](triton-inference-server/server#6775)
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.
Good job Luc! Would be great to add a short guide on how to use the docker image to perform a simple pmicp
to align two point clouds.
Would you mind addressing this issue as well in this PR? #549
- Also muted the generate doc flag until UseDoxygen.cmake line 112 is fixed
@boxanm Yes I'm planning to do that this summer. The libpointmatcher dockerhub will have full instruction and will be setup to promote and raise the profile of the codebase. I'll reach out to you when I'll work on that to get your input on a good example/use case design. |
@pomerlef I would like your approval for the changes that I made to the main README.md. Note: The rest of the PR are changes related to release on dockerhub and some build related fix |
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.
Everything looks fine, good job!
…e badges and add teamcity url to badge
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Description
Summary:
Add the necessary logic to build and push libpointmatcher release docker image to dockerhub.
Also made some improvment to the main readme:
Also fixed the new build failure related to pyton binding compilation via github action
Changes and type of changes (quick overview):
doc/contributing directory
[NMO-442]doc/contributing directory
README.MD
Checklist:
Code related
(i.e.: function, class, script header, README.md)
(Check contributing_instructions.md for local testing procedure using libpointmatcher-build-system)
PR creation related
base ref
branch is set to thedevelop
branch(the build-system won't be triggered otherwise)
develop
branch(the build-system will reject it otherwise)
PR description related
# <issue-id>
if changes are of typefix
(See commit_msg_reference.md for details)