Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1009 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 1009 Bytes

Road Runner Quickstart

An example FTC project using Road Runner. Note: Road Runner is in alpha and many of its APIs are incubating.

Acknowledgements

The quickstart uses the fantastic RevExtensions2 library to take advantage of REV Expansion Hub bulk reads (thanks @FROGbots-4634!).

Installation

For more detailed instructions on getting Road Runner setup in your own project, see the Road Runner README.

  1. Download or clone this repo with git clone https://github.com/acmerobotics/road-runner-quickstart.

  2. Open the project in Android Studio and build TeamCode like any other ftc_app project.

  3. If you have trouble with multidex, enable proguard by changing useProguard to true in build.common.gradle.

Documentation

Check out the new online quickstart documentation.