2010:Dashboard Packet documentation: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
No edit summary
No edit summary
Line 26: Line 26:
#Left Joystick data: cluster containing:
#Left Joystick data: cluster containing:


                6 floats -- analog values
                3 floats -- Y axis, X axis, Throttle (in that order)


                1 16-bit int -- digital
                1 16-bit int (last 12 bits) -- buttons pressed


&nbsp;&nbsp;&nbsp;&nbsp; 2.&nbsp; Right Joystick data: same as left joystick data, but for right joystick<br>  
&nbsp;&nbsp;&nbsp;&nbsp; 2.&nbsp; Right Joystick data: same as left joystick data, but for right joystick<br>  
Line 34: Line 34:
*Mode&nbsp;&nbsp; BYTE<br>
*Mode&nbsp;&nbsp; BYTE<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ 0 -- Teleop Enabled<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ 0 -- Teleop Enabled<br>  


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 -- Teleop Disabled<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 -- Teleop Disabled<br>  


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 -- Autonomous Enabled<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 -- Autonomous Enabled<br>  


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 -- Autonomous Disabled<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 -- Autonomous Disabled<br>  


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 -- E-STOP ]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 -- E-STOP ]<br>  


*Alliance&nbsp;&nbsp; BYTE
*Alliance&nbsp;&nbsp; BYTE


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ 0 -- Red
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ 0 -- Red  


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 -- Blue ]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 -- Blue ]  


*Autonomous Mode&nbsp;&nbsp; BYTE
*Autonomous Mode&nbsp;&nbsp; BYTE


&nbsp;&nbsp;&nbsp;&nbsp; [ Numbers TBA]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [ Numbers TBA]<br>

Revision as of 17:00, 4 February 2010

High Priority -- cluster unchanged from FIRST defaults

  • Vision target data


Low Priority -- cluster containing:

  • Debug data: cluster containing:
  1. Analog I/O       Cluster of 8 floats
  2. 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:
  1. Digital Inputs          1 8-bit int showing which are on or off
  2. Digital Outputs       1 8-bit int showing which are on or off
  3. Analog Inputs:        Cluster of 4 ints
  • Joystick Data: cluster containing:
  1. 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 ]

  • Autonomous Mode   BYTE

     [ Numbers TBA]