This is the codebase for the 2021-2022 season of FTC 479 Stuy Fusion's robot, Into The Deep.
For the most up-to-date code, please refer to the main
branch.
- Clone the repository
- Open the repository in Android Studio
- Build the project
- Connect your phone to the computer
- Press the green play button to build and deploy the app to your phone
- Once the app is installed, press the play button to start the robot controller
- Connect to the robot controller using the FTC Driver Station app
- Press the play button to start the robot
- Have fun!
Built off of FTC 479 Stuy Fusion's Template Code Repository.
Notes:
- To update FtcControllerVersion, you must add remote to the repository and then pull from master. Might have to change gradle versions and fix conflicts.
- Random crashes in opModes are probably due to an issue within the threading loops.