Skip to content

Commit

Permalink
Merge pull request #7 from IOES-Lab/buoyancy
Browse files Browse the repository at this point in the history
[GSOC-62] Added buoyancy plugin to the world files
  • Loading branch information
rakeshv24 authored Jul 6, 2024
2 parents a07a1d7 + 753d7ce commit 9c171b0
Show file tree
Hide file tree
Showing 10 changed files with 113 additions and 1 deletion.
12 changes: 12 additions & 0 deletions models/dave_worlds/worlds/dave_Santorini.world
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,17 @@

</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
13 changes: 13 additions & 0 deletions models/dave_worlds/worlds/dave_bimanual_example.world
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,18 @@
</plugin>

</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
12 changes: 12 additions & 0 deletions models/dave_worlds/worlds/dave_electrical_mating.world
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,17 @@

</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
12 changes: 12 additions & 0 deletions models/dave_worlds/worlds/dave_graded_seabed.world
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,17 @@
<pose>0 0 0 0 0 1.5708</pose>
</include>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
13 changes: 13 additions & 0 deletions models/dave_worlds/worlds/dave_integrated.world
Original file line number Diff line number Diff line change
Expand Up @@ -570,5 +570,18 @@
</plugin>

</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
12 changes: 12 additions & 0 deletions models/dave_worlds/worlds/dave_ocean_models.world
Original file line number Diff line number Diff line change
Expand Up @@ -481,5 +481,17 @@

</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
2 changes: 1 addition & 1 deletion models/dave_worlds/worlds/dave_ocean_waves.world
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1000</default_density>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
Expand Down
12 changes: 12 additions & 0 deletions models/dave_worlds/worlds/dave_ocean_waves_mossy_ground.world
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,17 @@
<pose>10 5 -90 0 0 0</pose>
</include>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
13 changes: 13 additions & 0 deletions models/dave_worlds/worlds/dave_ocean_waves_transient_current.world
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,18 @@
<projection_type>perspective</projection_type>
</camera>
</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>
13 changes: 13 additions & 0 deletions models/dave_worlds/worlds/dave_plug_and_socket.world
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,18 @@
</plugin>

</gui>

<plugin
filename="gz-sim-buoyancy-system"
name="gz::sim::systems::Buoyancy">
<graded_buoyancy>
<default_density>1025</default_density>
<density_change>
<above_depth>0</above_depth>
<density>1</density>
</density_change>
</graded_buoyancy>
</plugin>

</world>
</sdf>

0 comments on commit 9c171b0

Please sign in to comment.