You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quick_start/tutorial.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,31 +26,31 @@ Let's simulate something a bit more interesting by loading a world with a pionee
26
26
27
27
You may have noticed the mysterious `worlds/pioneer2dx.world` argument in the above command. This instructs gazebo to find the `pioneer2dx.world` file, and load it on start.
28
28
29
-
World files are located in a versioned system directory, for example `/usr/share/gazebo-4.0` on Ubuntu. If you have Gazebo 4.0 installed on Ubuntu, in a terminal type the following to see a complete list of worlds.
29
+
World files are located in a versioned system directory, for example `/usr/share/gazebo-7` on Ubuntu. If you have Gazebo 7.0 installed on Ubuntu, in a terminal type the following to see a complete list of worlds.
30
30
31
31
~~~
32
-
ls /usr/share/gazebo-4.0/worlds
32
+
ls /usr/share/gazebo-7/worlds
33
33
~~~
34
34
35
-
For a Gazebo 4.0 installation on OS X using Homebrew, type the following to see a complete list of worlds.
35
+
For a Gazebo 7.0 installation on OS X using Homebrew, type the following to see a complete list of worlds.
36
36
37
37
~~~
38
-
ls /usr/local/share/gazebo-4.0/worlds
38
+
ls /usr/local/share/gazebo-7/worlds
39
39
~~~
40
40
41
41
# Client and server separation
42
42
43
-
The `gazebo` command actually run two different executables for you. The
43
+
The `gazebo` command actually runs two different executables for you. The
44
44
first is called `gzserver`, and the second `gzclient`.
45
45
46
46
The `gzserver` executable runs the physics update-loop and sensor data
47
-
generation. This is core of Gazebo, and can be used independently of any
47
+
generation. This is the core of Gazebo, and can be used independently of a
48
48
graphical interface. You may see the phrase "run headless" thrown about in
49
49
the forums. This phrase equates to running only the `gzserver`. An example
50
50
use case would involve running `gzserver` on a cloud computer where a user
51
51
interface is not needed.
52
52
53
-
The `gzclient` executable runs the [QT](http://qt-project.org) based user
53
+
The `gzclient` executable runs a [QT](http://qt-project.org) based user
54
54
interface. This application provides a nice visualization of simulation, and
55
55
convenient controls over various simulation properties.
0 commit comments