Simplifies FTC robot debugging and configuration by integrating telemetry, real-time variable tuning, and live graphing via the Panels dashboard.
The Panels skill for Claude Code provides specialized guidance for FIRST Tech Challenge (FTC) developers to implement the Panels web-based dashboard into their robot control systems. It streamlines the process of setting up text-based telemetry, visualizing performance data through the Graph Plugin, and enabling real-time parameter adjustments using the @Configurable annotation. By offering structured implementation patterns for debugging and monitoring, this skill helps teams optimize PID controllers, track sensor data, and manage OpModes more effectively during testing and competition.
主な機能
012 GitHub stars
02Remote OpMode control and gamepad monitoring
03Live variable tuning via @Configurable annotations
04Real-time telemetry and data visualization
05PID controller optimization through the Graph Plugin
06Offline debugging data capture for remote replay
ユースケース
01Tuning PID coefficients live without redeploying robot code
02Monitoring battery levels and network latency during practice matches
03Visualizing motor power and encoder data to debug autonomous pathing