Skip to content

Commit 29c37cb

Browse files
authored
Merge pull request #188 from pawanw17/pawan/drone_hangar
Final models for drone hangar
2 parents 6313cff + 4a82d1b commit 29c37cb

File tree

13 files changed

+672
-18
lines changed

13 files changed

+672
-18
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
3+
<asset>
4+
<contributor>
5+
<author>Blender User</author>
6+
<authoring_tool>Blender 2.79.0</authoring_tool>
7+
</contributor>
8+
<created>2018-03-20T11:39:29</created>
9+
<modified>2018-03-20T11:39:29</modified>
10+
<unit name="meter" meter="1"/>
11+
<up_axis>Z_UP</up_axis>
12+
</asset>
13+
<library_images/>
14+
<library_effects>
15+
<effect id="Pared3-effect">
16+
<profile_COMMON>
17+
<technique sid="common">
18+
<lambert>
19+
<emission>
20+
<color sid="emission">0 0 0 1</color>
21+
</emission>
22+
<ambient>
23+
<color sid="ambient">0 0 0 1</color>
24+
</ambient>
25+
<diffuse>
26+
<color sid="diffuse">0.003006209 0 1 1</color>
27+
</diffuse>
28+
<index_of_refraction>
29+
<float sid="index_of_refraction">1</float>
30+
</index_of_refraction>
31+
</lambert>
32+
</technique>
33+
</profile_COMMON>
34+
</effect>
35+
</library_effects>
36+
<library_materials>
37+
<material id="Pared3-material" name="Pared3">
38+
<instance_effect url="#Pared3-effect"/>
39+
</material>
40+
</library_materials>
41+
<library_geometries>
42+
<geometry id="Cube-mesh" name="Cube">
43+
<mesh>
44+
<source id="Cube-mesh-positions">
45+
<float_array id="Cube-mesh-positions-array" count="24">1 1 -1 1 -1 -1 -1 -0.9999998 -1 -0.9999997 1 -1 1 0.9999995 1 0.9999994 -1.000001 1 -1 -0.9999997 1 -1 1 1</float_array>
46+
<technique_common>
47+
<accessor source="#Cube-mesh-positions-array" count="8" stride="3">
48+
<param name="X" type="float"/>
49+
<param name="Y" type="float"/>
50+
<param name="Z" type="float"/>
51+
</accessor>
52+
</technique_common>
53+
</source>
54+
<source id="Cube-mesh-normals">
55+
<float_array id="Cube-mesh-normals-array" count="36">0 0 -1 0 0 1 1 0 -2.38419e-7 0 -1 -4.76837e-7 -1 2.38419e-7 -1.49012e-7 2.68221e-7 1 2.38419e-7 0 0 -1 0 0 1 1 -5.96046e-7 3.27825e-7 -4.76837e-7 -1 0 -1 2.38419e-7 -1.19209e-7 2.08616e-7 1 0</float_array>
56+
<technique_common>
57+
<accessor source="#Cube-mesh-normals-array" count="12" stride="3">
58+
<param name="X" type="float"/>
59+
<param name="Y" type="float"/>
60+
<param name="Z" type="float"/>
61+
</accessor>
62+
</technique_common>
63+
</source>
64+
<vertices id="Cube-mesh-vertices">
65+
<input semantic="POSITION" source="#Cube-mesh-positions"/>
66+
</vertices>
67+
<triangles material="Pared3-material" count="12">
68+
<input semantic="VERTEX" source="#Cube-mesh-vertices" offset="0"/>
69+
<input semantic="NORMAL" source="#Cube-mesh-normals" offset="1"/>
70+
<p>0 0 2 0 3 0 7 1 5 1 4 1 4 2 1 2 0 2 5 3 2 3 1 3 2 4 7 4 3 4 0 5 7 5 4 5 0 6 1 6 2 6 7 7 6 7 5 7 4 8 5 8 1 8 5 9 6 9 2 9 2 10 6 10 7 10 0 11 3 11 7 11</p>
71+
</triangles>
72+
</mesh>
73+
</geometry>
74+
</library_geometries>
75+
<library_controllers/>
76+
<library_visual_scenes>
77+
<visual_scene id="Scene" name="Scene">
78+
<node id="Cube" name="Cube" type="NODE">
79+
<matrix sid="transform">1.027213 0 0 -1.084647 0 0.1027213 0 -6 0 0 1.54082 1.6 0 0 0 1</matrix>
80+
<instance_geometry url="#Cube-mesh" name="Cube">
81+
<bind_material>
82+
<technique_common>
83+
<instance_material symbol="Pared3-material" target="#Pared3-material"/>
84+
</technique_common>
85+
</bind_material>
86+
</instance_geometry>
87+
</node>
88+
</visual_scene>
89+
</library_visual_scenes>
90+
<scene>
91+
<instance_visual_scene url="#Scene"/>
92+
</scene>
93+
</COLLADA>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
3+
<model>
4+
<name>cylinder1</name>
5+
<version>1.0</version>
6+
<sdf version="1.4">model.sdf</sdf>
7+
8+
<author>
9+
<name>Alvaro Villamil</name>
10+
<email>a.villamil@hotmail.com</email>
11+
</author>
12+
13+
<description>
14+
The F1 Monaco track without elevations.
15+
</description>
16+
</model>
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<?xml version='1.0'?>
2+
<sdf version='1.6'>
3+
<model name='cylinder1'>
4+
<link name='pared1'>
5+
<pose frame=''>0 0 2.133 0 0 0</pose>
6+
<inertial>
7+
<mass>10000</mass>
8+
<inertia>
9+
<ixx>99999999999</ixx>
10+
<ixy>0</ixy>
11+
<ixz>0</ixz>
12+
<iyy>99999999999</iyy>
13+
<iyz>0</iyz>
14+
<izz>99999999999</izz>
15+
</inertia>
16+
<pose frame=''>0 0 0 0 -0 0</pose>
17+
</inertial>
18+
<self_collide>0</self_collide>
19+
<kinematic>0</kinematic>
20+
<gravity>1</gravity>
21+
<visual name='visual'>
22+
<geometry>
23+
<cylinder>
24+
<radius>0.5</radius>
25+
<length>1</length>
26+
</cylinder>
27+
</geometry>
28+
<material>
29+
<script>
30+
<name>Gazebo/Grey</name>
31+
<uri>file://media/materials/scripts/gazebo.material</uri>
32+
</script>
33+
<!-- Brown -->
34+
<ambient>0.9 0.6 0.3 1</ambient>
35+
<diffuse>0.698039 0.698039 0.698039 1</diffuse>
36+
<specular>0.898039 0.898039 0.898039 1 20</specular>
37+
<emissive>0 0 0 1</emissive>
38+
<shader type='vertex'>
39+
<normal_map>__default__</normal_map>
40+
</shader>
41+
</material>
42+
<pose frame=''>0 0 0 0 -0 0</pose>
43+
<transparency>0</transparency>
44+
<cast_shadows>1</cast_shadows>
45+
</visual>
46+
<collision name='collision'>
47+
<laser_retro>0</laser_retro>
48+
<max_contacts>10</max_contacts>
49+
<pose frame=''>0 0 0 0 -0 0</pose>
50+
<geometry>
51+
<cylinder>
52+
<radius>0.5</radius>
53+
<length>1</length>
54+
</cylinder>
55+
</geometry>
56+
<surface>
57+
<friction>
58+
<ode>
59+
<mu>100</mu>
60+
<mu2>100</mu2>
61+
<fdir1>0 0 0</fdir1>
62+
<slip1>0</slip1>
63+
<slip2>0</slip2>
64+
</ode>
65+
<torsional>
66+
<coefficient>1</coefficient>
67+
<patch_radius>0</patch_radius>
68+
<surface_radius>0</surface_radius>
69+
<use_patch_radius>1</use_patch_radius>
70+
<ode>
71+
<slip>0</slip>
72+
</ode>
73+
</torsional>
74+
</friction>
75+
<bounce>
76+
<restitution_coefficient>0</restitution_coefficient>
77+
<threshold>1e+06</threshold>
78+
</bounce>
79+
<contact>
80+
<collide_without_contact>0</collide_without_contact>
81+
<collide_without_contact_bitmask>1</collide_without_contact_bitmask>
82+
<collide_bitmask>1</collide_bitmask>
83+
<ode>
84+
<soft_cfm>0</soft_cfm>
85+
<soft_erp>0.2</soft_erp>
86+
<kp>1e+13</kp>
87+
<kd>1</kd>
88+
<max_vel>0.01</max_vel>
89+
<min_depth>0</min_depth>
90+
</ode>
91+
<bullet>
92+
<split_impulse>1</split_impulse>
93+
<split_impulse_penetration_threshold>-0.01</split_impulse_penetration_threshold>
94+
<soft_cfm>0</soft_cfm>
95+
<soft_erp>0.2</soft_erp>
96+
<kp>1e+13</kp>
97+
<kd>1</kd>
98+
</bullet>
99+
</contact>
100+
</surface>
101+
</collision>
102+
</link>
103+
<static>0</static>
104+
<allow_auto_disable>1</allow_auto_disable>
105+
<plugin name="cylinder1plugin" filename="libwall4plugin.so"/>
106+
</model>
107+
</sdf>
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
3+
<asset>
4+
<contributor>
5+
<author>Blender User</author>
6+
<authoring_tool>Blender 2.79.0</authoring_tool>
7+
</contributor>
8+
<created>2018-03-20T11:39:29</created>
9+
<modified>2018-03-20T11:39:29</modified>
10+
<unit name="meter" meter="1"/>
11+
<up_axis>Z_UP</up_axis>
12+
</asset>
13+
<library_images/>
14+
<library_effects>
15+
<effect id="Pared3-effect">
16+
<profile_COMMON>
17+
<technique sid="common">
18+
<lambert>
19+
<emission>
20+
<color sid="emission">0 0 0 1</color>
21+
</emission>
22+
<ambient>
23+
<color sid="ambient">0 0 0 1</color>
24+
</ambient>
25+
<diffuse>
26+
<color sid="diffuse">0.003006209 0 1 1</color>
27+
</diffuse>
28+
<index_of_refraction>
29+
<float sid="index_of_refraction">1</float>
30+
</index_of_refraction>
31+
</lambert>
32+
</technique>
33+
</profile_COMMON>
34+
</effect>
35+
</library_effects>
36+
<library_materials>
37+
<material id="Pared3-material" name="Pared3">
38+
<instance_effect url="#Pared3-effect"/>
39+
</material>
40+
</library_materials>
41+
<library_geometries>
42+
<geometry id="Cube-mesh" name="Cube">
43+
<mesh>
44+
<source id="Cube-mesh-positions">
45+
<float_array id="Cube-mesh-positions-array" count="24">1 1 -1 1 -1 -1 -1 -0.9999998 -1 -0.9999997 1 -1 1 0.9999995 1 0.9999994 -1.000001 1 -1 -0.9999997 1 -1 1 1</float_array>
46+
<technique_common>
47+
<accessor source="#Cube-mesh-positions-array" count="8" stride="3">
48+
<param name="X" type="float"/>
49+
<param name="Y" type="float"/>
50+
<param name="Z" type="float"/>
51+
</accessor>
52+
</technique_common>
53+
</source>
54+
<source id="Cube-mesh-normals">
55+
<float_array id="Cube-mesh-normals-array" count="36">0 0 -1 0 0 1 1 0 -2.38419e-7 0 -1 -4.76837e-7 -1 2.38419e-7 -1.49012e-7 2.68221e-7 1 2.38419e-7 0 0 -1 0 0 1 1 -5.96046e-7 3.27825e-7 -4.76837e-7 -1 0 -1 2.38419e-7 -1.19209e-7 2.08616e-7 1 0</float_array>
56+
<technique_common>
57+
<accessor source="#Cube-mesh-normals-array" count="12" stride="3">
58+
<param name="X" type="float"/>
59+
<param name="Y" type="float"/>
60+
<param name="Z" type="float"/>
61+
</accessor>
62+
</technique_common>
63+
</source>
64+
<vertices id="Cube-mesh-vertices">
65+
<input semantic="POSITION" source="#Cube-mesh-positions"/>
66+
</vertices>
67+
<triangles material="Pared3-material" count="12">
68+
<input semantic="VERTEX" source="#Cube-mesh-vertices" offset="0"/>
69+
<input semantic="NORMAL" source="#Cube-mesh-normals" offset="1"/>
70+
<p>0 0 2 0 3 0 7 1 5 1 4 1 4 2 1 2 0 2 5 3 2 3 1 3 2 4 7 4 3 4 0 5 7 5 4 5 0 6 1 6 2 6 7 7 6 7 5 7 4 8 5 8 1 8 5 9 6 9 2 9 2 10 6 10 7 10 0 11 3 11 7 11</p>
71+
</triangles>
72+
</mesh>
73+
</geometry>
74+
</library_geometries>
75+
<library_controllers/>
76+
<library_visual_scenes>
77+
<visual_scene id="Scene" name="Scene">
78+
<node id="Cube" name="Cube" type="NODE">
79+
<matrix sid="transform">1.027213 0 0 -1.084647 0 0.1027213 0 -6 0 0 1.54082 1.6 0 0 0 1</matrix>
80+
<instance_geometry url="#Cube-mesh" name="Cube">
81+
<bind_material>
82+
<technique_common>
83+
<instance_material symbol="Pared3-material" target="#Pared3-material"/>
84+
</technique_common>
85+
</bind_material>
86+
</instance_geometry>
87+
</node>
88+
</visual_scene>
89+
</library_visual_scenes>
90+
<scene>
91+
<instance_visual_scene url="#Scene"/>
92+
</scene>
93+
</COLLADA>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
3+
<model>
4+
<name>cylinder2</name>
5+
<version>1.0</version>
6+
<sdf version="1.4">model.sdf</sdf>
7+
8+
<author>
9+
<name>Alvaro Villamil</name>
10+
<email>a.villamil@hotmail.com</email>
11+
</author>
12+
13+
<description>
14+
The F1 Monaco track without elevations.
15+
</description>
16+
</model>

0 commit comments

Comments
 (0)