Changes between Version 45 and Version 46 of RobotDevelopment
- Timestamp:
- Feb 13, 2015, 10:33:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RobotDevelopment
v45 v46 38 38 ==== Sensors 39 39 * viewing camera 40 * magnetic sensors inside the pistons41 40 ==== Actuators 42 41 * 2 pneumatic pistons 43 42 ==== Code 44 43 * only 2 positions: open, closed 45 * When the claw is below a certain level off the ground (To be determined), the claw must be in the closed position44 * when the claw is below a certain level off the ground (TBD), the claw must be in the closed position 46 45 47 46 === Motor Implementation 48 47 ==== Sensors 49 48 * camera 50 * angle sensor (potentiometer or encoder)51 49 ==== Actuators 52 50 * motor … … 68 66 69 67 '''Hook'''[[BR]] 70 Sensors[[BR]]71 * possible limit switch72 68 Actuators[[BR]] 73 69 * small-stroke piston - open and close hook … … 91 87 '''Design Patterns Implementation'''[[BR]] 92 88 Implement the general design pattern; design and implement the sensors interface within the project 89 90 '''!SmartDashboard Special Project'''[[BR]] 91 Implement the Smart Dashboard (or a Swing equivalent) for display information to the drivers through the laptop. 92 93 '''Manage SVN Project Hierarchy and Integration'''[[BR]] 94 Coordinate integration when required and maintain the project hierarchy in subversion. 93 95 }}} 94 96