Changes between Version 22 and Version 23 of ControlSystems/SoftwareTeam/Training


Ignore:
Timestamp:
Oct 29, 2017, 10:03:08 AM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training

    v22 v23  
    11= Software Training =
    2 * [wiki:ZebraZeroTraining Zebra Zero Training]
    3 * [wiki:ControlSystemTrainingCurriculum Control System Training Curriculum Workspace]
    4 
    52=== Java ===
    63All robot programming is done in the Java programming language.  See [wiki:Software/WhyJava here] for why we program in Java. If you don't know Java yet, these training links will help:
    7 * [wiki:BeginnerSoftwareVideos Java Tutorial Videos]
    8 * [http://www.sololearn.com/Play/Java/# Sololearn]  Computer Based Java Training
    9 * [wiki:JavaWPI_Training Java Training]: links to several other tutorials which help teach Java
    10 * [wiki:SoftwareTrainingBeginner Beginning Exercises]
    11 * [wiki:ProgrammingPrompts Training Prompts]: more Java programming exercises
    12 * [wiki:Exercises Object Oriented Programming]
     4
     5 * [wiki:BeginnerSoftwareVideos Java Tutorial Videos]
     6 * [http://www.sololearn.com/Play/Java/# Sololearn]  Computer Based Java Training
     7 * [wiki:JavaWPI_Training Java Training]: links to several other tutorials which help teach Java
     8 * [wiki:SoftwareTrainingBeginner Beginning Exercises]
     9 * [wiki:ProgrammingPrompts Training Prompts]: more Java programming exercises
     10 * [wiki:Exercises Object Oriented Programming]
    1311
    1412=== Robocode ===
    15 Once you have a solid foundation in Java, you can use the Robocode to hone your skills in a fun way.  Robocode creates a robot arena on your computer where you can program virtual robots and battle them against pre-programmed robots supplied with the simulator or robots programmed by your friends.
    16 * [wiki:Setting_Up_Robocode Robocode Resources]
    17 * [http://robowiki.net/ Robowiki]
     13Once you have a solid foundation in Java, you can use the Robocode to hone your skills in a fun way.  Robocode creates a virtual robot arena on your computer where you can program virtual robots and battle them against pre-programmed robots supplied with the simulator or robots programmed by your friends.
     14
     15 * [wiki:Setting_Up_Robocode Robocode Resources]
     16 * [http://robowiki.net/ Robowiki]
     17
     18=== Java Interfacing ===
     19Robots operate real world and must be able to sense their environment and manipulate it.  The !ZebraZero platform and exercises help you learn to use Java to interface with sensors and control motors [[BR]]
     20 * [wiki:ZebraZeroTraining Zebra Zero Training]
     21
     22
    1823
    1924=== WPILib ===
    2025When 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 * 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   * STEMRobotics has a nice tutorial [http://stemrobotics.cs.pdx.edu/node/4196 here]
    24   * Building your first robot with [https://www.youtube.com/watch?v=hbPVbdkpkls RobotBuilder] or see [https://www.youtube.com/watch?v=ef-jqacGUFU here]
    25   * Video tutorial: your first (iterative) robot program [https://www.youtube.com/watch?v=pZkDhVKDG-g here]
    26   * For the brave: a 1-hour '''comprehensive''' [https://www.youtube.com/watch?v=tR8wtXd2Ack Crash Course] in FRC programming in Java.
    27   * [https://wpilib.screenstepslive.com/s/4485/m/13809/l/145307-creating-your-benchtop-test-program Hello FRC World] - the simplest robot example
    2826
    29 * Intermediate
    30   * [http://wiki.team2537.com/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS (how to access the robot code)
    31   * [wiki:SoftwareTrainingIntermediate Intermediate Training]
    32 * Advanced
    33   * [wiki:AdvancedTraining Advanced Training]
     27 * Basic
     28   * [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]
     29   * STEMRobotics has a nice tutorial [http://stemrobotics.cs.pdx.edu/node/4196 here]
     30   * Building your first robot with [https://www.youtube.com/watch?v=hbPVbdkpkls RobotBuilder] or see [https://www.youtube.com/watch?v=ef-jqacGUFU here]
     31   * Video tutorial: your first (iterative) robot program [https://www.youtube.com/watch?v=pZkDhVKDG-g here]
     32   * For the brave: a 1-hour '''comprehensive''' [https://www.youtube.com/watch?v=tR8wtXd2Ack Crash Course] in FRC programming in Java.
     33   * [https://wpilib.screenstepslive.com/s/4485/m/13809/l/145307-creating-your-benchtop-test-program Hello FRC World] - the simplest robot example
     34
     35 * Intermediate
     36   * [http://wiki.team2537.com/wiki/Setting%20Up%20Git Setting up git] Setting up the Git DVCS (how to access the robot code)
     37   * [wiki:SoftwareTrainingIntermediate Intermediate Training]
     38 * Advanced
     39   * [wiki:AdvancedTraining Advanced Training]
     40
     41=== Future Planning ===
     42 * [wiki:ControlSystemTrainingCurriculum Control System Training Curriculum Workspace]