print.cc File Reference
#include <ros/ros.h>
#include <velodyne/data.h>
Go to the source code of this file.
Detailed Description
This ROS node captures Velodyne HDL-64E 3D LIDAR data and prints it in several human-readable file formats.
Definition in file print.cc.
Define Documentation
#define NODE "velodyne_print" |
Function Documentation
int getParameters |
( |
int |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
get command line and ROS parameters
- Returns:
- 0 if successful
- Todo:
- use extension to set type
Definition at line 89 of file print.cc.
int main |
( |
int |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
void printPoints |
( |
size_t |
npackets |
) |
|
callback for laser scans
Definition at line 50 of file print.cc.
callback for XYZ points
Definition at line 56 of file print.cc.
Variable Documentation
std::string ofile = "" [static] |