A starter robot project for all of Raiders of the ARC's FTC teams, with useful libs included.
-
Install Git and Android Studio
-
Fork this repository, and clone the fork into a directory
-
Add the parent AHS-Robotics-Club repo as an upstream
git remote add upstream https://github.com/AHS-Robotics-Club/arc-quickstart.git
- ALWAYS create a branch before making changes
- Give the branch a name similar to the action you are doing
git fetch upstream # Gets changes from upstream
git checkout main
git merge upstream/main