Add first draft of cyberzoo surroundings

This commit is contained in:
Tom van Dijk
2018-01-17 17:24:57 +01:00
parent 40712f5f3b
commit 58914e14ae
11 changed files with 849 additions and 4 deletions
@@ -15,7 +15,7 @@
</geometry> </geometry>
</visual> </visual>
<visual name="poles"> <visual name="poles">
<cast_shadows>false</cast_shadows> <cast_shadows>false</cast_shadows>
<geometry> <geometry>
<mesh> <mesh>
<uri>model://cyberzoo2/cyberzoo_poles.dae</uri> <uri>model://cyberzoo2/cyberzoo_poles.dae</uri>
@@ -29,7 +29,7 @@
</material> </material>
</visual> </visual>
<visual name="net"> <visual name="net">
<cast_shadows>false</cast_shadows> <cast_shadows>false</cast_shadows>
<geometry> <geometry>
<mesh> <mesh>
<uri>model://cyberzoo2/cyberzoo_net.dae</uri> <uri>model://cyberzoo2/cyberzoo_net.dae</uri>
@@ -43,7 +43,7 @@
</material> </material>
</visual> </visual>
<visual name="lighting"> <visual name="lighting">
<cast_shadows>false</cast_shadows> <cast_shadows>false</cast_shadows>
<geometry> <geometry>
<mesh> <mesh>
<uri>model://cyberzoo2/cyberzoo_lighting.dae</uri> <uri>model://cyberzoo2/cyberzoo_lighting.dae</uri>
@@ -51,7 +51,7 @@
</geometry> </geometry>
</visual> </visual>
<visual name="glow"> <visual name="glow">
<cast_shadows>false</cast_shadows> <cast_shadows>false</cast_shadows>
<geometry> <geometry>
<mesh> <mesh>
<uri>model://cyberzoo2/cyberzoo_lighting_glow.dae</uri> <uri>model://cyberzoo2/cyberzoo_lighting_glow.dae</uri>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,20 @@
<?xml version='1.0'?>
<sdf version='1.4'>
<model name="cyberzoo_surroundings">
<static>true</static>
<pose>0 0 0 0 0 0</pose>
<link name="cyberzoo_surroundings">
<pose>0 0 0 0 0 0</pose>
<visual name="surroundings">
<cast_shadows>false</cast_shadows>
<geometry>
<mesh>
<uri>model://cyberzoo_surroundings/cyberzoo_surroundings.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>
Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<model>
<name>Cyberzoo environment</name>
<version>1.0</version>
<sdf version='1.6'>cyberzoo_surroundings.sdf</sdf>
<author>
<name>Tom van Dijk</name>
<email>tomvand@users.noreply.github.com</email>
</author>
<description>
Environment surrounding the TU Delft Cyberzoo
</description>
</model>