Programming Master Task List

From 1511Wookiee
Revision as of 15:49, 29 January 2009 by Programming (talk | contribs)
Jump to navigationJump to search
Task
Assigned To
Description
Test Ball_Manipulator Class
Calvin
Test on the robot using mock inputs and outputs and/or dashboard.
Ball manipulator OI-based contol
Christian
Create code to read OI inputs and correctly call the member functions of Ball_Manipulator based on those inputs. Use the Logitech gamepad for the test input device. You will need to guess which inputs will be used for now. Put guesses at inputs in to dsmap.h  Also power the outputs (LEDs)
Dashboard output
Eric & Jeff
Dashboard output needs to be more robust and actually output all values as appropriate. A solution is known, but has issues. Work to integrate.
Debug outputs, sensors - Need to add debugging output based on DS inputs.  One button debugs one (or one small set of) sensors by printing useful information (decoder ticks, revolutions per min, etc).  Use unused drive joystick buttons (on the base only) or spare toggle switches.  If we run out, use a spare toggle switch to enact "debug" mode and change the meaning of other inputs.
Read DS Inputs before Autonomous
-
Any inputs needed in autonomous must be read-in prior to autonomous while disabled, the values saved, and the code which needs DS input needs to read the saved values.
Check shared teleop/autonomous code for DS Input use
-

Assess the DS Input usage by code that gets used in both auto and teleop.  For these, the code needs to not use the DS inputs directly; rather they need to use variables/function calls that return values that...

  • In Autonomous: Set as described in "Read DS Inputs before Autonomous
  • In teleop: Set at the top of each processing iteration by reading the DS normally.