1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
.TH PCL 1
.SH NAME
pcd_grabber_viewer \- Grab point cloud data from PCD file.
.SH SYNOPSIS
.B pcd_grabber_viewer [OPTIONS]
.SH DESCRIPTION
Grab point cloud data from PCD file.
.SH OPTIONS
.TP 5
\-file file_name
PCD file to be read from
.TP 5
\-dir directory_path
directory path to PCD file(s) to be read from
.TP 5
\-fps frequency
frames per second
.TP 5
\-repeat
optional parameter that tells whether the PCD file(s) should be "grabbed" in a endless loop.
.TP 5
\-cam (*)
use given camera settings as initial view
(*) [Clipping Range / Focal Point / Position / ViewUp / Distance /
Window Size / Window Pos] or use a <filename.cam> that contains the
same information.
.TP 5
\-h
display help message
.SH SEE ALSO
.TP
.B Home Page
http://www.pointclouds.org/
.SH AUTHOR
Willow Garage, Inc. and Open Perception, Inc.
|