This repo uses a git submodule for OpenMCT. Clone with submodules included:
# HTTPS
git clone --recurse-submodules https://github.com/McMaster-Rocketry-Team/NICK
# SSH
git clone --recurse-submodules git@github.com:McMaster-Rocketry-Team/NICK.gitIf you already cloned without submodules, run:
git submodule update --initMore info in AGENTS.md