init
This commit is contained in:
80
mud_box/model-1_4.sdf
Normal file
80
mud_box/model-1_4.sdf
Normal file
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0"?>
|
||||
<sdf version="1.4">
|
||||
<model name="mud_box">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<box>
|
||||
<size>8 10 0.2</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual_1">
|
||||
<pose>-2 2.5 0 0 0 0</pose>
|
||||
<cast_shadows>false</cast_shadows>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>4 5 0.2</size>
|
||||
</box>
|
||||
</geometry>
|
||||
<material>
|
||||
<script>
|
||||
<uri>model://mud_box/materials/scripts</uri>
|
||||
<uri>model://mud_box/materials/textures</uri>
|
||||
<name>vrc/mud</name>
|
||||
</script>
|
||||
</material>
|
||||
</visual>
|
||||
<visual name="visual_2">
|
||||
<pose>2 2.5 0 0 0 0</pose>
|
||||
<cast_shadows>false</cast_shadows>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>4 5 0.2</size>
|
||||
</box>
|
||||
</geometry>
|
||||
<material>
|
||||
<script>
|
||||
<uri>model://mud_box/materials/scripts</uri>
|
||||
<uri>model://mud_box/materials/textures</uri>
|
||||
<name>vrc/mud</name>
|
||||
</script>
|
||||
</material>
|
||||
</visual>
|
||||
<visual name="visual_3">
|
||||
<pose>2 -2.5 0 0 0 0</pose>
|
||||
<cast_shadows>false</cast_shadows>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>4 5 0.2</size>
|
||||
</box>
|
||||
</geometry>
|
||||
<material>
|
||||
<script>
|
||||
<uri>model://mud_box/materials/scripts</uri>
|
||||
<uri>model://mud_box/materials/textures</uri>
|
||||
<name>vrc/mud</name>
|
||||
</script>
|
||||
</material>
|
||||
</visual>
|
||||
<visual name="visual_4">
|
||||
<pose>-2 -2.5 0 0 0 0</pose>
|
||||
<cast_shadows>false</cast_shadows>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>4 5 0.2</size>
|
||||
</box>
|
||||
</geometry>
|
||||
<material>
|
||||
<script>
|
||||
<uri>model://mud_box/materials/scripts</uri>
|
||||
<uri>model://mud_box/materials/textures</uri>
|
||||
<name>vrc/mud</name>
|
||||
</script>
|
||||
</material>
|
||||
</visual>
|
||||
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user