Programming Master Task List: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) No edit summary |
Programming (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
| Test Ball_Manipulator Class<br> | | Test Ball_Manipulator Class<br> | ||
| Calvin<br> | | Calvin<br> | ||
| Test on the robot | | Test on the real robot once controls and robot are built.<br> | ||
|- | |- | ||
| Debug outputs, sensors | | Debug outputs, sensors | ||
| | | Cristian | ||
| 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.<br> | | 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.<br> | ||
|- | |- | ||
Line 24: | Line 16: | ||
| Peter<br> | | Peter<br> | ||
| 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.<br> | | 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.<br> | ||
|} | |} | ||
<br> | <br> |
Revision as of 15:35, 31 January 2009
Task |
Assigned To |
Description |
Test Ball_Manipulator Class |
Calvin |
Test on the real robot once controls and robot are built. |
Debug outputs, sensors | Cristian | 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 |
Peter |
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. |