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

25
nist_stairs_120/model.sdf Normal file
View File

@@ -0,0 +1,25 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="nist_stairs_120">
<static>true</static>
<link name="nist_stairs_120_link">
<pose>0 0 0.0 0 0 0</pose>
<collision name="collision">
<geometry>
<mesh>
<uri>model://nist_stairs_120/meshes/nist_stairs_120.dae</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://nist_stairs_120/meshes/nist_stairs_120.dae</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>