init
This commit is contained in:
BIN
cloverleaf_interchange/materials/textures/arrow.png
Normal file
BIN
cloverleaf_interchange/materials/textures/arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
cloverleaf_interchange/materials/textures/concrete.png
Executable file
BIN
cloverleaf_interchange/materials/textures/concrete.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
cloverleaf_interchange/materials/textures/cross.png
Executable file
BIN
cloverleaf_interchange/materials/textures/cross.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 845 KiB |
BIN
cloverleaf_interchange/materials/textures/grass.png
Executable file
BIN
cloverleaf_interchange/materials/textures/grass.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.4 MiB |
BIN
cloverleaf_interchange/materials/textures/road.png
Executable file
BIN
cloverleaf_interchange/materials/textures/road.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 924 KiB |
58
cloverleaf_interchange/meshes/cloverleaf.mtl
Executable file
58
cloverleaf_interchange/meshes/cloverleaf.mtl
Executable file
@@ -0,0 +1,58 @@
|
||||
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
|
||||
# File Created: 27.09.2016 21:22:16
|
||||
|
||||
newmtl Road
|
||||
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 ../materials/textures/road.png
|
||||
map_Kd ../materials/textures/road.png
|
||||
|
||||
newmtl Grass
|
||||
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 ../materials/textures/grass.png
|
||||
map_Kd ../materials/textures/grass.png
|
||||
|
||||
newmtl Concrete
|
||||
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 ../materials/textures/concrete.png
|
||||
map_Kd ../materials/textures/concrete.png
|
||||
|
||||
newmtl Arrow
|
||||
Ns 0.0000
|
||||
Ni 1.5000
|
||||
d 1.0000
|
||||
Tr 0.0000
|
||||
Tf 1.0000 1.0000 1.0000
|
||||
illum 2
|
||||
Ka 1.0000 1.0000 1.0000
|
||||
Kd 1.0000 1.0000 1.0000
|
||||
Ks 0.0000 0.0000 0.0000
|
||||
Ke 0.0000 0.0000 0.0000
|
||||
map_Ka ../materials/textures/arrow.png
|
||||
map_Kd ../materials/textures/arrow.png
|
4957
cloverleaf_interchange/meshes/cloverleaf.obj
Executable file
4957
cloverleaf_interchange/meshes/cloverleaf.obj
Executable file
File diff suppressed because it is too large
Load Diff
22
cloverleaf_interchange/model.config
Normal file
22
cloverleaf_interchange/model.config
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Cloverleaf Interchange</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.6">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Cole Biesemeyer</name>
|
||||
<email>cole.bsmr@gmail.com</email>
|
||||
</author>
|
||||
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>natekoenig@gmail.com</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A model of a cloverleaf highway interchange.
|
||||
</description>
|
||||
|
||||
</model>
|
24
cloverleaf_interchange/model.sdf
Normal file
24
cloverleaf_interchange/model.sdf
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="cloverleaf_interchange">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://cloverleaf_interchange/meshes/cloverleaf.obj</uri>
|
||||
<scale>0.0254 0.0254 0.0254</scale>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://cloverleaf_interchange/meshes/cloverleaf.obj</uri>
|
||||
<scale>0.0254 0.0254 0.0254</scale>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user