This commit is contained in:
Quella777
2025-08-25 16:30:02 +08:00
commit 32cc2a8e96
1633 changed files with 289456 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" ?>
<gazebo version="1.2">
<model name="willowgarage">
<static>true</static>
<pose>-20 -20 0 0 0 0</pose>
<link name="walls">
<collision name="collision">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_collision.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_visual.dae</uri>
</mesh>
</geometry>
<cast_shadows>false</cast_shadows>
</visual>
</link>
</model>
</gazebo>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" ?>
<sdf version="1.3">
<model name="willowgarage">
<static>true</static>
<pose>-20 -20 0 0 0 0</pose>
<link name="walls">
<collision name="collision">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_collision.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_visual.dae</uri>
</mesh>
</geometry>
<cast_shadows>false</cast_shadows>
</visual>
</link>
</model>
</sdf>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" ?>
<sdf version="1.4">
<model name="willowgarage">
<static>true</static>
<pose>-20 -20 0 0 0 0</pose>
<link name="walls">
<collision name="collision">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_collision.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_visual.dae</uri>
</mesh>
</geometry>
<cast_shadows>false</cast_shadows>
</visual>
</link>
</model>
</sdf>

19
willowgarage/model.config Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<model>
<name>Willow Garage</name>
<version>1.0</version>
<sdf version="1.2">model-1_2.sdf</sdf>
<sdf version="1.3">model-1_3.sdf</sdf>
<sdf version="1.4">model-1_4.sdf</sdf>
<sdf version="1.5">model.sdf</sdf>
<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>
<description>
The offices of Willow Garage
</description>
</model>

24
willowgarage/model.sdf Normal file
View File

@@ -0,0 +1,24 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="willowgarage">
<static>true</static>
<pose>-20 -20 0 0 0 0</pose>
<link name="walls">
<collision name="collision">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_collision.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://willowgarage/meshes/willowgarage_visual.dae</uri>
</mesh>
</geometry>
<cast_shadows>false</cast_shadows>
</visual>
</link>
</model>
</sdf>