FRC Team 4450 Tribot Control program.
- Follow the instructions here to setup the JDK, Eclipse, and the FRC plugins.
- Run the CTRE Toolsuite Installer (or download the non-installer version) from here to get the CTRLib
- Clone this repository
- Download the latest RobotLib jar file from here and place in the directory C:\Users\YOUR USERNAME HERE\wpilib\user\java\lib
- Import this project into eclipse as an existing project.
- Download the new RobotLib.jar from here
- Place in C:\Users\YOUR USERNAME HERE\wpilib\user\java\lib
- Right click on the project in Eclipse and select "Refresh"
Version 1.2
- Updated for compatibility with 2018 WpiLib.
R Corn January 2018.
Version 1.1
- Final version before 2018 build season. Works but needs further development of driving design (joysticks).
R Corn January 2018.
Version 1.0
- Created new code base for 3 wheeled Tribot project. Based on Robot11 before conversion to 2018 spec.
R. Corn November 2017.