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

175
gasket_part/meshes/gasket.dae Executable file

File diff suppressed because one or more lines are too long

20
gasket_part/model.config Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<model>
<name>Gasket Part</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>
<author>
<name>Cole Biesemeyer</name>
</author>
<description>
A hypothetical gasket part that might exist in an industrial manufacturing setting.
</description>
</model>

44
gasket_part/model.sdf Normal file
View File

@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="gasket_part">
<link name="link">
<inertial>
<pose>0 0 0.016955 0 0 0</pose>
<mass>0.5</mass>
<inertia>
<ixx>0.0010728614</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.00416707602</iyy>
<iyz>0</iyz>
<izz>0.00514411341</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0 0 0.016955 0 0 0</pose>
<geometry>
<box>
<size>0.31442 0.15684 0.03391</size>
</box>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://gasket_part/meshes/gasket.dae</uri>
</mesh>
</geometry>
<material>
<script>
<uri>model://arm_part/materials/scripts</uri>
<uri>model://arm_part/materials/textures</uri>
<name>ArmPart/Diffuse</name>
</script>
</material>
</visual>
</link>
</model>
</sdf>