Changes between Version 39 and Version 40 of ControlSystemTrainingCurriculum
- Timestamp:
- Sep 13, 2016, 7:36:15 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystemTrainingCurriculum
v39 v40 92 92 93 93 === Student Training/Activity Ideas 94 == Level 1: Robocode94 ==== Level 1: Robocode 95 95 * Battle Royale: Design own bot to win! 96 96 97 == Level 2: Minibots97 ==== Level 2: Minibots 98 98 * Wheres my dinner? Have the minibot transport me a bag lunch in the next room. 99 99 * King of the Hill! Stop a robot on a landing on a top of a ramp at specific point. 100 100 101 == Level 3: Midbots101 ==== Level 3: Midbots 102 102 * Develop wpilib like interface for midbots 103 103 * Go through code of current bot, discuss design 104 104 * Figure out FRCSim 105 * Mobile app to control minibot via Bluetooth 105 106 106 === Software Engineering107 * Classic OOA&D 107 ==== Software Engineering 108 * Classic OOA&D decomposition 108 109 * Find the error. Take turns breaking the code, using git toolset to figure out what happened 109 110 * Mock peer review 111 112 ==== Sensor Crosstraining 113 * Study/ Try out common sensors 114 * Apply minibot ultasonic sensor 115 * Apply install minibot 9DOF sensor 116 117 ==== Electrical Crosstraining 118 119 ==== Mechanical Crosstraing 120 * design and 3D print a carry / table assembly for the minibot 121 * design and make a simple gripper/manipulator for the minibot 110 122 111 123