Recognizing obstacles and walls in 3d point cloud data
Either run it from source or use the provided Dockerimage.
a) Source
- Install the requirements with
pip3 install -r requirements.txt. - Run the API with
python3 api.py.
b) Docker
- Build and run the docker container with
docker buildanddocker run.