An example FTC project using Road Runner.
Updated with dependencies used in Stuy Fission robot code.
-
Clone this repository using
git clone --recurse-submodules [email protected]:Fission310/road-runner-template.git
- You can rename the directory it will be cloned as by typing
git clone [email protected]: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-template
orcd <YOUR_NAME>
-
Run the setup shell script using
sh setup.sh
-
Open
road-runner-template
or<YOUR_NAME>
in Android Studio by doingFile > Open... > road-runner-template
orFile > Open... > <YOUR_NAME>
View the official RoadRunner online quickstart documentation.
- update
setup.sh
to take a repository as a parameter, right now just clonesfrieght-frenzy