#include <fstream>
#include <ros/ros.h>
#include <velodyne/data_xyz.h>
#include <velodyne/data_scans.h>
Go to the source code of this file.
Namespaces | |
namespace | Velodyne |
Classes for unpacking Velodyne HDL-64E 3D LIDAR data into several formats.
These classes accept raw Velodyne data for either single packets or entire rotations, and provides it in several different formats for either on-line or off-line processing.
Definition in file data_xyz.cc.