-
Notifications
You must be signed in to change notification settings - Fork 2
Docker Tutorial
Ethan edited this page Nov 13, 2022
·
2 revisions
A brief tutorial for how to use the dev environment.
Docker can be installed by following the instructions here.
Here's the TLDR instructions for Windows:
- Run
wsl --install
in powershell. - Download and install docker from the link above.
After opening the SpaceGrantEngine repository, you should get the following prompt:
If the prompt to reopen in container does not appear, press the button in the bottom left corner of VSCode, then press Reopen in Container:
After reopening in the container, the ROS image will be downloaded and configured according to the instructions in the Dockerfile. The image is quite large (~3.6 GB), so it may take a while.