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,27 @@
<?xml version="1.0" ?>
<gazebo version="1.2">
<model name="simple_arm_gripper">
<include>
<uri>model://simple_arm</uri>
</include>
<include>
<uri>model://simple_gripper</uri>
<pose>1.8 0 1 0 0 0</pose>
</include>
<plugin name="simple_arm_plugin" filename="libJointTrajectoryPlugin.so"/>
<joint name="arm_gripper_joint" type="revolute">
<parent>simple_arm::arm_wrist_roll</parent>
<child>simple_gripper::riser</child>
<axis>
<limit>
<lower>0</lower>
<upper>0</upper>
</limit>
<xyz>0 0 1</xyz>
</axis>
</joint>
</model>
</gazebo>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" ?>
<sdf version="1.3">
<model name="simple_arm_gripper">
<include>
<uri>model://simple_arm</uri>
</include>
<include>
<uri>model://simple_gripper</uri>
<pose>1.8 0 1 0 0 0</pose>
</include>
<plugin name="simple_arm_plugin" filename="libJointTrajectoryPlugin.so"/>
<joint name="arm_gripper_joint" type="revolute">
<parent>simple_arm::arm_wrist_roll</parent>
<child>simple_gripper::riser</child>
<axis>
<limit>
<lower>0</lower>
<upper>0</upper>
</limit>
<xyz>0 0 1</xyz>
</axis>
</joint>
</model>
</sdf>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" ?>
<sdf version="1.4">
<model name="simple_arm_gripper">
<include>
<uri>model://simple_arm</uri>
</include>
<include>
<uri>model://simple_gripper</uri>
<pose>1.8 0 1 0 0 0</pose>
</include>
<plugin name="simple_arm_plugin" filename="libJointTrajectoryPlugin.so"/>
<joint name="arm_gripper_joint" type="revolute">
<parent>simple_arm::arm_wrist_roll</parent>
<child>simple_gripper::riser</child>
<axis>
<limit>
<lower>0</lower>
<upper>0</upper>
</limit>
<xyz>0 0 1</xyz>
</axis>
</joint>
</model>
</sdf>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<model>
<name>Simple Arm Gripper</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>
<depend>
<model>
<uri>model://simple_gripper</uri>
<version>1.0</version>
</model>
</depend>
<description>
A simple arm and pinch gripper.
</description>
</model>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="simple_arm_gripper">
<include>
<uri>model://simple_arm</uri>
</include>
<include>
<uri>model://simple_gripper</uri>
<pose>1.8 0 1 0 0 0</pose>
</include>
<plugin name="simple_arm_plugin" filename="libJointTrajectoryPlugin.so" />
<joint name="arm_gripper_joint" type="revolute">
<parent>simple_arm::arm_wrist_roll</parent>
<child>simple_gripper::riser</child>
<axis>
<limit>
<lower>0</lower>
<upper>0</upper>
</limit>
<xyz>0 0 1</xyz>
<use_parent_model_frame>true</use_parent_model_frame>
</axis>
</joint>
</model>
</sdf>