Changes between Version 13 and Version 14 of ControlSystems/SoftwareTeam/Training
- Timestamp:
- Oct 10, 2017, 12:08:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training
v13 v14 19 19 === WPILib === 20 20 When you've mastered Robocode and are ready to start programming FRC robots, you'll need to set up a suitable development environment, learn how to access the robot software, understand the WPILib environment, and learn how to load and run code on a robot. 21 * [https://www.youtube.com/watch?v=dNXu97q08uI Setting up Eclipse for FRC Java programming] and also see [http://wpilib.screenstepslive.com/s/currentCS/m/java ScreenStepsLive] 21 22 * [http://wiki.raidtech.net/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS (how to access the robot code) 22 23 * [wiki:SoftwareTrainingIntermediate Intermediate Training]