velodyne-view - Demo for grabbing and visualizing data from a Velodyne sensor
Contents
Bugs
Please report bugs at https://github.com/MRPT/mrpt/issues
Copyright
This program is free software; you can redistribute it and/or modify it under the terms of the BSD
License.
On Debian GNU/Linux systems, the complete text of the BSD License can be found in
`/usr/share/common-licenses/BSD'.
perl v5.34.0 2022-02-05 VELODYNE-VIEW(1)
Description
velodyne-view is a simple application that continuously grabs scans from a Velodyne sensor and displays
the 3D point cloud live.
Arguments:
-v, --verbose
Verbose debug output
-n, --nologo
Skip the logo at startup
-m <`VLP16`,`HDL32`,`HDL64`,>, --model <`VLP16`,`HDL32`,`HDL64`,>
If no calibration file is specified, set the model to load default
values
-c <calib.xml>, --calib <calib.xml>
Optionally, select the calibration XML file for the LIDAR
--ip-filter <192.168.1.201>
Only listen to a LIDAR emitting commands from a given IP
--out-pcap <out>
If set, grab all packets to a PCAP log file. Set name prefix only.
-i <in_dataset.pcap>, --in-pcap <in_dataset.pcap>
Instead of listening to a live sensor, read data from a PCAP file
-o <out.rawlog>, --out-rawlog <out.rawlog>
If set, grab dataset in rawlog format
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.
Name
velodyne-view - Demo for grabbing and visualizing data from a Velodyne sensor
See Also
The application webpage at https://www.mrpt.org/list-of-mrpt-apps/application-velodyne-view/
Synopsis
velodyne-view [-v] [-n] [-m <`VLP16`,`HDL32`,`HDL64`,>] [-c
<calib.xml>] [--ip-filter <192.168.1.201>] [--out-pcap
<out>] [-i <in_dataset.pcap>] [-o <out.rawlog>] [--]
[--version] [-h]
Usage Examples
RunwithalldefaultparametersandshowliveVLP16LIDARscans
velodyne-view
ParsesaPCAPfilewithaLIDARdump(defaultparams)
velodyne-view --in-pcap DATASET.pcap
ParsesaPCAPfilewithaLIDARdump(customcalibrationfile)
velodyne-view --in-pcap DATASET.pcap --calib CALIB.xml
GrabRawLogandPCAPlogfilesfromaliveVLP16LIDAR
velodyne-view --out-pcap out --out-rawlog out.rawlog
GrabRawLogandPCAPlogfilesfromaliveLIDARwithcalibrationfile
velodyne-view --out-pcap out --out-rawlog out.rawlog --calib CALIB.xml
