diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb36387 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Active Drag System (ADS) +This is the main codebase for Rocketry at Virginia Tech's Active Drag System, also known coloquially as the ADS, for the 2023-2024 competition year. It runs primarily on a BeagleBone Black, and its goal is to autonomously control the ADS' deployment during flight. + +## BUILD +cmake -B build +cmake --build build/ + +## RUN +cd build && src/ads + +## TEST +cd build && ctest + |
