OFFSITE LINKS:
2009 Control System Technical FAQ
2009 Control System Non-
Getting Started With Java for FRC
Also note: to use Java, the cRIO Image must be v19 or later.
For use with NetBeans, the plugin can be installed by using this link
WPI Robotics Library Users Guide (Supported Hardware by WPILIBJ and such)
Introduction to the 2010 FRC Control System
Getting Started with the 2010 Control System (a bench top test and how to upload code to the cRIO)
Care and Reuse of the Driver Station
Robot Data Connectivity Diagram
Getting Started Wtih C/C++ For FRC
DOWNLOADS:
The SDK as a ZIP which contains all the classes we use
Source Code for WPILib (C/C++)
* The NetConsole tool provides a way to capture console input and output and
send it over the network to a client on your development computer. There are two
parts to the NetConsole, a client and a server. The server is installed on the cRIO,
but not enabled by default in the C++ version of the image. To enable it, add "NetConsole.out;"
to the beginning of the EarlyStartupLibraries token in the ni-