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

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<model>
<name>Cross Joint 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 cross joint part that might exist in an industrial manufacturing setting.
</description>
</model>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="cross_joint_part">
<link name="link">
<inertial>
<pose>0 0 0.048275 0 0 0</pose>
<mass>0.5</mass>
<inertia>
<ixx>0.0045543476</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.0045543476</iyy>
<iyz>0</iyz>
<izz>0.00833187</izz>
</inertia>
</inertial>
<collision name="collisionY">
<pose>0 0 0.048275 1.5707 0 0</pose>
<geometry>
<cylinder>
<length>0.3162</length>
<radius>0.04830</radius>
</cylinder>
</geometry>
</collision>
<collision name="collisionX">
<pose>0 0 0.048275 0 1.5707 0</pose>
<geometry>
<cylinder>
<length>0.3162</length>
<radius>0.04830</radius>
</cylinder>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://cross_joint_part/meshes/cross_joint.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>