Ftc Dashboard

🌐Community
by ncssm-robotics · vlatest · Repository

The FTC Dashboard provides a centralized view of your robot's performance data during matches, streamlining analysis and strategy adjustments.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ftc-dashboard npx -- -y @trustedskills/ftc-dashboard
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ftc-dashboard": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ftc-dashboard"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The ftc-dashboard skill provides access to the First Tech Challenge (FTC) dashboard. This allows users to monitor robot telemetry, view live video feeds from onboard cameras, and interact with the robot's control system. It facilitates debugging, testing, and remote operation of FTC robots.

When to use it

  • Remote Debugging: Troubleshoot robot behavior when physical access is limited.
  • Telemetry Monitoring: Track sensor readings (e.g., encoder values, gyroscope data) during autonomous or driver-controlled modes.
  • Live Video Feed: View real-time video from onboard cameras for navigation and object recognition.
  • Control System Interaction: Potentially interact with the robot's control system through the dashboard interface (specific functionality depends on the implementation).

Key capabilities

  • Robot telemetry display
  • Onboard camera live feed
  • Potential for control system interaction
  • First Tech Challenge (FTC) compatibility

Example prompts

  • "Show me the robot's encoder values."
  • "Display the video from the front camera."
  • “What is the current battery voltage?”

Tips & gotchas

The skill requires a connection to the FTC robot’s control system. Ensure proper network configuration and communication protocols are established before attempting to use the dashboard.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ncssm-robotics
Installs
2

🌐 Community

Passed automated security scans.