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

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

326
hammer/meshes/hammer.dae Normal file

File diff suppressed because one or more lines are too long

44
hammer/model-1_2.sdf Normal file
View File

@@ -0,0 +1,44 @@
<?xml version="1.0"?>
<gazebo version="1.2">
<model name="hammer">
<static>true</static>
<link name="link">
<!--
<pose>0 0 0 0 0 0</pose>
<collision name="shaft">
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
<collision name="head">
<pose>0 0 0 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
-->
<collision name="collision">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</gazebo>

44
hammer/model-1_3.sdf Normal file
View File

@@ -0,0 +1,44 @@
<?xml version="1.0"?>
<sdf version="1.3">
<model name="hammer">
<static>true</static>
<link name="link">
<!--
<pose>0 0 0 0 0 0</pose>
<collision name="shaft">
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
<collision name="head">
<pose>0 0 0 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
-->
<collision name="collision">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>

44
hammer/model-1_4.sdf Normal file
View File

@@ -0,0 +1,44 @@
<?xml version="1.0"?>
<sdf version="1.4">
<model name="hammer">
<static>true</static>
<link name="link">
<!--
<pose>0 0 0 0 0 0</pose>
<collision name="shaft">
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
<collision name="head">
<pose>0 0 0 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
-->
<collision name="collision">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>

19
hammer/model.config Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<model>
<name>Hammer</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>
A hammer.
</description>
</model>

43
hammer/model.sdf Normal file
View File

@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="hammer">
<static>true</static>
<link name="link">
<!--
<pose>0 0 0 0 0 0</pose>
<collision name="shaft">
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
<collision name="head">
<pose>0 0 0 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
-->
<collision name="collision">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://hammer/meshes/hammer.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>