Interfaces for interpreting raw packets from the Velodyne 3D LIDAR. More...
#include <errno.h>
#include <stdint.h>
#include <string>
#include <boost/format.hpp>
#include <math.h>
#include <ros/ros.h>
#include <velodyne_msgs/VelodyneScan.h>
#include <velodyne_pointcloud/calibration.h>
#include <velodyne_pointcloud/datacontainerbase.h>
Go to the source code of this file.
Classes | |
struct | velodyne_rawdata::RawData::Config |
struct | velodyne_rawdata::raw_block |
Raw Velodyne data block. More... | |
struct | velodyne_rawdata::raw_packet |
Raw Velodyne packet. More... | |
class | velodyne_rawdata::RawData |
Velodyne data conversion class. More... | |
union | velodyne_rawdata::two_bytes |
Namespaces | |
velodyne_rawdata | |
Typedefs | |
typedef struct velodyne_rawdata::raw_block | velodyne_rawdata::raw_block_t |
Raw Velodyne data block. More... | |
typedef struct velodyne_rawdata::raw_packet | velodyne_rawdata::raw_packet_t |
Raw Velodyne packet. More... | |
Interfaces for interpreting raw packets from the Velodyne 3D LIDAR.
Definition in file rawdata.h.