Skip to content

Commit

Permalink
Merge pull request #134 from elephantrobotics/280_gripper
Browse files Browse the repository at this point in the history
280 gripper
  • Loading branch information
Tenero-Jz authored Jul 15, 2024
2 parents 58d762a + d4a4679 commit 308953e
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 10 deletions.
Empty file modified mycobot_280/mycobot_280jn/config/mycobot_jn.rviz
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/config/mycobot_with_marker.rviz
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/launch/detect_marker.launch
100644 → 100755
Empty file.
Empty file.
Empty file modified mycobot_280/mycobot_280jn/launch/mycobot_follow.launch
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/launch/simple_gui.launch
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/launch/slider_control.launch
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/launch/teleop_keyboard.launch
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/launch/test.launch
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/src/camera_display.cpp
100644 → 100755
Empty file.
Empty file modified mycobot_280/mycobot_280jn/src/opencv_camera.cpp
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<geometry>
<mesh filename="package://mycobot_description/urdf/mycobot_280_m5/gripper_left1.dae"/>
</geometry>
<origin xyz = "-0.039 -0.0133 -0.012 " rpy = " 0 0 0"/>
<origin xyz = "0.039 -0.0133 -0.012 " rpy = " 0 0 0"/>
</collision>
</link>

Expand All @@ -184,7 +184,7 @@
<geometry>
<mesh filename="package://mycobot_description/urdf/mycobot_280_m5/gripper_left2.dae"/>
</geometry>
<origin xyz = "-0.005 -0.0195 -0.012 " rpy = " 0 0 0"/>
<origin xyz = "0.005 -0.0195 -0.012 " rpy = " 0 0 0"/>
</collision>
</link>

Expand All @@ -194,14 +194,12 @@
<mesh filename="package://mycobot_description/urdf/mycobot_280_m5/gripper_left3.dae"/>
</geometry>
<origin xyz = "0.012 0.0025 -0.012 " rpy = " 0 0 0"/>
<!-- <origin xyz = "0.0 0 0 " rpy = " 0 0 0"/> -->

</visual>
<collision>
<geometry>
<mesh filename="package://mycobot_description/urdf/mycobot_280_m5/gripper_left3.dae"/>
</geometry>
<origin xyz = "0.0 0 -0.012 " rpy = " 0 0 0"/>
<origin xyz = "0.012 0.0025 -0.012 " rpy = " 0 0 0"/>
</collision>
</link>

Expand Down Expand Up @@ -267,7 +265,6 @@
<origin xyz= "0 0 0.13156" rpy = "0 0 0"/>
</joint>


<joint name="joint3_to_joint2" type="revolute">
<axis xyz="0 0 1"/>
<limit effort = "1000.0" lower = "-2.879793" upper = "2.879793" velocity = "0"/>
Expand All @@ -276,7 +273,6 @@
<origin xyz= "0 0 0" rpy = "0 1.5708 -1.5708"/>
</joint>


<joint name="joint4_to_joint3" type="revolute">
<axis xyz=" 0 0 1"/>
<limit effort = "1000.0" lower = "-2.879793" upper = "2.879793" velocity = "0"/>
Expand Down Expand Up @@ -310,12 +306,12 @@
<origin xyz= "0 0.0456 0" rpy = "-1.5708 0 0"/>
</joint>


<joint name="joint6output_to_gripper_base" type="fixed">
<!-- <axis xyz="0 0 1"/>
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/> -->
<parent link="joint6_flange"/>
<child link="gripper_base"/>
<!-- <origin xyz= "0 0.0 0" rpy = "-1.5708 0 0"/> -->
<origin xyz= "0 0 0.034" rpy = "1.579 0 0"/>
</joint>

Expand Down Expand Up @@ -346,7 +342,6 @@
<mimic joint="gripper_controller" multiplier="-1.0" offset="0" />
</joint>


<joint name="gripper_base_to_gripper_right3" type="revolute">
<axis xyz="0 0 1"/>
<limit effort = "1000.0" lower = "-0.15" upper = "0.7" velocity = "0"/>
Expand All @@ -373,6 +368,6 @@
<origin xyz= "0.027 0.016 0" rpy = "0 0 0"/>
<mimic joint="gripper_controller" multiplier="1.0" offset="0" />
</joint>

</robot>

0 comments on commit 308953e

Please sign in to comment.