Apollo 10.0
自动驾驶开放平台
|
used for unpacking the first two data bytes in a block 更多...
#include <velodyne_parser.h>
Public 属性 | |
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.
在文件 velodyne_parser.h 第 149 行定义.
uint8_t apollo::drivers::velodyne::RawDistance::bytes[2] |
在文件 velodyne_parser.h 第 151 行定义.
uint16_t apollo::drivers::velodyne::RawDistance::raw_distance |
在文件 velodyne_parser.h 第 150 行定义.