Changes between Version 46 and Version 47 of RobotDevelopment
- Timestamp:
- Feb 15, 2015, 8:44:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RobotDevelopment
v46 v47 18 18 * sensors want 4 (2 in practice) 9-deg sensors to provide arm angle relative to support pillar 19 19 * potentiometer failsafes -- will be used only if 9DF sensors don't work out 20 * 2 limit switches (top & bottom hard limits)20 * No more hard limits. Use 9 deg freedom values as soft limits 21 21 ==== Actuators 22 22 * 1 CIM motors … … 24 24 ==== Code 25 25 * top/bottom range calibration 26 * preset positions (6-8 possible, check with Game) and manual move up/down 26 * Arm movement to be controlled by xbox joystick for a range of speeds (Preferably Right joystick) 27 * Want - preset positions (6-8 possible, check with Game) and manual move up/down 27 28 * hard software limits --> must satisfy 28 29 * needs to be able to detect if unspooling and stop motor … … 43 44 * only 2 positions: open, closed 44 45 * when the claw is below a certain level off the ground (TBD), the claw must be in the closed position 46 *Claw Open / Close on xbox triggers - Open on left 45 47 46 48 === Motor Implementation … … 64 66 Actuators[[BR]] 65 67 * 4 CIM Motors 68 Code[[BR]] 69 * Increase joystick deadzone 70 * Joystick trigger press = straight motion. Possibility to use encoders to find motor speeds in closed loop. 66 71 67 72 '''Hook'''[[BR]] … … 70 75 Code[[BR]] 71 76 * When the Arms is down, Hook MUST be in the closed position 77 * Actuated on xbox bumpers - Open on left 72 78 }}} 73 79 |----------------