Skip to main content

Robot Software

Install the Driver Station

You must have Windows to run the Driver Station.

Download the Driver Station software from the Ni roboRIO FRC Game Tools Page

WPLib

In order to make electronics like the roboRIO, sensors, and motor controllers do stuff, you will need to write software. You could write this software from scratch but that would be a ton of work. The WPLib is a software development kit (SDK) that provides code to control electronics.

note

Ever wonder what the WP in WPLib stands for? Worcester Polytechnic Institute (WPI) is a University in Massachusetts. WPILib was written by some folks at WPI in 2005 as a way to level the playing field and give a strong foundation for all teams to work from.

See the documentation here to install WPLib

By default, on Windows, WPLib is installed into C:\Users\Public\wpilib\YYYY (where YYYY is 2024, 2025, etc)