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