init
This commit is contained in:
167
bin_4_dropping_task/meshes/bin_4_dropping_task.dae
Normal file
167
bin_4_dropping_task/meshes/bin_4_dropping_task.dae
Normal file
File diff suppressed because one or more lines are too long
15
bin_4_dropping_task/model.config
Normal file
15
bin_4_dropping_task/model.config
Normal 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>
|
23
bin_4_dropping_task/model.sdf
Normal file
23
bin_4_dropping_task/model.sdf
Normal 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>
|
Reference in New Issue
Block a user