MIT-SPARK / TEASER-plusplus

A fast and robust point cloud registration library
MIT License
1.78k stars 341 forks source link

PyPi package available and/or planned? #78

Open jackjansen opened 3 years ago

jackjansen commented 3 years ago

Have you read the documentation?

I have looked for a PyPi package, but it seems that it isn't available. So my first question is: did I not look hard enough?

And if I did look hard enough: is a PyPi package on the radar?

And if it isn't: if it turns out that a PyPi package is a reasonable solution for me (i.e. it is not significantly more work for me to do that, as opposed to teaching my CI/CD about all the build steps manually): would you be likely to accept a pull request?

jingnanshi commented 3 years ago

Hi @jackjansen , no the package is not on PyPi. I'll certainly welcome any pull request that can make this happen :) Currently, you can install the python binding locally after compilation, see the documentation for details.

jackjansen commented 3 years ago

Yes, that is what I am doing at the moment, and that's fine for manual installation, but for our multiplatform CI/CD it's a hassle. I will have a look, time permitting, and I'll give you a pull request if I can make it work.

cc: @nachoreimat

analog-cbarber commented 2 years ago

Note that due to the dependency on the pmc library which has a GPL3 license, the resulting pip package will also have to have a GPL3 license...

jackjansen commented 2 years ago

@nachoreimat do you think you could help with creating a PyPI package?

LimHyungTae commented 2 months ago

Is there any update, guys? @jackjansen ?

jackjansen commented 1 month ago

@LimHyungTae no updates from our side. Teaser has sort-of moved off our radar. Sorry...

LimHyungTae commented 1 month ago

No worries, thanks for letting us know!