init
This commit is contained in:
BIN
suv/materials/textures/suv.png
Normal file
BIN
suv/materials/textures/suv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 736 KiB |
BIN
suv/materials/textures/wheels_01.png
Normal file
BIN
suv/materials/textures/wheels_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 859 KiB |
30
suv/meshes/suv.mtl
Executable file
30
suv/meshes/suv.mtl
Executable file
@@ -0,0 +1,30 @@
|
||||
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
|
||||
# File Created: 02.10.2016 09:23:07
|
||||
|
||||
newmtl SUV_Body
|
||||
Ns 10.0000
|
||||
Ni 1.5000
|
||||
d 1.0000
|
||||
Tr 0.0000
|
||||
Tf 1.0000 1.0000 1.0000
|
||||
illum 2
|
||||
Ka 0.5882 0.5882 0.5882
|
||||
Kd 0.5882 0.5882 0.5882
|
||||
Ks 0.0000 0.0000 0.0000
|
||||
Ke 0.0000 0.0000 0.0000
|
||||
map_Ka suv.png
|
||||
map_Kd suv.png
|
||||
|
||||
newmtl SUV_Wheels
|
||||
Ns 10.0000
|
||||
Ni 1.5000
|
||||
d 1.0000
|
||||
Tr 0.0000
|
||||
Tf 1.0000 1.0000 1.0000
|
||||
illum 2
|
||||
Ka 0.5882 0.5882 0.5882
|
||||
Kd 0.5882 0.5882 0.5882
|
||||
Ks 0.0000 0.0000 0.0000
|
||||
Ke 0.0000 0.0000 0.0000
|
||||
map_Ka wheels_01.png
|
||||
map_Kd wheels_01.png
|
4971
suv/meshes/suv.obj
Executable file
4971
suv/meshes/suv.obj
Executable file
File diff suppressed because it is too large
Load Diff
16
suv/model.config
Normal file
16
suv/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>SUV</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.6">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>nate@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
An SUV.
|
||||
</description>
|
||||
</model>
|
26
suv/model.sdf
Normal file
26
suv/model.sdf
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="suv">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<pose>0 0 0 0 0 -1.57079632679</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<scale>0.06 0.06 0.06</scale>
|
||||
<uri>model://suv/meshes/suv.obj</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<pose>0 0 0 0 0 -1.57079632679</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<scale>0.06 0.06 0.06</scale>
|
||||
<uri>model://suv/meshes/suv.obj</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user