Skip to content

Commit

Permalink
Migrate shared lib references
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Jun 18, 2022
1 parent ab627be commit 1adf543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dartsim/worlds/falling.world
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<sdf version="1.6">
<world name="default">
<plugin
filename="libignition-gazebo-physics-system.so"
filename="gz-sim-physics-system"
name="gz::gazebo::systems::v0::Physics">
</plugin>
<model name="sphere">
Expand Down
2 changes: 1 addition & 1 deletion tutorials/04-switching-physics-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For the example above, you can load it like this:

```{.xml}
<plugin
filename="ignition-gazebo-physics-system"
filename="gz-sim-physics-system"
name="gz::gazebo::systems::Physics">
<engine>
<filename>CustomEngine</filename>
Expand Down

0 comments on commit 1adf543

Please sign in to comment.