forked from ctu-mrs/mrs_gazebo_common_resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.sdf
More file actions
24 lines (24 loc) · 687 Bytes
/
model.sdf
File metadata and controls
24 lines (24 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="deployed_parachute">
<static>true</static>
<link name="link">
<pose>0 0 1.4 0 0 0</pose>
<visual name="visual">
<cast_shadows>false</cast_shadows>
<geometry>
<mesh>
<uri>model://deployed_parachute/meshes/deployed_parachute.dae</uri>
</mesh>
</geometry>
<material>
<script>
<uri>model://deployed_parachute/materials/scripts</uri>
<uri>model://deployed_parachute/materials/textures</uri>
<name>vrc/grey_wall</name>
</script>
</material>
</visual>
</link>
</model>
</sdf>