Changes between Version 28 and Version 29 of ControlSystems/SoftwareTeam/Training/GettingStarted


Ignore:
Timestamp:
Oct 15, 2019, 10:45:40 PM (6 years ago)
Author:
Danko Nebesh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted

    v28 v29  
    2222
    2323== Write your first Java Program(s)
    24 Java is one of the most popular programming languages and is the language used in most high schools because it is used for the AP Computer Science exam.  Java is part of a family of very similar languages: C, C++, C#, Java and when you learn to program in one you can easily pick up the others.  Team 2537 uses Java to program their robots and you can get started with Java [wiki://ControlSystems/SoftwareTeam/GettingStarted/IntroJava here]
     24Java is one of the most popular programming languages and is the language used in most high schools because it is used for the AP Computer Science exam.  Java is part of a family of very similar languages: C, C++, C#, Java and when you learn to program in one you can easily pick up the others.  Team 2537 uses Java to program their robots.
     25 [wiki://ControlSystems/SoftwareTeam/GettingStarted/IntroJava GetStartedWithJava]
    2526
    2627== Write your first Robot program(s)
    27 Once you have learned some basic Java, you're ready to start writing your first robot programs.  All of the Java skills you learned are directly applicable to robot programming; if you haven't finished the first Java Programs above, you should do so now; otherwise, go [wiki://ControlSystems/SoftwareTeam/GettingStarted/IntroRobotJava here] to get started with Java for Robotics.
     28Once you have learned some basic Java, you're ready to start writing your first robot programs.  All of the Java skills you learned are directly applicable to robot programming; if you haven't finished the first Java Programs above, you should do so now; otherwise, go to:
     29 [wiki://ControlSystems/SoftwareTeam/GettingStarted/IntroRobotJava LearnJavaRoboticsBasics]
     30
     31== Build more functional robotics programs
     32Once you have learned how to use the various robotics sensors, motors, and controllers, your ready to apply that knowledge to building more useful robotics programs. If you haven't finished the first Robot Programs above, you should do so now; otherwise, go to:
     33 [wiki://ControlSystems/SoftwareTeam/GettingStarted/functionalRobotJava LearnFunctionalRobotics]
     34
    2835
    2936== Next Steps