Speedrun version of the local mapper, made in Python.
- ROS Humble
- ONNX Runtime (onnxruntime)
- OpenCV
- NumPy
OR
- Docker
- Build the container with
docker build -t mapper .
. - Run the conntainer with
docker run --rm -it --gpus all --network=host --ipc=host mapper
.
TODO