To get started with TeaLib for your robotics projects, simply install the library and explore the clear documentation provided. With its user-friendly interface and robust functionality, TeaLib makes robotics programming easier, freeing up teams to focus on innovation and problem-solving.
To install the library, in build.dependencies.gradle
add:
repositories {
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
Afterwards in your team code module's build.gradle
add:
dependencies {
implementation 'com.github.Tea505:TeaLib:Tag'
}
Replacing TAG
with the latest release or tag. Below is the latest Tag released.
TeaLib is a Java library written for FTC robotics competition. It is designed for both autonomous and tele operated robotic functions. More information coming soon!!!