forked from nherment/gazebo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (19 loc) · 987 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Gazebo - A dynamic multi-robot simulator
----------------------------------------
This is the Gazebo simulator. Gazebo simulates multiple robots in a
3D environment, with extensive dynamic interaction between objects.
Gazebo was developed at the USC Robotics Research Lab as part of the
Player/Stage project, and is partially support by Willow Garage (www.willowgarage.com).
http://gazebosim.org
Installation
------------
Read the installation instructions (http://gazebosim.org/documentation.html) in the online manual for generic instructions. For most people, the following sequence will suffice:
$ mkdir build (inside the gazebo-trunk directory)
$ cd build
$ cmake ..
$ make
Uninstallation
--------------
Read the installation instructions (http://gazebosim.org/documentation.html) in the online manual for generic instructions. For most people, the following sequence will suffice:
$ make uninstall (inside the gazebo-trunk/build directory)
- Nate Koenig