Changes between Version 8 and Version 9 of ControlSystemTrainingCurriculum
- Timestamp:
- Aug 1, 2016, 8:14:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystemTrainingCurriculum
v8 v9 15 15 * Problem Solving/Debugging 16 16 17 People totally new to programming (Robocode) 18 * Compile in Java 19 * Eclipse 20 * For while loops 21 * Action: Talk to dev lead, identify key constructs, create a few exercises on Robocode. See something working, change it, create something new. 17 People new to programming (Robocode) 18 * Compile in Java 19 * Eclipse 20 * For while loops,if statements, functions. 21 * Action (Zhaozhou): Talk to dev lead, identify key constructs, create a few exercises on Robocode. See something working, change it, create something new. 22 * Set up robocode environment. 23 * Show idea/walk them through it. 24 * Have them make changes. 25 * Custom activity/challenge. 22 26 23 I like 27 Familiar with programming, no embedded/robot experience 28 * No IO Experience 29 * Minibots 30 * Equipment Familiarization 31 * Basic IO manipulation with Java 32 * Drive manipulation/autonomous without sensors 33 * Sensor manipulation 34 * Integration Challenges 35 * Action (Chris}: running point. Come up with exercises like above. 36 37 Familiar with embedded java/simple robots (Midbots/RoboRIO/WPILib) 38 * RoboRIO 39 * FRCSim 40 * WPILib 41 * Action (alan.borgwardt@gmail.com):Point on this 42 24 43 25 44 … … 34 53 35 54 36 37 38 39