Skip to content

Commit

Permalink
Add props to the pool world (#100)
Browse files Browse the repository at this point in the history
* Add texture models (gate and torpedo)

* Change prop locations
  • Loading branch information
eminmeydanoglu authored and talhabw committed Dec 22, 2024
1 parent 703d38d commit 25fc379
Show file tree
Hide file tree
Showing 22 changed files with 209,222 additions and 67 deletions.
27,609 changes: 27,609 additions & 0 deletions auv_sim/auv_sim_description/auv_sim_description/models/robosub_bin/meshes/bin.dae

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<model>
<name>robosub_bin</name>
<version>1.0</version>
<sdf version='1.6'>model.sdf</sdf>

<author>
<name>Levent Emre Nalici</name>
<email>nalicilevent@gmail.com</email>
</author>

<description>
robosub bin
</description>
</model>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<sdf version="1.6">
<model name="robosub_bin">
<static>true</static>
<pose>0 0 0 0 0 0</pose>
<link name="robosub_bin">
<pose>0 0 0 0 0 0</pose>
<collision name="robosub_bin_col">
<pose>0 0 0 0 0 0</pose>
<geometry>
<mesh>
<uri>model://robosub_bin/meshes/bin.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="robosub_bin_vis">
<pose>0 0 0 0 0 0</pose>
<geometry>
<mesh>
<uri>model://robosub_bin/meshes/bin.dae</uri>
</mesh>
</geometry>
</visual>

</link>
</model>
</sdf>
Loading

0 comments on commit 25fc379

Please sign in to comment.