Changes between Version 16 and Version 17 of ControlSystems/SoftwareTeam/Training


Ignore:
Timestamp:
Oct 10, 2017, 12:29:19 PM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training

    v16 v17  
    1919=== WPILib ===
    2020When 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 * [http://wpilib.screenstepslive.com/s/currentCS/m/java ScreenStepsLive] describes the process; you can also follow some video tutorials: [https://www.youtube.com/watch?v=OyOcsmkp-uk here] or [https://www.youtube.com/watch?v=dNXu97q08uI here] or [https://www.youtube.com/watch?v=tlZexc02TTc here]
    22 * Building your first robot with [https://www.youtube.com/watch?v=hbPVbdkpkls RobotBuilder] or see [https://www.youtube.com/watch?v=ef-jqacGUFU here]
    23 * Video tutorial: your first (iterative) robot program [https://www.youtube.com/watch?v=pZkDhVKDG-g here]
    24 * [http://wiki.raidtech.net/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS (how to access the robot code)
    25 * [wiki:SoftwareTrainingIntermediate Intermediate Training]
    26 * [wiki:AdvancedTraining Advanced Training]
     21* Basic
     22  * [http://wpilib.screenstepslive.com/s/currentCS/m/java ScreenStepsLive] describes the process; you can also follow some video tutorials: [https://www.youtube.com/watch?v=OyOcsmkp-uk here] or [https://www.youtube.com/watch?v=dNXu97q08uI here] or [https://www.youtube.com/watch?v=tlZexc02TTc here]
     23  * Building your first robot with [https://www.youtube.com/watch?v=hbPVbdkpkls RobotBuilder] or see [https://www.youtube.com/watch?v=ef-jqacGUFU here]
     24  * Video tutorial: your first (iterative) robot program [https://www.youtube.com/watch?v=pZkDhVKDG-g here]
     25* Intermediate
     26  * [http://wiki.raidtech.net/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS (how to access the robot code)
     27  * [wiki:SoftwareTrainingIntermediate Intermediate Training]
     28* Advanced
     29  * [wiki:AdvancedTraining Advanced Training]