Skip to content

Commit 588eba5

Browse files
committed
updated contact sensor plugin from ignition
1 parent f22dad4 commit 588eba5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

models/dave_worlds/worlds/dave_bimanual_example.world

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@
3333
filename="gz-sim-scene-broadcaster-system"
3434
name="gz::sim::systems::SceneBroadcaster">
3535
</plugin>
36-
<plugin
37-
filename="ignition-gazebo-contact-system"
38-
name="ignition::gazebo::systems::Contact">
36+
<plugin filename="gz-sim-contact-system"
37+
name="gz::sim::systems::Contact">
3938
</plugin>
40-
4139
<!-- Origin placed somewhere in the middle of the North Sea -->
4240
<spherical_coordinates>
4341
<latitude_deg>56.71897669633431</latitude_deg>

models/dave_worlds/worlds/new_dvl.world

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
filename="gz-sim-scene-broadcaster-system"
4343
name="gz::sim::systems::SceneBroadcaster">
4444
</plugin>
45-
<plugin
46-
filename="ignition-gazebo-contact-system"
47-
name="ignition::gazebo::systems::Contact">
45+
<plugin filename="gz-sim-contact-system"
46+
name="gz::sim::systems::Contact">
4847
</plugin>
4948
<plugin
5049
filename="gz-sim-sensors-system"

0 commit comments

Comments
 (0)