This commit is contained in:
Quella777
2025-08-25 16:30:02 +08:00
commit 32cc2a8e96
1633 changed files with 289456 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<model>
<name>bin_4_dropping task</name>
<version>1.0</version>
<sdf version="1.5">model.sdf</sdf>
<author>
<name>Lafith Mattara</name>
<email>mmlafith3@gmail.com</email>
</author>
<description>
A marked bin which can be used in dropping task simulation.
</description>
</model>

View File

@@ -0,0 +1,23 @@
<?xml version='1.0'?>
<sdf version='1.6'>
<model name='bin_4_dropping_task'>
<link name='bin'>
<pose>0 0 0.1 0 0 0</pose>
<collision name ='bin_collision'>
<geometry>
<mesh>
<uri>model://bin_4_dropping_task/meshes/bin_4_dropping_task.dae</uri>
</mesh>
</geometry>
</collision>
<visual name='bin_visual'>
<geometry>
<mesh>
<uri>model://bin_4_dropping_task/meshes/bin_4_dropping_task.dae</uri>
</mesh>
</geometry>
</visual>
</link>
<static>true</static>
</model>
</sdf>