This project is currently under development
Ahoy! This project contains software intended to run on the custom-built Douglas AUV to compete at RoboSub2025 on behalf of McGill Robotics.
This project is maintained by the McGill Robotics Club and was developed by its members - students of McGill University.
Before setting up the dev environment, you should have the following software installed:
Visual Studio Code
Visual Studio Code Remote Containers Plugin
Docker
(either throughDocker Desktop
or CLI)
If you have the software installed, follow these instructions:
-
git clone
this repository on your local environment. -
Open the repo in VS Code.
-
In the bottom left, you should see a little blue/green box. This will bring up the VSCode dialogue. (Keyboard Shortcut:
CTRL + SHIFT + P
orCMD + SHIFT + P
)
-
Select "Dev Containers: Reopen in container"
-
VS Code will automatically load necessary files and configure the dev environment. This can take minutes to load.
Once loading is complete, you're ready to develop!