Python binding of the OctoMap library.
pip install octomap-python
git clone --recursive https://github.com/wkentaro/octomap-python.git && cd octomap-python
pip install -e '.[example]'
cd examples
python insertPointCloud.py
This is a fork of neka-nat/python-octomap.
RUN in same terminal:
- At root run : python setup.py bdist_wheel
- Set LD_LIBRARY_PATH : export LD_LIBRARY_PATH=/home/gsuveer/octomap/lib Install from : https://github.com/suveergarg/octomap/tree/gsuveer/semantic_octomap
- cd dist/ There should be a .whl file here.
- auditwheel repair --plat manylinux_2_31_x86_64 octomap_python-1.8.0.post12-cp38-cp38-linux_x86_64.whl This will create a folder called wheelhouse with the final .whl file.
- install this FINAL .whl file using : pip install /dist/wheelhouse/octomap_python-1.8.0.post12-cp38-cp38-manylinux_2_31_x86_64.whl --force-reinstall
- Resinstall right version of numpy: pip install numpy==1.22.4 --force-reinstall