1VELODYNE-VIEW(1) Mobile Robot Programming Toolkit - MRPT VELODYNE-VIEW(1)
2
3
4
6 velodyne-view - Demo for grabbing and visualizing data from a Velodyne
7 sensor
8
10 velodyne-view [-v] [-n] [-m <`VLP16`,`HDL32`,`HDL64`,>] [-c
11 <calib.xml>] [--ip-filter <192.168.1.201>] [--out-pcap
12 <out>] [-i <in_dataset.pcap>] [-o <out.rawlog>] [--]
13 [--version] [-h]
14
16 Run with all default parameters and show live VLP16 LIDAR scans
17
18 velodyne-view
19
20 Parses a PCAP file with a LIDAR dump (default params)
21
22 velodyne-view --in-pcap DATASET.pcap
23
24 Parses a PCAP file with a LIDAR dump (custom calibration file)
25
26 velodyne-view --in-pcap DATASET.pcap --calib CALIB.xml
27
28 Grab RawLog and PCAP log files from a live VLP16 LIDAR
29
30 velodyne-view --out-pcap out --out-rawlog out.rawlog
31
32 Grab RawLog and PCAP log files from a live LIDAR with calibration file
33
34 velodyne-view --out-pcap out --out-rawlog out.rawlog --calib CALIB.xml
35
37 velodyne-view is a simple application that continuously grabs scans
38 from a Velodyne sensor and displays the 3D point cloud live.
39
40 Arguments:
41
42 -v, --verbose
43 Verbose debug output
44
45 -n, --nologo
46 Skip the logo at startup
47
48 -m <`VLP16`,`HDL32`,`HDL64`,>, --model <`VLP16`,`HDL32`,`HDL64`,>
49 If no calibration file is specified, set the model to load default
50 values
51
52 -c <calib.xml>, --calib <calib.xml>
53 Optionally, select the calibration XML file for the LIDAR
54
55 --ip-filter <192.168.1.201>
56 Only listen to a LIDAR emitting commands from a given IP
57
58 --out-pcap <out>
59 If set, grab all packets to a PCAP log file. Set name prefix only.
60
61 -i <in_dataset.pcap>, --in-pcap <in_dataset.pcap>
62 Instead of listening to a live sensor, read data from a PCAP file
63
64 -o <out.rawlog>, --out-rawlog <out.rawlog>
65 If set, grab dataset in rawlog format
66
67 --, --ignore_rest
68 Ignores the rest of the labeled arguments following this flag.
69
70 --version
71 Displays version information and exits.
72
73 -h, --help
74 Displays usage information and exits.
75
77 Please report bugs at https://github.com/MRPT/mrpt/issues
78
80 The application webpage at
81 http://www.mrpt.org/list-of-mrpt-apps/application-velodyne-view/
82
84 velodyne-view is part of the Mobile Robot Programming Toolkit (MRPT),
85 and was originally written by Jose Luis Blanco (University of Almeria).
86
87 This manual page was written by Jose Luis Blanco
88 <joseluisblancoc@gmail.com>.
89
91 This program is free software; you can redistribute it and/or modify it
92 under the terms of the BSD License.
93
94 On Debian GNU/Linux systems, the complete text of the BSD License can
95 be found in `/usr/share/common-licenses/BSD'.
96
97
98
99perl v5.34.1 2022-01-20 VELODYNE-VIEW(1)