Frc Robot Simulator Wiki
A library that allows programs for a NI CRIO to be run on a computer.
Status: Alpha
Brought to you by:
spectare
The code is split up into three separate parts:
- WPILibJ: The original WPILibJ, with pieces taken out as they are replaced with updated files in the library.
- Library: Replacements for files in WPILibJ.
- Client: The GUI client and example code.
All three parts must be put into one NetBeans project.
When you first run the project, you will be asked to choose a main class. Select net.sourceforge.frcsimulator.Client (it should be the only one) and click OK.