asdcf35 / 2024FTCcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Road Runner Quickstart

Don't edit master, branch off of dev(recommended) or prod(highly not recommended)

An example FTC project using Road Runner.

Installation

  1. Download or clone this repo with git clone --single-branch -b quickstart1 https://github.com/acmerobotics/road-runner-quickstart.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 online quickstart documentation.

About

License:BSD 3-Clause Clear License


Languages

Language:Java 100.0%