Tutorials Hosted on MI-FTC

Currently it's just a big list, but soon we hope to organize it into categories or trails.



Simulators
- A helpful way to test your code without a physical robot
Motor Directions on Drivetrains
- Why do the motors on one side of a robot car need to be reversed?
Basic Structure of an Iterative OpMode
- What your OpMode should look like when it extends the OpMode class
Basic Structure of a Linear OpMode
- What your OpMode should look like when it extends the LinearOpMode class
(coming soon) Which OpMode should you use?
- Explores the decision between extending the OpMode or LinearOpMode class and talks about implementing each in terms of the other as an exercise