Skip to content

Commit

Permalink
Update migration_sdf.md (#2563)
Browse files Browse the repository at this point in the history
Fix broken links for ERB, Server configuration tutorial and GUI configuration tutorial

Signed-off-by: Enzo Ghisoni <[email protected]>
  • Loading branch information
EnzoGhisoni authored Sep 3, 2024
1 parent 8a3d999 commit e5faf77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/migration_sdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ side-by-side on the same file. Instead, keep separate files and inject the plugi
needed.

There isn't a built-in mechanism on SDFormat to inject plugins into files yet,
but users can make use of templating tools like [ERB](erb_template.html)
but users can make use of templating tools like [ERB](https://github.com/gazebosim/gz-sim/blob/gz-sim9/tutorials/erb_template.md)
and [xacro](http://wiki.ros.org/xacro) to generate SDF files with the correct plugins.

### Default plugins
Expand All @@ -260,8 +260,8 @@ For example, by default, Gazebo will load all the system plugins defined on
the `~/.gz/sim/<#>/server.config` file and all GUI plugins defined on the
`~/.gz/sim/<#>/gui.config` file. But the user can always remove plugins from
those files, or choose different ones by adding `<plugin>` tags to the SDF file.
(For more details, see the [Server configuration tutorial](server_config.html)
and the [GUI configuration tutorial](gui_config.html)).
(For more details, see the [Server configuration tutorial](https://github.com/gazebosim/gz-sim/blob/gz-sim9/tutorials/server_config.md)
and the [GUI configuration tutorial](https://github.com/gazebosim/gz-sim/blob/gz-sim9/tutorials/gui_config.md)).

This is important to keep in mind when migrating your SDF files, because files
that worked on Gazebo classic may need more plugins on Gazebo.
Expand Down

0 comments on commit e5faf77

Please sign in to comment.