ftc-dashboard

Stream FTC robot telemetry and field overlays to a web dashboard.

4|4|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ncssm-robotics/ftc-claude --skill ftc-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ftc-dashboard
Source: https://github.com/ncssm-robotics/ftc-claude/tree/main/plugins/ftc-dashboard/skills/ftc-dashboard
Command: npx skills add https://github.com/ncssm-robotics/ftc-claude --skill ftc-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to observe and interpret real-time robot telemetry and field positions during tests. FTC Dashboard provides a web-based interface to visualize data, render a field overlay, and configure live parameters without redeploying code.

Core Features & Use Cases

  • Telemetry Visualization: send key-value pairs to a live dashboard with graphs.
  • Field Overlay: draw robot position and trajectories on a field map for debugging.
  • Live Configuration: adjust @Config variables and see updates in real-time.
  • Camera Streaming: stream camera feed to the dashboard for remote monitoring.

Quick Start

Install FTC Dashboard, deploy a simple OpMode that streams telemetry, and open the dashboard URL to view live data.

Frequently Asked Questions about ftc-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize live FTC robot telemetry during OpMode testing?

To visualize live FTC robot telemetry during OpMode testing, stream key-value pairs and telemetry packets to a web-based dashboard, allowing real-time data observation without code redeployment.

How do I draw FTC robot trajectories on a field overlay for debugging?

Draw FTC robot trajectories on a field overlay by integrating the FtcDashboard library and utilizing fieldOverlay drawings within telemetry packets to render robot positions on a visual field map.

Can I adjust FTC robot configuration variables in real-time without redeploying code?

Yes, you can adjust FTC robot configuration variables in real-time by annotating variables with @Config, enabling live parameter updates directly through the web dashboard interface during testing.

Does FTC Dashboard support streaming a camera feed for remote monitoring?

Yes, FTC Dashboard supports camera streaming for remote monitoring by sending the camera feed directly to the web dashboard, allowing teams to visually track robot behavior during tests.

What is the best way to debug autonomous trajectories for FTC robots?

The best way to debug autonomous trajectories for FTC robots is using a web dashboard to render field overlay drawings and stream live telemetry packets, visualizing the robot's path and data simultaneously.