Skip to content

Docker Development Image

M1chaelM edited this page Jul 29, 2021 · 7 revisions

This guide explains how to set up a Docker-based development environment for building and developing Dave repository and related software.

Follow these steps to install required utilities on your host system.

Step 2: Build and run

Once you've installed the dependencies, you can build your Docker development environment with the following commands:

git clone https://github.com/Field-Robotics-Lab/dockwater.git
cd dockwater
./build.bash noetic
./run.bash noetic:latest

Note that the build.bash and run.bash scripts may take a few minutes the first time they run.

Additional Notes

Next: Build the Dave Simulation Environment

Clone this wiki locally