Raw Velodyne data block.
Each block contains data from either the upper or lower laser bank. The device returns three times as many upper bank blocks.
Definition at line 104 of file CObservationVelodyneScan.h.
#include <mrpt/obs/CObservationVelodyneScan.h>
Public Attributes | |
uint16_t | header |
Block id: UPPER_BANK or LOWER_BANK. More... | |
uint16_t | rotation |
0-35999, divide by 100 to get degrees More... | |
laser_return_t | laser_returns [SCANS_PER_BLOCK] |
uint16_t mrpt::obs::CObservationVelodyneScan::raw_block_t::header |
Block id: UPPER_BANK or LOWER_BANK.
Definition at line 106 of file CObservationVelodyneScan.h.
laser_return_t mrpt::obs::CObservationVelodyneScan::raw_block_t::laser_returns[SCANS_PER_BLOCK] |
Definition at line 108 of file CObservationVelodyneScan.h.
uint16_t mrpt::obs::CObservationVelodyneScan::raw_block_t::rotation |
0-35999, divide by 100 to get degrees
Definition at line 107 of file CObservationVelodyneScan.h.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |