These test scripts are designed to allow the user of the WPILib test framework to quickly and easily deploy and run their tests on the WPI roboRIO.
If you deploy code to the test stand using GradleRIO, you must remove the build artifacts in /home/lvuser
, or you will break the test stand.
The roboRIO on the test bench must be updated every time NI releases a new image.
10.1.90.2
scp <local path> admin@roboRIO-190-FRC.local:/tmp/frcjre.ipk
opkg install /tmp/frcjre.ipk
rm /tmp/frcjre.ipk