React-based web dashboard designed for FTC
FTC Dashboard is a telemetry and monitoring tool designed for use with FTC robots. It provides live telemetry with plots and field graphics, live configuration variables, camera streaming, limited op mode controls, gamepad support, custom dashboard layouts, and telemetry CSV export.
build.dependencies.gradle
.maven { url = 'https://maven.brott.dev/' }
.implementation 'com.acmerobotics.dashboard:dashboard:0.4.15'
.