This project is currently under development
Ahoy! This project contains software intended to run on the custom-built Douglas AUV to compete at RoboSub2026 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 CodeVisual Studio Code Remote Containers PluginDocker(either throughDocker Desktopor CLI)
If you have the software installed, follow these instructions:
-
git clonethis 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 + PorCMD + 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!
