Changes between Version 5 and Version 6 of JavaWPI_Training


Ignore:
Timestamp:
Nov 11, 2015, 5:40:16 PM (9 years ago)
Author:
fred
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaWPI_Training

    v5 v6  
    2020* Youtube videos (start with #4): https://www.youtube.com/playlist?list=PLFE2CE09D83EE3E28
    2121
     22Your goal:  Cover topics (at least) including:  basic syntax, variables, strings, arrays, loops, conditionals, file IO, classes, inheritance, and overloading.
     23
    2224== Learn how to build a simple robot project
    2325Follow these tutorials to create a simple robot project in eclipse.  The major distinguishing feature of the simple robot project is that tele-operated mode is just a single method, and gets called once at the start of the match.  Autonomous is also its own method.  The robot programs must have their own loop inside these methods to ensure that motors, pneumatics, and other components respond to user, sensor, and timing events.