Setting up the development environment for this repository is relatively simple. Start out by cloning this repository and then follow the 3 steps below.
- Search for and install Eclipse Java Neon 3
- Open Eclipse and click the x on the welcome tab to close it
- Create a new Java project by clicking File>New>Java Project
- Uncheck "Use default location", click browse, and navigate to the folder where you cloned the repository
- Name the project anything you want and then click finish on the dialog
- Click Help>Install New Software>Add
- Put in "FRC Plugins" for the name
- Put in http://first.wpi.edu/FRC/roborio/release/eclipse/ for the Location
- Select Okay
- Select Finish
- Restart Eclipse
Follow the instructions in the easy_install folder in this repository