Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aj-foster/ftc-examples

Example programs for FIRST Tech Challenge robots.
https://github.com/aj-foster/ftc-examples

Last synced: 6 days ago
JSON representation

Example programs for FIRST Tech Challenge robots.

Awesome Lists containing this project

README

        

# FIRST Tech Challenge Examples

This repository holds example `OpMode` and `LinearOpMode` programs for the FIRST Tech Challenge robotics competition. You can use these examples to get started programming your own robot. They were written using Android Studio and the FTC App SDK available [here](https://github.com/FIRST-Tech-Challenge/FtcRobotController).

**Warning**: Before you run any code on your robot — regardless of where it came from — you should work to fully understand how it works. Being able to predict how your program will cause the robot to move and react in certain situations is crucial for safety. *Safety FIRST.*

See the Contribution guidelines if you'd like to add further examples, and check the License to see how this code can be used.