Apollo
6.0
Open source self driving car software
|
#include <velodyne_parser.h>
Public Attributes | |
uint16_t | raw_distance |
uint8_t | bytes [2] |
used for unpacking the first two data bytes in a block
They are packed into the actual data stream misaligned. I doubt this works on big endian machines.
uint8_t apollo::drivers::velodyne::RawDistance::bytes[2] |
uint16_t apollo::drivers::velodyne::RawDistance::raw_distance |