url-kaist / patchwork-plusplus

Patchwork++: Fast and robust ground segmentation method for 3D LiDAR scans. @ IROS'22
GNU General Public License v3.0
637 stars 103 forks source link

Separate building and python install #37

Closed IvDmNe closed 11 months ago

IvDmNe commented 1 year ago

Hello! I slightly modified CMakeLists and few other things to be able to install this package in python environment and to avoid using of Open3D in case the examples are not necessary.

Main changes:

Now the project can be installed like any other python package with pip: pip install .

Maybe, You'd want to upload it to PyPI. This would be very useful!.

seungjae24 commented 11 months ago

Hi @IvDmNe, thank you for contributing several useful functionalities!

I will check uploading it on PyPI :) Thank you for suggestion.