nextftc

Installation
SKILL.md

NextFTC

NextFTC is a command-based framework for FTC robotics written in Kotlin. It provides structured patterns for commands, subsystems, and gamepad bindings.

Quick Start

Dependencies (build.dependencies.gradle)

implementation 'dev.nextftc:ftc:1.0.1'
implementation 'dev.nextftc:hardware:1.0.1'      // Optional: hardware wrappers
implementation 'dev.nextftc:bindings:1.0.1'     // Gamepad bindings
implementation 'dev.nextftc:control:1.0.0'      // PID/feedforward
implementation 'dev.nextftc.extensions:pedro:1.0.0'  // Pedro Pathing

Key Imports

Installs
3
GitHub Stars
3
First Seen
Feb 6, 2026
nextftc — ncssm-robotics/ftc-claude