Changes between Version 24 and Version 25 of RobotDevelopment
- Timestamp:
- Jan 20, 2015, 10:40:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RobotDevelopment
v24 v25 46 46 Actuators[[BR]] 47 47 * 4 CIM Motors 48 49 '''!Hook/Hand/Thingamabob/Doohickey'''[[BR]] 50 Sensors[[BR]] 51 * 52 Actuators[[BR]] 53 * small-stroke piston 54 [[BR]] 48 55 }}} 49 56 |---------------- … … 53 60 |---------------- 54 61 {{{#!td align=left 55 '''!Hook/Hand/Thingamabob/Doohickey'''[[BR]]56 Sensors[[BR]]57 *58 Actuators[[BR]]59 * small-stroke piston60 [[BR]]61 62 '''!Input/Sensors'''[[BR]] 62 Implement and manage sensors for the entire robot 63 Implement and manage sensors and human input for the entire robot. 64 65 Manage the input and hand out button assignments (work with drive team). 63 66 }}} 64 67 … … 76 79 77 80 === Programming Aides 81 * [wiki:FRCProgrammingGuide Programming Guide] 78 82 * [http://first.wpi.edu/FRC/roborio/release/docs/java/annotated.html FRC API Javadocs] 83 84 === Miscellaneous 85 * [wiki:ProgrammingPrompts Programming Prompt Archive]