T-10's modular codebase
Currently on FTC Robot Controller v2.6 Beta
##Structure & Reference Please check the wiki to learn the core concepts of fractal in detail.
##Setup
- On your git bash, go to the directory you want this repo to be saved in and type
git clone https://github.com/nhs-t10/fractal.git
. - In Android Studio, open
[your directory]/fractal
. - In the project, locate
/TeamCode/java/org/firstinspires/ftc/teamcode/opmodes/bonnie/
and runBonnie.java
. - If you set up the repository properly, you should see a window prompting you to choose a device. If not, see common errors or google search your error.
##Common Errors
Non-zero exit value
- While I do not know what causes this error, restarting Android Studio tends to fix it.SDK location not found
- This error occurs when you open the project through the FtcRobotController directory as opposed to the Fractal directory. The easiest way to fix this is just to delete the current project and setup a new one.
##Notice For people working directly in this repo, please push all new changes to a development branch.