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: 1.1 MiB

File diff suppressed because one or more lines are too long

34
coke_can/model-1_2.sdf Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" ?>
<gazebo version="1.2">
<model name="coke_can">
<link name="link">
<inertial>
<mass>0.390</mass>
<inertia>
<ixx>0.00055575</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.00055575</iyy>
<iyz>0</iyz>
<izz>0.0001755</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</gazebo>

34
coke_can/model-1_3.sdf Normal file
View File

@@ -0,0 +1,34 @@
<?xml version="1.0" ?>
<sdf version="1.3">
<model name="coke_can">
<link name="link">
<inertial>
<mass>0.390</mass>
<inertia>
<ixx>0.00055575</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.00055575</iyy>
<iyz>0</iyz>
<izz>0.0001755</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>

51
coke_can/model-1_4.sdf Normal file
View File

@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<sdf version="1.4">
<model name="coke_can">
<link name="link">
<inertial>
<pose>0 0 0.06 0 0 0</pose>
<mass>0.390</mass>
<inertia>
<ixx>0.00055575</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.00055575</iyy>
<iyz>0</iyz>
<izz>0.0001755</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>1.0</mu>
<mu2>1.0</mu2>
</ode>
</friction>
<contact>
<ode>
<kp>10000000.0</kp>
<kd>1.0</kd>
<min_depth>0.001</min_depth>
<max_vel>0.1</max_vel>
</ode>
</contact>
</surface>
</collision>
<visual name="visual">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>

19
coke_can/model.config Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<model>
<name>Coke Can</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>John Hsu</name>
<email>hsu@osrfoundation.org</email>
</author>
<description>
A can of Coke.
</description>
</model>

51
coke_can/model.sdf Normal file
View File

@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="coke_can">
<link name="link">
<inertial>
<pose>0 0 0.06 0 0 0</pose>
<mass>0.390</mass>
<inertia>
<ixx>0.00055575</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.00055575</iyy>
<iyz>0</iyz>
<izz>0.0001755</izz>
</inertia>
</inertial>
<collision name="collision">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>1.0</mu>
<mu2>1.0</mu2>
</ode>
</friction>
<contact>
<ode>
<kp>10000000.0</kp>
<kd>1.0</kd>
<min_depth>0.001</min_depth>
<max_vel>0.1</max_vel>
</ode>
</contact>
</surface>
</collision>
<visual name="visual">
<pose>0.003937 0.0047244 -0.18 0 0 0</pose>
<geometry>
<mesh>
<uri>model://coke_can/meshes/coke_can.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>