Changes between Version 28 and Version 29 of RobotDevelopment


Ignore:
Timestamp:
Jan 24, 2015, 6:31:55 PM (11 years ago)
Author:
Timothy Lin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RobotDevelopment

    v28 v29  
    1616'''4-Bar Lifter Arm'''[[BR]]
    1717Sensors[[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
    1920Actuators[[BR]]
    2021* 1-2 CIM motors
     
    2829'''Claw'''[[BR]]
    2930Sensors[[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 required
    32 * Maybe some Limit switches later on.
     31* encoder
     32* infrared for possession sensing
     33* infrared for sensing the distance between fingers
    3334Actuators[[BR]]
    34 * 2-4 inch stroke pneumatics
     35* 2-4 inch stroke pneumatics OR
    3536* Denzo motor
    3637}}}
     
    4344'''Drive Train'''[[BR]]
    4445Sensors[[BR]]
    45 * Camera? 2 Cameras? 3 Cameras? Omnidirectional Camera?
     46* encoder
    4647Actuators[[BR]]
    4748* 4 CIM Motors
     
    6465
    6566Manage the input and hand out button assignments (work with drive team).
     67
     68'''Camera'''[[BR]]
     69Manage and process the camera input from any cameras decided to be mounted on the robot.
    6670}}}
    6771
     
    8185* [http://first.wpi.edu/FRC/roborio/release/docs/java/annotated.html FRC API Javadocs]
    8286
     87=== Control System Elements
     88* [wiki:SoftwareCAN Using CAN for Software]
     89
    8390=== Preseason
    8491* [wiki:IntroJava Introductory Programming in Java]
    8592* [wiki:IntroOOP Introduction to Object-Oriented Programming]
    8693* [wiki:ProgrammingPrompts Programming Prompts]
    87 
    88 === Miscellaneous
    89 * [wiki:SoftwareCAN Using CAN for Software]