1lcm-logplayer(1) LCM lcm-logplayer(1)
2
3
4
6 lcm-logplayer - minimalist log playback tool
7
9 lcm-logplayer [options] [FILE]
10
11
13 lcm-logplayer is a minimalist Lightweight Communications and Mar‐
14 shalling logfile playback tool. It provides a small set of options for
15 controlling logfile playback, and is primarily intended for situations
16 where a command line program is either desired or the only option. In
17 situations where both Java and a graphical interface are available,
18 lcm-logplayer-gui provides a more featureful logplayer with a graphical
19 user interface.
20
21
23 The following options are provided by lcm-logplayer
24
25 -v, --verbose
26 Print information about each packet.
27
28 -s, --speed=NUM
29 Playback speed multipler. Default is 1.0
30
31 -e, --regexp=EXPR
32 POSIX regular expression of channels to play.
33
34 -l, --lcm-url=URL
35 Play logged messages on the specified LCM URL.
36
37 -h, --help
38 Shows some help text and exits
39
40
42 lcm-logplayer-gui(1) regex(7)
43
44
46 lcm-logplayer is part of the Lightweight Communications and Marshalling
47 (LCM) project. Permission is granted to copy, distribute and/or modify
48 it under the terms of the GNU Lesser General Public License as pub‐
49 lished by the Free Software Foundation; either version 2.1 of the
50 License, or (at your option) any later version. See the file COPYING
51 in the LCM distribution for more details regarding distribution.
52
53 LCM is distributed in the hope that it will be useful, but WITHOUT ANY
54 WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT‐
55 NESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
56 License for more details. You should have received a copy of the GNU
57 Lesser General Public License along with LCM; if not, write to the Free
58 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
59 02110-1301 USA
60
61
63 This manual page was written by Albert Huang.
64
65
66
67LCM 2009-07-28 lcm-logplayer(1)