2010:Dashboard Packet documentation: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) No edit summary |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 26: | Line 26: | ||
#Left Joystick data: cluster containing: | #Left Joystick data: cluster containing: | ||
| 3 floats -- Y axis, X axis, Throttle (in that order) | ||
1 16-bit int -- | 1 16-bit int (last 12 bits) -- buttons pressed | ||
2. Right Joystick data: same as left joystick data, but for right joystick<br> | 2. Right Joystick data: same as left joystick data, but for right joystick<br> | ||
Line 34: | Line 34: | ||
*Mode BYTE<br> | *Mode BYTE<br> | ||
[ 0 -- Teleop Enabled<br> | [ 0 -- Teleop Enabled<br> | ||
1 -- Teleop Disabled<br> | 1 -- Teleop Disabled<br> | ||
2 -- Autonomous Enabled<br> | 2 -- Autonomous Enabled<br> | ||
3 -- Autonomous Disabled<br> | 3 -- Autonomous Disabled<br> | ||
4 -- E-STOP ]<br> | 4 -- E-STOP ]<br> | ||
*Alliance BYTE | *Alliance BYTE | ||
[ 0 -- Red | [ 0 -- Red | ||
1 -- Blue ] | 1 -- Blue | ||
2 -- Invalid ] | |||
*Autonomous Mode BYTE | *Autonomous Mode BYTE | ||
[ Numbers TBA]<br> | [ Numbers TBA]<br> | ||
*Autonomous Delay in seconds FLOAT |
Latest revision as of 15:47, 14 November 2010
High Priority -- cluster unchanged from FIRST defaults
- Vision target data
Low Priority -- cluster containing:
- Debug data: cluster containing:
- Analog I/O Cluster of 8 floats
- Cluster containing:
Relays 1 8-bit int showing which relays are forward, 1 8-bit int showing which are reverse
Digital I/O 1 16-bit int for determining which are inputs and outputs, 1 16-bit int for on or off
PWM Cluster of 10 ints
- Driver Station Data: cluster containing:
- Digital Inputs 1 8-bit int showing which are on or off
- Digital Outputs 1 8-bit int showing which are on or off
- Analog Inputs: Cluster of 4 ints
- Joystick Data: cluster containing:
- Left Joystick data: cluster containing:
3 floats -- Y axis, X axis, Throttle (in that order)
1 16-bit int (last 12 bits) -- buttons pressed
2. Right Joystick data: same as left joystick data, but for right joystick
- Mode BYTE
[ 0 -- Teleop Enabled
1 -- Teleop Disabled
2 -- Autonomous Enabled
3 -- Autonomous Disabled
4 -- E-STOP ]
- Alliance BYTE
[ 0 -- Red
1 -- Blue
2 -- Invalid ]
- Autonomous Mode BYTE
[ Numbers TBA]
- Autonomous Delay in seconds FLOAT