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

View File

@@ -0,0 +1,14 @@
material ArmPart/Diffuse
{
receive_shadows off
technique
{
pass
{
texture_unit
{
texture parts.png
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 KiB

179
arm_part/meshes/arm.dae Executable file

File diff suppressed because one or more lines are too long

20
arm_part/model.config Normal file
View File

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

42
arm_part/model.sdf Normal file
View File

@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="arm_part">
<link name="link">
<inertial>
<pose>0 -0.12223 0.101835 0 0 0</pose>
<mass>0.5</mass>
<inertia>
<ixx>0.00950655468</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.0054345236</iyy>
<iyz>0</iyz>
<izz>0.01148428921</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0 -0.12223 0.101835 0 0 0</pose>
<geometry>
<box>
<size>0.29824 0.43206 0.20367</size>
</box>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://arm_part/meshes/arm.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>