Cloning the Repo:
git clone https://github.com/uoft-cs-robotics/csc496.git
cd csc496
git checkout feature/winter2025
git submodule update --init --recursive
Note: git submodule update requires our gitlab http userid (utorid), and access token as password. Create an access token by clicking the user icon -> Preferences. Then click Access tokens.
Follow instructions to build docker files: docker/csc379_README.md.