Skip to content

Commit 4f9f959

Browse files
nkoenigNate Koenig
andauthored
Rename app.ignitionrobotics.org to app.gazebosim.org (gazebosim#258)
Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
1 parent 157f5d6 commit 4f9f959

27 files changed

+38
-38
lines changed

acropolis/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ GUI plugins | ✓ | ✓ Ignition GUI plugins
199199
System plugins | ✓ |
200200
Distribute simulation across processes | ✕ | (coming up)
201201
Incrementally load levels | ✕ | ✓
202-
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.ignitionrobotics.org/fuel/models)
202+
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.gazebosim.org/fuel/models)
203203
SDF frame semantics | |
204204
Saved simulation states | ✓ |

blueprint/Manipulating_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ You can also select multiple entities to face simultaneously from each view angl
129129
## Next Up
130130

131131
So far you've interacted with basic shape models to learn about Ignition's GUI.
132-
It's also possible to insert more detailed models from [Ignition Fuel](https://app.ignitionrobotics.org) into the GUI.
132+
It's also possible to insert more detailed models from [Ignition Fuel](https://app.gazebosim.org) into the GUI.
133133
Check out the [Model Insertion from Fuel](/docs/blueprint/fuel_insert) tutorial to learn how.

blueprint/Model_insertion_fuel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The previous tutorial, [Manipulating Models](/docs/blueprint/manipulating_models
1515

1616
## Choose a Model
1717

18-
Fuel's model collection is at [app.ignitionrobotics.org/fuel/models](https://app.ignitionrobotics.org/fuel/models).
18+
Fuel's model collection is at [app.gazebosim.org/fuel/models](https://app.gazebosim.org/fuel/models).
1919
Head over and browse the available content.
2020

2121
![Fuel models preview](img/fuel.png)
2222

2323
Click on any one of the thumbnails, or use the search bar.
24-
For example, let's find the [Vent](https://app.ignitionrobotics.org/openrobotics/fuel/models/Vent).
24+
For example, let's find the [Vent](https://app.gazebosim.org/openrobotics/fuel/models/Vent).
2525

2626
![Vent](img/vent_detail.png)
2727

blueprint/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,5 @@ STL meshes | ✓ | ✓
272272
Code introspection | ✓ | All simulation state is accessible from system plugins or through the `SceneBroadcaster`'s state topic
273273
Distribute simulation across processes | ✕ | (coming up)
274274
Incrementally load levels | ✕ | ✓
275-
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.ignitionrobotics.org/fuel/models)
275+
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.gazebosim.org/fuel/models)
276276
Saved simulation states | ✓ | [Issue](https://github.com/gazebosim/gz-gazebo/issues/137)

citadel/Manipulating_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ You can align more than two models, just select the others with `Ctrl` + click.
144144
## Next Up
145145

146146
So far you've interacted with basic shape models to learn about Ignition's GUI.
147-
It's also possible to insert more detailed models from [Ignition Fuel](https://app.ignitionrobotics.org) into the GUI.
147+
It's also possible to insert more detailed models from [Ignition Fuel](https://app.gazebosim.org) into the GUI.
148148
Check out the [Model Insertion from Fuel](fuel_insert) tutorial to learn how.

citadel/Model_insertion_fuel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The previous tutorial, [Manipulating Models](manipulating_models), shows you how
1515

1616
## Choose a Model
1717

18-
Fuel's model collection is at [app.ignitionrobotics.org/fuel/models](https://app.ignitionrobotics.org/fuel/models).
18+
Fuel's model collection is at [app.gazebosim.org/fuel/models](https://app.gazebosim.org/fuel/models).
1919
Head over and browse the available content.
2020

2121
![Fuel models preview](img/fuel.png)
2222

2323
Click on any one of the thumbnails, or use the search bar.
24-
For example, let's find the [PR2_SDF17](https://app.ignitionrobotics.org/openrobotics/fuel/models/PR2_SDF17).
24+
For example, let's find the [PR2_SDF17](https://app.gazebosim.org/openrobotics/fuel/models/PR2_SDF17).
2525

2626
![Vent](img/pr2_detail.png)
2727

citadel/actors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In the `<animation>` tag we specify how our actor will move. We can combine diff
6161

6262
![actor loaded with skin tag](tutorials/actors/actor_skin.gif)
6363

64-
**Note**: You can find many actors and models on [Ignition Fuel](https://app.ignitionrobotics.org/fuel).
64+
**Note**: You can find many actors and models on [Ignition Fuel](https://app.gazebosim.org/fuel).
6565

6666
## Scripted trajectory
6767

citadel/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ USD meshes | ✕ | ✕ (available from Fortress)
296296
Code introspection | ✓ | All simulation state is accessible from system plugins or through the `SceneBroadcaster`'s state topic
297297
Distribute simulation across processes | ✕ | (coming up)
298298
Incrementally load levels | ✕ | ✓
299-
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.ignitionrobotics.org/fuel/models)
299+
Online model database | [gazebo_models repository](https://github.com/osrf/gazebo_models/) | [Ignition Fuel](https://app.gazebosim.org/fuel/models)
300300
Saved simulation states | ✓ | [Issue](https://github.com/gazebosim/gz-gazebo/issues/137)
301301
Sphere, cylinder and box primitives | ✓ | ✓
302302
Ellipsoid and capsule primitives | ✕ | ✕ (available from Edifice)

citadel/sdf_worlds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,15 @@ The plugins can also be added from the GUI using the plugin drop-down menu in th
231231

232232
## Adding models
233233

234-
Instead of building our own models we can use already built ones. [Ignition Fuel](https://app.ignitionrobotics.org/fuel) hosts hundreds of models that can easily be added to an Ignition world. Models can be added as follows.
234+
Instead of building our own models we can use already built ones. [Ignition Fuel](https://app.gazebosim.org/fuel) hosts hundreds of models that can easily be added to an Ignition world. Models can be added as follows.
235235

236236
### Spawning a model
237237

238238
For adding various models from fuel to your world chekout this [tutorial](fuel_insert).
239239

240240
### Include the model URI
241241

242-
Another way of adding the model to your world is to use the model link. Visit the [Ignition Fuel website](https://app.ignitionrobotics.org/fuel). Choose the model you like and click on the `<>` icon on the model description page. This will copy an SDF snippet to your clipboard, then paste it in your world right above the closing `</world>` tag, like this:
242+
Another way of adding the model to your world is to use the model link. Visit the [Ignition Fuel website](https://app.gazebosim.org/fuel). Choose the model you like and click on the `<>` icon on the model description page. This will copy an SDF snippet to your clipboard, then paste it in your world right above the closing `</world>` tag, like this:
243243

244244
```xml
245245
<include>

dome/Manipulating_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ choose which entity to align to.
152152
## Next Up
153153

154154
So far you've interacted with basic shape models to learn about Ignition's GUI.
155-
It's also possible to insert more detailed models from [Ignition Fuel](https://app.ignitionrobotics.org) into the GUI.
155+
It's also possible to insert more detailed models from [Ignition Fuel](https://app.gazebosim.org) into the GUI.
156156
Check out the [Model Insertion from Fuel](fuel_insert) tutorial to learn how.

0 commit comments

Comments
 (0)