@@ -10,46 +10,46 @@ Acropolis supports the following platforms:
10
10
* MacOS Mojave
11
11
12
12
Windows support is still experimental although most of the packages should work
13
- as expected. There are no binaries for Windows at this moment. The ` ign-gazebo `
13
+ as expected. There are no binaries for Windows at this moment. The ` gz-sim `
14
14
package is still not available for Windows, the installation should be done from
15
15
source code.
16
16
17
17
## Acropolis Libraries
18
18
19
- The Acropolis collection is composed by many different Ignition libraries. The
19
+ The Acropolis collection is composed by many different Gazebo libraries. The
20
20
collection assures that all libraries all compatible and can be used together.
21
21
22
22
| Library name | Version |
23
23
| ------------------ | :-------------:|
24
- | ign -cmake | 2.x |
25
- | ign -common | 3.x |
26
- | ign -fuel-tools | 3.x |
27
- | ign-gazebo | 1.x |
28
- | ign -gui | 1.x |
29
- | ign -launch | 0.x |
30
- | ign -math | 6.x |
31
- | ign -msgs | 3.x |
32
- | ign -physics | 1.x |
33
- | ign -plugin | 1.x |
34
- | ign -rendering | 1.x |
35
- | ign -sensors | 1.x |
36
- | ign -tools | 0.x |
37
- | ign -transport | 6.x |
24
+ | gz -cmake | 2.x |
25
+ | gz -common | 3.x |
26
+ | gz -fuel-tools | 3.x |
27
+ | gz-sim | 1.x |
28
+ | gz -gui | 1.x |
29
+ | gz -launch | 0.x |
30
+ | gz -math | 6.x |
31
+ | gz -msgs | 3.x |
32
+ | gz -physics | 1.x |
33
+ | gz -plugin | 1.x |
34
+ | gz -rendering | 1.x |
35
+ | gz -sensors | 1.x |
36
+ | gz -tools | 0.x |
37
+ | gz -transport | 6.x |
38
38
| sdformat | 8.x |
39
39
40
40
# Option 1: Installation on Ubuntu Bionic
41
41
42
42
All of the Acropolis binaries are hosted in the osrfoundation repository. To install
43
- all of them, the metapackage ` ignition -acropolis` can be installed:
43
+ all of them, the metapackage ` gazebo -acropolis` can be installed:
44
44
45
45
``` bash
46
46
sudo sh -c ' echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
47
47
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
48
48
sudo apt-get update
49
- sudo apt-get install ignition -acropolis
49
+ sudo apt-get install gazebo -acropolis
50
50
```
51
51
52
- All libraries should be ready to use and the ` ign-gazebo ` app ready to be executed.
52
+ All libraries should be ready to use and the ` gz-sim ` app ready to be executed.
53
53
54
54
# Option 2: Install on MacOS Mojave (10.14)
55
55
@@ -60,14 +60,14 @@ The homebrew tool can easily be installed using:
60
60
/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh) "
61
61
```
62
62
63
- After installing the homebrew package manager, ignition acropolis can be installed running:
63
+ After installing the homebrew package manager, Gazebo Acropolis can be installed running:
64
64
65
65
``` bash
66
66
brew tap osrf/simulation
67
- brew install ignition -acropolis
67
+ brew install gazebo -acropolis
68
68
```
69
69
70
- All libraries should be ready to use and the ` ign-gazebo ` app ready to be executed.
70
+ All libraries should be ready to use and the ` gz-sim ` app ready to be executed.
71
71
72
72
# Option 3: Source Installation (any platform)
73
73
@@ -86,7 +86,7 @@ in all platforms:
86
86
pip install vcstool
87
87
```
88
88
89
- To compile all the different libraries and ign-gazebo in the right order
89
+ To compile all the different libraries and gz-sim in the right order
90
90
it is recommended to use [ colcon] ( https://colcon.readthedocs.io/en/released/ ) .
91
91
The colcon tool is available in all platforms using pip:
92
92
@@ -121,14 +121,14 @@ mkdir -p ~/workspace/src
121
121
cd ~ /workspace/src
122
122
```
123
123
124
- All the sources of ignition -acropolis are declared in a yaml file. Download
124
+ All the sources of gazebo -acropolis are declared in a yaml file. Download
125
125
it to the workspace.
126
126
127
127
``` bash
128
- wget https://raw.githubusercontent.com/ignition -tooling/gazebodistro/master/collection-acropolis.yaml
128
+ wget https://raw.githubusercontent.com/gazebo -tooling/gazebodistro/master/collection-acropolis.yaml
129
129
```
130
130
131
- Use ` vcstool ` to automatically retrieve all the Ignition libraries sources from
131
+ Use ` vcstool ` to automatically retrieve all the Gazebo libraries sources from
132
132
their repositories:
133
133
134
134
``` bash
@@ -156,9 +156,9 @@ install all dependencies in Ubuntu Bionic:
156
156
sudo apt-get install cmake freeglut3-dev libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev libdart6-collision-ode-dev libdart6-dev libdart6-utils-urdf-dev libfreeimage-dev libgflags-dev libglew-dev libgts-dev libogre-1.9-dev libogre-2.1-dev libprotobuf-dev libprotobuf-dev libprotoc-dev libqt5core5a libswscale-dev libtinyxml2-dev libtinyxml-dev pkg-config protobuf-compiler qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtquick2 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-layouts qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev ruby ruby-ronn uuid-dev libgtest-dev curl libcurl4-gnutls-dev libcurl4-openssl-dev libsqlite3-dev
157
157
```
158
158
159
- ## Building the Ignition Libraries
159
+ ## Building the Gazebo Libraries
160
160
161
- The Ignition Libraries require the following compilers on each platform:
161
+ The Gazebo Libraries require the following compilers on each platform:
162
162
163
163
* Ubuntu Bionic: gcc 8
164
164
* MacOS Mojave: Xcode 10
@@ -197,7 +197,7 @@ cd ~/workspace/
197
197
colcon list -g
198
198
```
199
199
200
- ` colcon ` should list the Ignition libraries with their
200
+ ` colcon ` should list the Gazebo libraries with their
201
201
interdependencies. If that is the case, then you are ready
202
202
to build the whole set of libraries:
203
203
@@ -209,8 +209,8 @@ If there are no errors, all the binaries should be ready to use.
209
209
210
210
## Using the workspace
211
211
212
- The workspace binaries are ready but every time that ` ign-gazebo ` needs to be
213
- executed or third party code is going to be developed using the Ignition
212
+ The workspace binaries are ready but every time that ` gz-sim ` needs to be
213
+ executed or third party code is going to be developed using the Gazebo
214
214
libraries, one command is needed:
215
215
216
216
``` bash
0 commit comments