Logo produced by Qixian from FRC Team 333
This repository contains the public FTC SDK for the CENTERSTAGE (2023-2024) competition season.
Official code for Team 8088 The Cephalopods for CenterStage written by Afreen
If you are an Android Studio programmer, there are several ways to download this repo. Note that if you use the Blocks or OnBot Java Tool to program your robot, then you do not need to download this repository.
-
Download or clone this repo with
git clone https://github.com/Tea505/8088-CenterStage.git
. -
Open the project in Android Studio and build
TeamCode
like any otherftc_app
project. -
If you have trouble with multidex, enable proguard by changing
useProguard
totrue
inbuild.common.gradle
.
If you are new to robotics or new to the FIRST Tech Challenge, then you should consider reviewing the FTC Blocks Tutorial to get familiar with how to use the control system
Even if you are an advanced Java programmer, it is helpful to start with the FTC Blocks tutorial, and then migrate to the OnBot Java Tool or to Android Studio afterwards.