Docker image for hloc
git clone --recursive https://github.com/ToshikiNakamura0412/docker_hloc.git ~/docker_hloc
cd ~/docker_hloc
docker compose build
docker compose up -d
Execute the following command in the container with VSCode
python3 ~/ws/demo.py
docker compose down