Changes between Version 42 and Version 43 of RobotDevelopment


Ignore:
Timestamp:
Jan 30, 2015, 7:43:35 PM (10 years ago)
Author:
awollack
Comment:

updated from integration meeting

Legend:

Unmodified
Added
Removed
Modified
  • RobotDevelopment

    v42 v43  
    1414|----------------
    1515{{{#!td align=left
    16 '''4-Bar Lifter Arm'''[[BR]]
    17 Sensors[[BR]]
     16== 4-Bar Lifter Arm
     17==== Sensors
    1818* sensors want 4 (2 in practice) 9-deg sensors to provide arm angle relative to support pillar
    19 * potentiometers for backup - Outputs a resistance level based on angle
    20 Actuators[[BR]]
    21 * 1-2 CIM motors
     19* potentiometer failsafes -- will be used only if 9DF sensors don't work out
     20* 2 limit switches (top & bottom hard limits)
     21==== Actuators
     22* 1 CIM motors
    2223* Wormed into winch - Allows to maintain position when powered off
    23 Code[[BR]]
    24 * Top and Bottom limit
    25 * Possible preset positions / height
     24==== Code
     25* top/bottom range calibration
     26* preset positions (6-8 possible, check with Game) and manual move up/down
     27* hard software limits --> must satisfy
     28* needs to be able to detect if unspooling and stop motor
    2629}}}
    2730|----------------
     
    3134|----------------
    3235{{{#!td align=left
    33 '''!Claw/Grabber'''[[BR]]
    34 Sensors[[BR]]
    35 * SUBJECT TO CHANGE
    36 * Camera
    37 * encoder
    38 * infrared for possession sensing
    39 * infrared for sensing the distance between fingers
    40 Actuators[[BR]]
    41 * 2-4 inch stroke pneumatics (60 psi) OR
    42 * Denzo motor
    43 Code[[BR]]
    44 * If use motor, set limits on opened and closed positions
     36== !Claw/Grabber
     37=== Pneumatic Implementation
     38==== Sensors
     39* viewing camera
     40* magnetic sensors inside the pistons
     41==== Actuators
     42* 2 pneumatic pistons
     43==== Code
     44* only 2 positions: open, closed
     45
     46=== Motor Implementation
     47==== Sensors
     48* camera
     49* angle sensor (potentiometer or encoder)
     50==== Actuators
     51* motor
     52==== Code
     53* limits on motor extreme values
    4554}}}
    4655|----------------
     
    5261'''Drive Train'''[[BR]]
    5362Sensors[[BR]]
    54 * Lidar - Detects distance from back wall
     63* Lidar sensor to detect distance from back wall; used for autonomous ranging
     64* 2 encoders to tell distance, possibly turning
    5565Actuators[[BR]]
    56 * 4 CIM Motors, 4 Talon SRX
     66* 4 CIM Motors
    5767
    5868'''Hook'''[[BR]]
    5969Sensors[[BR]]
    60 * Not specified
     70* possible limit switch
    6171Actuators[[BR]]
    62 * small-stroke piston - Open & Close hook on bin
     72* small-stroke piston - open and close hook
    6373Code[[BR]]
    6474* When the Arms is down, Hook MUST be in the closed position
     
    7989
    8090'''Design Patterns Implementation'''[[BR]]
    81 Implement the general design pattern and design small-scale patterns for use
     91Implement the general design pattern; design and implement the sensors interface within the project
    8292}}}
    8393