Skip to content

Commit ff789f1

Browse files
author
nkoenig
committed
small grammar updates
1 parent 5fbc8f3 commit ff789f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

quick_start/tutorial.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ Let's simulate something a bit more interesting by loading a world with a pionee
2626
2727
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.
2828
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.
3030
3131
~~~
32-
ls /usr/share/gazebo-4.0/worlds
32+
ls /usr/share/gazebo-7/worlds
3333
~~~
3434
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.
3636
3737
~~~
38-
ls /usr/local/share/gazebo-4.0/worlds
38+
ls /usr/local/share/gazebo-7/worlds
3939
~~~
4040
4141
# Client and server separation
4242
43-
The `gazebo` command actually run two different executables for you. The
43+
The `gazebo` command actually runs two different executables for you. The
4444
first is called `gzserver`, and the second `gzclient`.
4545
4646
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
4848
graphical interface. You may see the phrase "run headless" thrown about in
4949
the forums. This phrase equates to running only the `gzserver`. An example
5050
use case would involve running `gzserver` on a cloud computer where a user
5151
interface is not needed.
5252
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
5454
interface. This application provides a nice visualization of simulation, and
5555
convenient controls over various simulation properties.
5656

0 commit comments

Comments
 (0)