#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <pcap.h>
#include <poll.h>
#include <string>
#include <sstream>
#include <sys/file.h>
#include <sys/socket.h>
#include <unistd.h>
#include <velodyne_driver/input.h>
#include <velodyne_driver/time_conversion.hpp>
Go to the source code of this file.
Namespaces | |
velodyne_driver | |
Variables | |
static const size_t | velodyne_driver::packet_size |
Input classes for the Velodyne HDL-64E 3D LIDAR:
Input – base class used to access the data independently of its source
InputSocket – derived class reads live data from the device via a UDP socket
InputPCAP – derived class provides a similar interface from a PCAP dump
Definition in file input.cc.