Velodyne::raw_packet Struct Reference

Raw Velodyne packet. More...

#include <data_base.h>

List of all members.

Public Attributes

raw_block_t blocks [BLOCKS_PER_PACKET]
uint16_t revolution
uint8_t status [PACKET_STATUS_SIZE]

Detailed Description

Raw Velodyne packet.

revolution is described in the device manual as incrementing (mod 65536) for each physical turn of the device. Our device seems to alternate between two different values every third packet. One value increases, the other decreases.

Todo:
figure out if revolution is only present for one of the two types of status fields

status has either a temperature encoding or the microcode level

Definition at line 100 of file data_base.h.


Member Data Documentation

Definition at line 102 of file data_base.h.

Definition at line 103 of file data_base.h.

Definition at line 104 of file data_base.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines


velodyne_common
Author(s): Jack O'Quin, Patrick Beeson, Michael Quinlan, Yaxin Liu
autogenerated on Fri Jan 11 10:05:57 2013