Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aj-foster/ftc-examples
- Owner: aj-foster
- License: mit
- Created: 2018-09-03T23:14:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T06:26:43.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T06:16:23.910Z (8 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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.