This is an old revision of the document!


Setting up FRC Driver Station

This guide will provide a step by step guide of setting up the FRC Driver Station environment for use in FRC Competitions.


Prerequisites

Hardware

  • NI roboRIO
    • USB Cable or Ethernet cable to plug it in.
  • DMC60C
  • USB Gamepad (Optional)

Software


Tutorial

1. Setting up the roboRIO

1.1) Power up the roboRIO and plug it into your network via ethernet cable, or into the computer via USB.

Pic
1.2) Open Labview 2017 and click Utilities>roboRIO Imaging Tool 2018. Find the roboRIO in the roboRIO Targets box. Take note of the IP address.

NOTE: If the roboRIO does not appear on the list, make sure that it is connected to the same network as the computer running the Imaging tool.

Enter your Team Number in the appropriate box.

Check the box next to Format Target, and select FRC_roboRIO_2018_v*.zip then click Reformat.

Once the roboRIO has been successfully reformatted and updated, you may close the Imaging tool.
1.3) Open WinSCP and login to your roboRIO with the following settings:
File Protocol SFTP
Host Name The IP address of the roboRIO
Port 22
User name admin
Password *leave this blank*
1.4) Copy libDMC60c.so to /usr/local/frc/lib/ on the roboRIO.

2. Setting up the environment

2.1) After installing the WPILib plugins as described at the end of this tutorial, copy the contents of the Github repo into C:\Users\[username]\wpilib\user\cpp\.