An example FTC project using Road Runner.
Updated with dependencies used in Stuy Fission robot code.
-
Clone this repository using
git clone --recurse-submodules git@github.com:Fission310/road-runner-template.git- You can rename the directory it will be cloned as by typing
git clone git@github.com:Fission310/road-runner-template.git <YOUR_NAME>,
Replacing<YOUR_NAME>with your desired name
By default, it will clone into a directory calledroad-runner-template
- You can rename the directory it will be cloned as by typing
-
cd road-runner-templateorcd <YOUR_NAME> -
Run the setup shell script using
sh setup.sh -
Open
road-runner-templateor<YOUR_NAME>in Android Studio by doingFile > Open... > road-runner-templateorFile > Open... > <YOUR_NAME>
View the official RoadRunner online quickstart documentation.
- update
setup.shto take a repository as a parameter, right now just clonesfrieght-frenzy