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

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

File diff suppressed because one or more lines are too long

16
radio_tower/model.config Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<model>
<name>Radio tower</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 radio tower.
</description>
</model>

22
radio_tower/model.sdf Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="radio_tower">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<mesh>
<uri>model://radio_tower/meshes/radio_tower.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://radio_tower/meshes/radio_tower.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>