Changes between Version 5 and Version 6 of JavaWPI_Training
- Timestamp:
- Nov 11, 2015, 5:40:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaWPI_Training
v5 v6 20 20 * Youtube videos (start with #4): https://www.youtube.com/playlist?list=PLFE2CE09D83EE3E28 21 21 22 Your goal: Cover topics (at least) including: basic syntax, variables, strings, arrays, loops, conditionals, file IO, classes, inheritance, and overloading. 23 22 24 == Learn how to build a simple robot project 23 25 Follow 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.