1GAZEBO(1)                                                            GAZEBO(1)
2
3
4

NAME

6       gazebo - Run the Gazebo server and GUI.
7

SYNOPSIS

9       gazebo options world_file
10

DESCRIPTION

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

OPTIONS

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       --seed arg
51              Start with a given random number seed.
52
53       --iters arg
54              Number of iterations to simulate.
55
56       --minimal_comms
57              Reduce the TCP/IP traffic output by gazebo.
58
59       -g, --gui-plugin arg
60              Load a System plugin (deprecated)
61
62       --gui-client-plugin arg
63              Load a GUI plugin.
64
65       -s, --server-plugin arg
66              Load a server plugin.
67
68       -o, --profile arg
69              Physics preset profile name from the options in the world file.
70

AUTHOR

72       Open Source Robotics Foundation
73
75       Copyright (C) 2012 Open Source Robotics Foundation
76
77       Licensed under the Apache License, Version 2.0 (the "License"); you may
78       not use this file except in compliance with the License.
79
80
81
82                                 February 2018                       GAZEBO(1)
Impressum