Changes between Version 46 and Version 47 of RobotDevelopment


Ignore:
Timestamp:
Feb 15, 2015, 8:44:42 AM (10 years ago)
Author:
jzhu
Comment:

2/15 update after test

Legend:

Unmodified
Added
Removed
Modified
  • RobotDevelopment

    v46 v47  
    1818* sensors want 4 (2 in practice) 9-deg sensors to provide arm angle relative to support pillar
    1919* 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
    2121==== Actuators
    2222* 1 CIM motors
     
    2424==== Code
    2525* 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
    2728* hard software limits --> must satisfy
    2829* needs to be able to detect if unspooling and stop motor
     
    4344* only 2 positions: open, closed
    4445* 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
    4547
    4648=== Motor Implementation
     
    6466Actuators[[BR]]
    6567* 4 CIM Motors
     68Code[[BR]]
     69* Increase joystick deadzone
     70* Joystick trigger press = straight motion. Possibility to use encoders to find motor speeds in closed loop.
    6671
    6772'''Hook'''[[BR]]
     
    7075Code[[BR]]
    7176* When the Arms is down, Hook MUST be in the closed position
     77* Actuated on xbox bumpers - Open on left
    7278}}}
    7379|----------------