1GZSERVER(1) GZSERVER(1)
2
3
4
6 gzserver - Run the Gazebo server.
7
9 gzserver options world_file
10
12 Gazebo server runs simulation and handles commandline options, starts a
13 Master, runs World update and sensor generation loops.
14
16 -v, --version
17 Output version information.
18
19 --verbose
20 Increase the messages written to the terminal.
21
22 -h, --help
23 Produce this help message.
24
25 -u, --pause
26 Start the server in a paused state.
27
28 -e, --physics arg
29 Specify a physics engine (ode|bullet|dart|simbody).
30
31 -p, --play arg
32 Play a log file.
33
34 -r, --record
35 Record state data.
36
37 --record_encoding arg (=zlib)
38 Compression encoding format for log data (zlib|bz2|txt).
39
40 --record_path arg
41 Absolute path in which to store state data
42
43 --record_period arg (=-1)
44 Recording period (seconds).
45
46 --record_filter arg
47 Recording filter (supports wildcard and regular expression).
48
49 --seed arg
50 Start with a given random number seed.
51
52 --iters arg
53 Number of iterations to simulate.
54
55 --minimal_comms
56 Reduce the TCP/IP traffic output by gzserver
57
58 -s, --server-plugin arg
59 Load a plugin.
60
61 -o, --profile arg
62 Physics preset profile name from the options in the world file.
63
65 Open Source Robotics Foundation
66
68 Copyright (C) 2012 Open Source Robotics Foundation
69
70 Licensed under the Apache License, Version 2.0 (the "License"); you may
71 not use this file except in compliance with the License.
72
73
74
75 February 2018 GZSERVER(1)