Skip to content

BalloonChamp/RoadRunnerTutorial

Repository files navigation

Road Runner Tutorial Series

This is the Startup Repo for the Tutorial Series for an FTC library called Road Runner. Note: Road Runner is in alpha and many of its APIs are incubating.

The repo contains:
Road Runner
Road Runner Quickstart
FTC Dashboard
And extras!

Installation

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

To follow along with the tutorial, follow these steps:

  1. Download or clone this repo with git clone https://github.com/BalloonChamp/RoadRunnerTutorial.git.

  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.