Skip to content

Setting up FRC Driver Station

FRC Driver Station is software that enables a computer to be utilized as (surprise surprise) a driver station for FRC robots. This software is required to be installed on at least one computer we bring to competitions in order to control our robot.

Installation

Only computers with Windows are supported. (Unacceptable. Smh National Instruments)

Follow the instructions on this page to install the FRC Game Tools, which includes Driver Station. When you get to the point where it asks you to create an account, just go ahead and create your own. You can trust the company with your personal information.

Configuration

Go to the Settings tab on the left side of the screen and enter 2530 in the Team Number field. The robot will not be able to communicate with Driver Station if this is not set. Also, set the Dashboard Type to Shuffleboard.

Once Shuffleboard opens, go to File > Load layout and select the shuffleboard.json file saved in this year's robot code.

Now connect the drive joystick to your computer and go to the USB tab. Make sure that the port number shown for the joystick is the same as the port number defined in the robot code. In this example, if the declaration of the controller is Joystick stick1 = new Joystick(0); then you're good to go!

image