A struct for returning laser readings from the Hokuyo. More...
#include <hokuyo.h>
Public Attributes | |
LaserConfig | config |
Configuration of scan. | |
std::vector< float > | intensities |
Array of intensities. | |
std::vector< float > | ranges |
Array of ranges. | |
uint64_t | self_time_stamp |
Self reported time stamp in nanoseconds. | |
uint64_t | system_time_stamp |
System time when first range was measured in nanoseconds. |
std::vector<float> hokuyo::LaserScan::intensities |
std::vector<float> hokuyo::LaserScan::ranges |
uint64_t hokuyo::LaserScan::self_time_stamp |
uint64_t hokuyo::LaserScan::system_time_stamp |