Changes between Version 14 and Version 15 of ControlSystems/SoftwareTeam/Training
- Timestamp:
- Oct 10, 2017, 12:16:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training
v14 v15 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 * Video tutorial: how to setup Eclipse for FRC Java development [https://www.youtube.com/watch?v=dNXu97q08uI here] or [https://www.youtube.com/watch?v=tlZexc02TTc here] and also see [http://wpilib.screenstepslive.com/s/currentCS/m/java ScreenStepsLive] 22 * Video tutorial: your first (iterative) robot program [https://www.youtube.com/watch?v=pZkDhVKDG-g here] 22 23 * [http://wiki.raidtech.net/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS (how to access the robot code) 23 24 * [wiki:SoftwareTrainingIntermediate Intermediate Training]