Adding marked-bin model to the database (#53)

This commit is contained in:
lafith 2020-08-21 19:50:25 +05:30 committed by GitHub
parent 781a83d420
commit b7ced2ce50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 205 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>