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: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<model>
<name>Telephone pole</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>
<description>
A telephone pole.
</description>
</model>

33
telephone_pole/model.sdf Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="telephone_pole">
<static>true</static>
<link name="link">
<collision name="collision_pole">
<pose>0 0 4.572 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.07794752</radius>
<length>9.144</length>
</cylinder>
</geometry>
</collision>
<collision name="collision_cross">
<pose>0 -0.098806 8.048363126 0 0 0</pose>
<geometry>
<box>
<size>2.11605876 0.041763442 0.177805588</size>
</box>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://telephone_pole/meshes/telephone_pole.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>