This is a quick start guide for FTC mobile robot programming with Java and Android Studio.
This repository is designed to accompany the FTC programming tutorials by @BrandonPacewic, if you have any questions feel free to reach out.
- Android Studio.
 - TeleOp Program Structure.
 DcMotorSimple.hardwareMap.gamepad.- Tank Drive.
 - Mecanum Drive.
 - Drive Power Scaling.
 Deadline& Drive Power Toggling.IMU.- Field Centric Drive.
 - Resetting the 
IMU. - 'telemetry'.
 - Autonomous Program Structure.
 - Auto by 
ElapsedTime. - Storing 
GamepadState. 
Each video that showcases a complete program will have an accompanying .java file that is ready to be used inside FTC.
Check out the /examples/ folder for each of the example files.