An open API service indexing awesome lists of open source software.

https://github.com/dimatura/pypcl

numpy-oriented, pybind11-based wrappers for a subset of PCL (point cloud library).
https://github.com/dimatura/pypcl

numpy pcl point-cloud pybind11 python

Last synced: 19 days ago
JSON representation

numpy-oriented, pybind11-based wrappers for a subset of PCL (point cloud library).

Awesome Lists containing this project

README

        

# pypcl

Daniel Maturana 2018, [email protected]

A pybind11-based Python wrapper for (a very small part of) PCL.

It is usable, but incomplete and should be considered pre-beta.
This is a 'scratch-my-own-itch' piece of code.

## Installation

`python setup.py install`

## Credits

`setup.py` was derived from [cmake_example](https://github.com/pybind/cmake_example).

`point_cloud2_iterator.h` is slightly modified from [ROS common_msgs](https://github.com/ros/common_msgs), BSD license (see header).

`tinyformat.h` is from [tinyformat](https://github.com/c42f/tinyformat), Boost software license 1.0 (see header).

## License

BSD, See LICENSE.