Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 387 Bytes

mapper_speedrun

Speedrun version of the local mapper, made in Python.

Requirements

  • ROS Humble
  • ONNX Runtime (onnxruntime)
  • OpenCV
  • NumPy

OR

  • Docker

Building

Docker (recommended for development)

  • Build the container with docker build -t mapper ..
  • Run the conntainer with docker run --rm -it --gpus all --network=host --ipc=host mapper.

Bare metal

TODO