team3663 / 2022-RapidReact

Code for RapidReact competition robot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2022-RapidReact

Code for RapidReact competition robot.


The Common Lib

This all has to be ran in the terminal

The first thing that you have to do when creating a new brach or bringing in the Common Lib is to run

  • git submodule update --init

That dosin't work you and you don't have a Common folder you can run

After that command is ran in the cd common into the common lib and run gradlew build.

cd common

then

./gradlew build

Then cd .. out of the common directory and into the project directory.

cd..

Then run the gradlew build That will build the whole project.

./gradlew build

All of theys steps you can run in vscode Build robot code.

About

Code for RapidReact competition robot.


Languages

Language:Java 100.0%