This repo contains the code for all three contests for the MIE443 course at the University of Toronto
- Clone the repo
- Install Docker
- Install VSCode and the Dev Container Extension
- Open the command pallet with
Ctrl+Shift+P - Select the option:
Rebuild and Open in Container
- First run
catkin_maketo make the executables - Add them to the path with
source devel/setup.bash - Do whatever