Skip to content

Commit d9bc0c7

Browse files
committed
Update resources tutorial
Signed-off-by: Louise Poubel <[email protected]>
1 parent 1839346 commit d9bc0c7

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

tutorials/resources.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GUI plugins may be loaded through:
5959
Ignition will look for GUI plugins on the following paths, in order:
6060

6161
1. All paths set on the `IGN_GUI_PLUGIN_PATH` environment variable
62-
2. [GUI plugins that are installed with Ignition Gazebo](https://github.com/ignitionrobotics/ign-gazebo/blob/master/src/systems/)
62+
2. [GUI plugins that are installed with Ignition Gazebo](https://github.com/ignitionrobotics/ign-gazebo/tree/master/src/gui/plugins)
6363
3. Other paths added by calling `ignition::gui::App()->AddPluginPath`
6464
4. `~/.ignition/gui/plugins`
6565
5. [Plugins which are installed with Ignition GUI](https://ignitionrobotics.org/api/gui/3.0/namespaceignition_1_1gui_1_1plugins.html)
@@ -71,8 +71,8 @@ uses a plugin architecture and its physics engines are
7171
built as plugins that are loaded at run time using
7272
[Ignition Plugin](https://ignitionrobotics.org/libs/plugin).
7373

74-
At the moment, Ignition Physics will only look for physics engine plugin
75-
shared libraries installed within its `<install_prefix>/lib` directory.
74+
See the [Physics engines](physics.html)
75+
tutorial for more details.
7676

7777
### Rendering engines
7878

@@ -116,13 +116,16 @@ Top-level entities such as models, lights and actors may be loaded through:
116116

117117
Ignition will look for URIs (path / URL) in the following, in order:
118118

119-
1. All paths on the `SDF_PATH` environment variable (if path is URI,
120-
scheme is stripped)
119+
1. All paths on the `IGN_GAZEBO_RESOURCE_PATH`\* environment variable (if
120+
path is URI, scheme is stripped)
121121
2. Current running path / absolute path
122122
3. [Ignition Fuel](https://app.ignitionrobotics.org/fuel/models)
123123
1. Cache (i.e. `$HOME/.ignition/fuel`)
124124
2. Web server
125125

126+
> \* The `SDF_PATH` environment variable also works in some scenarious, but
127+
it's not recommended when using Ignition Gazebo.
128+
126129
## Meshes
127130

128131
Mesh files may be loaded through:
@@ -135,8 +138,11 @@ Mesh files may be loaded through:
135138
Ignition will look for URIs (path / URL) in the following, in order:
136139

137140
1. Current running path / absolute path
138-
2. All paths on the `IGN_FILE_PATH` environment variable (if path is URI,
139-
scheme is stripped)
141+
2. All paths on the `IGN_GAZEBO_RESOURCE_PATH`\* environment variable (if path
142+
is URI, scheme is stripped)
143+
144+
> \* The `IGN_FILE_PATH` environment variable also works in some scenarious, but
145+
it's not recommended when using Ignition Gazebo.
140146

141147
### GUI configuration
142148

0 commit comments

Comments
 (0)