This repository contains the public FTC SDK for the INTO THE DEEP (2024-2025) competition season.
The SDK has been modified to support Kotlin development.
The FTC Kotlin Quickstart a simple repository for storing templates for FTC teams to use Kotlin in their robot code.
The official guide: Kotlin for FTC
- Default current
- RoadRunner
- Volt (Coming Soon)
- Clone this repository
- Open the project in Android Studio or InteliJ IDEA
- Load the gradle project
- Start writing your robot code in the
TeamCode
module, under the kotlin directory
- Java 17 recommended
- Android SDK 34 recommended
- The Default flavor is a basic template to quickstart using kotlin for FTC
- The RoadRunner flavor includes the RoadRunner library for advanced path following and more
- The Volt flavor includes RoadRunner and Volt for more flexibility and control over your code (Coming Soon)