1GZSERVER(1) General Commands Manual 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 --record_resources
50 Recording with model meshes and materials.
51
52 --seed arg
53 Start with a given random number seed.
54
55 --iters arg
56 Number of iterations to simulate.
57
58 --minimal_comms
59 Reduce the TCP/IP traffic output by gzserver
60
61 -s, --server-plugin arg
62 Load a plugin.
63
64 -o, --profile arg
65 Physics preset profile name from the options in the world file.
66
68 Open Source Robotics Foundation
69
71 Copyright (C) 2012 Open Source Robotics Foundation
72
73 Licensed under the Apache License, Version 2.0 (the "License"); you may
74 not use this file except in compliance with the License.
75
76
77
78 March 2019 GZSERVER(1)