#include <string>
#include <ros/ros.h>
#include <velodyne/input.h>
#include <velodyne_common/RawScan.h>
#include <velodyne_msgs/VelodyneScan.h>
Go to the source code of this file.
Defines | |
#define | NODE "velodyne_read" |
Functions | |
void | displayHelp () |
int | getParameters (int argc, char *argv[]) |
int | main (int argc, char **argv) |
Variables | |
static velodyne::Input * | input |
static int | qDepth = 1 |
ROS driver node for the Velodyne HDL-64E 3D LIDAR
Definition in file read.cc.
int getParameters | ( | int | argc, | |
char * | argv[] | |||
) |
velodyne::Input* input [static] |