Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 229 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 229 Bytes

nav2-compose

Compose setup for testing nav2

Prerequisites:

  • Docker compose 1.29

Run with

docker-compose up --build

or if you want to build with Buildkit:

docker buildx bake -f compose.yml
docker-compose up