Add cyberzoo surroundings to main model in separate layers
@@ -4,10 +4,9 @@
|
|||||||
<static>true</static>
|
<static>true</static>
|
||||||
<pose>0 0 0 0 0 0</pose>
|
<pose>0 0 0 0 0 0</pose>
|
||||||
|
|
||||||
<link name="cyberzoo_link">
|
<link name="cyberzoo_link">
|
||||||
<pose>-5 -5 0.01 0 0 0</pose>
|
|
||||||
|
|
||||||
<visual name="floor">
|
<visual name="floor">
|
||||||
|
<pose>-5 -5 0.01 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -15,16 +14,9 @@
|
|||||||
</mesh>
|
</mesh>
|
||||||
</geometry>
|
</geometry>
|
||||||
</visual>
|
</visual>
|
||||||
<collision name="floor">
|
|
||||||
<pose>5 5 -0.005 0 0 0</pose>
|
|
||||||
<geometry>
|
|
||||||
<box>
|
|
||||||
<size>10 10 0.01</size>
|
|
||||||
</box>
|
|
||||||
</geometry>
|
|
||||||
</collision>
|
|
||||||
|
|
||||||
<visual name="poles">
|
<visual name="poles">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -42,6 +34,7 @@
|
|||||||
</meta>
|
</meta>
|
||||||
</visual>
|
</visual>
|
||||||
<visual name="wires">
|
<visual name="wires">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -53,6 +46,7 @@
|
|||||||
</meta>
|
</meta>
|
||||||
</visual>
|
</visual>
|
||||||
<visual name="cams">
|
<visual name="cams">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -64,6 +58,7 @@
|
|||||||
</meta>
|
</meta>
|
||||||
</visual>
|
</visual>
|
||||||
<visual name="lighting">
|
<visual name="lighting">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -75,6 +70,7 @@
|
|||||||
</meta>
|
</meta>
|
||||||
</visual>
|
</visual>
|
||||||
<visual name="glow">
|
<visual name="glow">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -93,6 +89,7 @@
|
|||||||
</visual>
|
</visual>
|
||||||
|
|
||||||
<visual name="walls">
|
<visual name="walls">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -104,6 +101,7 @@
|
|||||||
</meta>
|
</meta>
|
||||||
</visual>
|
</visual>
|
||||||
<visual name="net">
|
<visual name="net">
|
||||||
|
<pose>-5 -5 0 0 0 0</pose>
|
||||||
<cast_shadows>false</cast_shadows>
|
<cast_shadows>false</cast_shadows>
|
||||||
<geometry>
|
<geometry>
|
||||||
<mesh>
|
<mesh>
|
||||||
@@ -120,6 +118,47 @@
|
|||||||
<layer>1</layer>
|
<layer>1</layer>
|
||||||
</meta>
|
</meta>
|
||||||
</visual>
|
</visual>
|
||||||
|
|
||||||
|
<visual name="surroundings">
|
||||||
|
<cast_shadows>false</cast_shadows>
|
||||||
|
<geometry>
|
||||||
|
<mesh>
|
||||||
|
<uri>model://cyberzoo/cyberzoo_surroundings.dae</uri>
|
||||||
|
</mesh>
|
||||||
|
</geometry>
|
||||||
|
<meta>
|
||||||
|
<layer>2</layer>
|
||||||
|
</meta>
|
||||||
|
</visual>
|
||||||
|
<visual name="toolcart">
|
||||||
|
<cast_shadows>false</cast_shadows>
|
||||||
|
<geometry>
|
||||||
|
<mesh>
|
||||||
|
<uri>model://cyberzoo/cyberzoo_toolcart.dae</uri>
|
||||||
|
</mesh>
|
||||||
|
</geometry>
|
||||||
|
<material>
|
||||||
|
<script>
|
||||||
|
<uri>model://cyberzoo/cyberzoo_toolcart</uri>
|
||||||
|
<name>Cyberzoo/Toolcart</name>
|
||||||
|
</script>
|
||||||
|
</material>
|
||||||
|
<meta>
|
||||||
|
<layer>2</layer>
|
||||||
|
</meta>
|
||||||
|
</visual>
|
||||||
|
|
||||||
|
<visual name="outer_walls">
|
||||||
|
<cast_shadows>false</cast_shadows>
|
||||||
|
<geometry>
|
||||||
|
<mesh>
|
||||||
|
<uri>model://cyberzoo/cyberzoo_outer_walls.dae</uri>
|
||||||
|
</mesh>
|
||||||
|
</geometry>
|
||||||
|
<meta>
|
||||||
|
<layer>3</layer>
|
||||||
|
</meta>
|
||||||
|
</visual>
|
||||||
</link>
|
</link>
|
||||||
|
|
||||||
</model>
|
</model>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 495 KiB After Width: | Height: | Size: 495 KiB |
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 620 KiB After Width: | Height: | Size: 620 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 395 KiB After Width: | Height: | Size: 395 KiB |
|
Before Width: | Height: | Size: 242 KiB After Width: | Height: | Size: 242 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 818 KiB After Width: | Height: | Size: 818 KiB |
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 KiB |
@@ -1,20 +0,0 @@
|
|||||||
<?xml version='1.0'?>
|
|
||||||
<sdf version='1.4'>
|
|
||||||
<model name="cyberzoo_outer_walls">
|
|
||||||
<static>true</static>
|
|
||||||
<pose>0 0 0 0 0 0</pose>
|
|
||||||
|
|
||||||
<link name="cyberzoo_outer_walls">
|
|
||||||
<pose>0 0 0 0 0 0</pose>
|
|
||||||
<visual name="walls">
|
|
||||||
<cast_shadows>false</cast_shadows>
|
|
||||||
<geometry>
|
|
||||||
<mesh>
|
|
||||||
<uri>model://cyberzoo_outer_walls/cyberzoo_outer_walls.dae</uri>
|
|
||||||
</mesh>
|
|
||||||
</geometry>
|
|
||||||
</visual>
|
|
||||||
</link>
|
|
||||||
|
|
||||||
</model>
|
|
||||||
</sdf>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<model>
|
|
||||||
<name>Cyberzoo outer walls</name>
|
|
||||||
<version>1.0</version>
|
|
||||||
<sdf version='1.6'>cyberzoo_outer_walls.sdf</sdf>
|
|
||||||
|
|
||||||
<author>
|
|
||||||
<name>Tom van Dijk</name>
|
|
||||||
<email>tomvand@users.noreply.github.com</email>
|
|
||||||
</author>
|
|
||||||
|
|
||||||
<description>
|
|
||||||
Outer walls of the TU Delft airplane hall
|
|
||||||
</description>
|
|
||||||
</model>
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
<?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>
|
|
||||||
|
|
||||||
<visual name="toolcart">
|
|
||||||
<cast_shadows>false</cast_shadows>
|
|
||||||
<geometry>
|
|
||||||
<mesh>
|
|
||||||
<uri>model://cyberzoo_surroundings/cyberzoo_toolcart.dae</uri>
|
|
||||||
</mesh>
|
|
||||||
</geometry>
|
|
||||||
<material>
|
|
||||||
<script>
|
|
||||||
<uri>model://cyberzoo_surroundings/cyberzoo_toolcart</uri>
|
|
||||||
<name>Cyberzoo/Toolcart</name>
|
|
||||||
</script>
|
|
||||||
</material>
|
|
||||||
</visual>
|
|
||||||
</link>
|
|
||||||
|
|
||||||
</model>
|
|
||||||
</sdf>
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
<?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>
|
|
||||||
@@ -39,13 +39,5 @@
|
|||||||
<uri>model://cyberzoo</uri>
|
<uri>model://cyberzoo</uri>
|
||||||
<pose>0 0 0 0 0 0.454</pose>
|
<pose>0 0 0 0 0 0.454</pose>
|
||||||
</include>
|
</include>
|
||||||
<include>
|
|
||||||
<uri>model://cyberzoo_surroundings</uri>
|
|
||||||
<pose>0 0 0 0 0 0.454</pose>
|
|
||||||
</include>
|
|
||||||
<include>
|
|
||||||
<uri>model://cyberzoo_outer_walls</uri>
|
|
||||||
<pose>0 0 0 0 0 0.454</pose>
|
|
||||||
</include>
|
|
||||||
</world>
|
</world>
|
||||||
</sdf>
|
</sdf>
|
||||||
|
|||||||
@@ -39,14 +39,6 @@
|
|||||||
<uri>model://cyberzoo</uri>
|
<uri>model://cyberzoo</uri>
|
||||||
<pose>0 0 0 0 0 0.454</pose>
|
<pose>0 0 0 0 0 0.454</pose>
|
||||||
</include>
|
</include>
|
||||||
<include>
|
|
||||||
<uri>model://cyberzoo_surroundings</uri>
|
|
||||||
<pose>0 0 0 0 0 0.454</pose>
|
|
||||||
</include>
|
|
||||||
<include>
|
|
||||||
<uri>model://cyberzoo_outer_walls</uri>
|
|
||||||
<pose>0 0 0 0 0 0.454</pose>
|
|
||||||
</include>
|
|
||||||
|
|
||||||
<include>
|
<include>
|
||||||
<uri>model://orange_pole</uri>
|
<uri>model://orange_pole</uri>
|
||||||
|
|||||||