- WPILib - https://wpilib.screenstepslive.com/s/4485/m/13809/l/599681-installing-eclipse-c-java
- navx - http://www.pdocs.kauailabs.com/navx-mxp/software/roborio-libraries/java/
Note: If you followed installation instructions for navx correctly you should see navx_frc.jar file in <user home>/wpilib/user/java/lib directory
git clone https://github.com/FRC1360/PowerUP2018.git
cd Steamworks2017/Steamworks
Next, create a project to open in IDE (Eclipse or IntelliJ)
./gradlew eclipse
./gradlew idea
- deploy - Deploy Java Code to the RoboRIO
- determine_rio_address - Determine the active address for the RoboRIO
- restart_rio_code - Restart User Code running on the RoboRIO