FTC
FTCRookie Friendly

Installation

Road Runner is a community-developed motion planning and path following library for FTC robots. It provides autonomous movement control with support for trajectory generation, spline-based paths, and integration with FTC Dashboard for tuning and visualization.

Installation # FTC # Quickstart # The easiest way to get started is the quickstart. The quickstart is a full FTC Android Studio project with preinstalled Road Runner, FTC Dashboard, and tuning utilities. You can download it from the GitHub page or clone it with git clone https://github.com/acmerobotics/road-runner-quickstart.git. Then open the folder as an FTC project and head over to the tuning page for next steps. Installing into an Existing Project # Even if you have an existing project, it may be easier to start with the quickstart and copy your other files over.

More links