.github
: GitHub Actions files.vscode
: VS Code settingsGUI
: All-in-one GUIPCC
: PCC firmwarePX4
: PX4 and MAVLink filesscripts
: Development scriptsVMC
: AVR software
Install the recommended extensions. If you don't see a popup in the bottom right corner of your screen, go to the VSCode extensions tab and type @recommended
into the search bar
You can run these commands in sequence, in the VSCode Powershell terminal
(Make sure you're in the AVR-2024 repo, NOT HPBell_2024-25. Come talk to Max if you have any questions)
Note: This will take 10-15 minutes
py -m venv .venv
.venv\Scripts\Activate
py scripts/install_requirements.py
Follow the instructions inside VMC/README.md to build & run the AVR software on the Jetson
If you want to build/run Docker images not on a Jetson, look at VMC/simulator/README.md