Changes between Version 20 and Version 21 of ControlSystemTrainingCurriculum
- Timestamp:
- Aug 2, 2016, 11:57:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystemTrainingCurriculum
v20 v21 1 1 === Control Systems/ Software Training Curriculum 2 2 3 ==== General Skill Set 4 * Team Building 3 ==== General Student Skill Set 5 4 * Robocode 6 5 * Software fundamentals. … … 14 13 * Midbots (Peanut, etc) 15 14 * Roborio 15 * Safety 16 16 * Software Development Practices (CM, Design ,etc) 17 17 * Git 18 18 * Testing 19 19 * Basic Design 20 * Problem Solving/Debugging 20 * Problem Solving/ Debugging 21 * Teambuilding 21 22 22 Th reeskill levels that build on their predecessors. Not all students start at level one.23 There are three technical skill levels that build on their predecessors. Not all students start at level one. 23 24 24 25 ==== Skill Level 1: Students new or beginners at Java programming ([http://robocode.sourceforge.net/ Robocode]) … … 34 35 * Custom activity/challenge. 35 36 36 ==== Skill Level 2: Familiar with simple programming, no embedded/io/robot experience ([ PiBotHardware Minibots])37 ==== Skill Level 2: Familiar with simple programming, no embedded/io/robot experience ([wiki:PiBotHardware Minibots]) 37 38 * Bots are fully built up front with OS installed. A bit of risk given timeline. 38 39 * Equipment Familiarization … … 52 53 53 54 55 ==== Safety 56 * All students take safety class. 57 58 ==== Software Development 59 * All students take software dev class 60 * Student to teach git 61 * Block diagrams flow charting 62 * OOA&D 63 * Teambuilding 64 * Problem Solving/Broken Code (Fix some code?) 54 65 55 66 … … 61 72 62 73 63