Changes between Version 28 and Version 29 of RobotDevelopment
- Timestamp:
- Jan 24, 2015, 6:31:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RobotDevelopment
v28 v29 16 16 '''4-Bar Lifter Arm'''[[BR]] 17 17 Sensors[[BR]] 18 * sensors want 2 (4) 9-deg sensors to provide arm angle relative to support pillar 18 * sensors want 4 (2 in practice) 9-deg sensors to provide arm angle relative to support pillar 19 * potentiometers for backup 19 20 Actuators[[BR]] 20 21 * 1-2 CIM motors … … 28 29 '''Claw'''[[BR]] 29 30 Sensors[[BR]] 30 * Either Encoder or Potentiometer (Encoder would be preferred)31 * Infrared sensor to tell the driver if they have an object in possession would be cool but not required32 * Maybe some Limit switches later on.31 * encoder 32 * infrared for possession sensing 33 * infrared for sensing the distance between fingers 33 34 Actuators[[BR]] 34 * 2-4 inch stroke pneumatics 35 * 2-4 inch stroke pneumatics OR 35 36 * Denzo motor 36 37 }}} … … 43 44 '''Drive Train'''[[BR]] 44 45 Sensors[[BR]] 45 * Camera? 2 Cameras? 3 Cameras? Omnidirectional Camera?46 * encoder 46 47 Actuators[[BR]] 47 48 * 4 CIM Motors … … 64 65 65 66 Manage the input and hand out button assignments (work with drive team). 67 68 '''Camera'''[[BR]] 69 Manage and process the camera input from any cameras decided to be mounted on the robot. 66 70 }}} 67 71 … … 81 85 * [http://first.wpi.edu/FRC/roborio/release/docs/java/annotated.html FRC API Javadocs] 82 86 87 === Control System Elements 88 * [wiki:SoftwareCAN Using CAN for Software] 89 83 90 === Preseason 84 91 * [wiki:IntroJava Introductory Programming in Java] 85 92 * [wiki:IntroOOP Introduction to Object-Oriented Programming] 86 93 * [wiki:ProgrammingPrompts Programming Prompts] 87 88 === Miscellaneous89 * [wiki:SoftwareCAN Using CAN for Software]