FIRST Robotics Team 5181's code for the 2015Robot
This is an Iterative robot; The methods listed in Robot.java are called several times a second, so there is no need for a loop
To start working on this project:
- Install Eclipse + FIRST extensions (See Useful Links)
- Install eGit
- In Eclipse, Go to: Top Tool bar->Help->Install New Software...
- Add http://download.eclipse.org/egit/updates to the Work with... bar and hit Add
- Type EGit as the name for the window that appears
- Check Eclipse Team Git Provider, hit next, next, I agree, finish
- 3. Clone this repository
- In Eclipse, go to the Window tab in the toolbar, ->Open Perspective->Other, and hit Java Browsing
- In Java Browsing, right click on the Projects pane and hit import
- Git->Projects From Git->Next-> Clone URI
- Take the URL on the right side of this page that says "HTTPS Clone URL", paste it into URI box; Put 443 as port
- Enter your Git username and password
- Continue hitting next until you get the option to "Import using New Project Wizard"
- Hit Finish
- 4. Learn Git https://try.github.io
2015 FRC Control System: https://wpilib.screenstepslive.com/s/4485 -General Docs for programming, setting up driver station software
Installing Eclipse: https://wpilib.screenstepslive.com/s/4485/m/13809/l/145002-installing-eclipse-c-java -Also provides link to FIRST Robotics Extensions, with instructions on how to install