Installing Docker
Docker will let us create a virtual environment to use when developing for ROS2. This is because ROS2 requires base Ubuntu to run.
Follow the Docker Guide to install Docker, then open Docker Desktop.
If you get a prompt saying: “Your WSL version needs updating”, then:
- Open the terminal
- Type in
wsl --update - Restart Docker
Author: Aiden Kimmerling (https://github.com/TheKing349)