Demobot

Demobot Setup Guide

Use this guide to get a laptop and the robot ready for coding, deploying, and connecting.

Robot hardware context

The Demobot uses:

Before you start

1) Open WPILib VS Code

  1. Press the Windows key.
  2. Search for 2026 WPILib VS Code and open it.

Picture placeholder: WPILib VS Code in the Windows Start menu search results.

2) Clone the repository

  1. In WPILib VS Code, open File > New Window.
  2. In the new window, click Clone GitHub Repository.
  3. Paste this repository URL and press Enter:
    • https://github.com/FRC-7525/Demobot.git
  4. Select a local folder and wait for clone to finish.

Picture placeholder: VS Code clone prompt with the Demobot repository URL pasted.

3) Build robot code

  1. Press Ctrl+Shift+P.
  2. Run WPILib: Build Robot Code.
  3. Confirm you get a successful build message.

Picture placeholder: Terminal or WPILib status showing a successful build.

4) Power and network the robot

  1. Power on the robot and wait for full boot.
  2. Connect the laptop to Wi-Fi network Demobot.
  3. Use the team-provided Wi-Fi password.

Picture placeholder: Windows Wi-Fi panel connected to the Demobot SSID.

5) Connect Driver Station

  1. Open FRC Driver Station.
  2. Wait for communications to come up.
  3. Confirm status lights are green (Robot, Comm, and Code).
  4. Open Elastic Dashboard if it did not open automatically.

Picture placeholder: Driver Station showing green status indicators.

6) Deploy code

  1. In WPILib VS Code, press Ctrl+Shift+P.
  2. Run WPILib: Deploy Robot Code.
  3. Wait for deploy to complete.
  4. If deploy appears stuck for several minutes, cancel and retry once.

Picture placeholder: Deploy command output showing successful deployment to roboRIO.

7) Post-deploy quick checks

Picture placeholder: Dashboard showing live robot telemetry values after deploy.