Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Commit bbfe70b

Browse files
committed
Update gripper urdfs to sync with robotiq branch
1 parent 32be50b commit bbfe70b

7 files changed

+23
-0
lines changed

mara_description/urdf/mara_robot_gripper_140.urdf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@
778778
<kp>600</kp>
779779
<ki>0.1</ki>
780780
<kd>0.01</kd>
781+
<min_velocity>30</min_velocity>
782+
<max_velocity>250</max_velocity>
783+
<radius>156</radius>
781784
<joint>robotiq_arg2f_base_to_left_inner_knuckle</joint>
782785
<joint>robotiq_arg2f_base_to_left_outer_knuckle</joint>
783786
<joint>robotiq_arg2f_base_to_right_inner_knuckle</joint>

mara_description/urdf/mara_robot_gripper_140_no_table.urdf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@
778778
<kp>600</kp>
779779
<ki>0.1</ki>
780780
<kd>0.01</kd>
781+
<min_velocity>30</min_velocity>
782+
<max_velocity>250</max_velocity>
783+
<radius>156</radius>
781784
<joint>robotiq_arg2f_base_to_left_inner_knuckle</joint>
782785
<joint>robotiq_arg2f_base_to_left_outer_knuckle</joint>
783786
<joint>robotiq_arg2f_base_to_right_inner_knuckle</joint>

mara_description/urdf/mara_robot_gripper_85.urdf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@
778778
<kp>10</kp>
779779
<ki>10</ki>
780780
<kd>0.1</kd>
781+
<min_velocity>20</min_velocity>
782+
<max_velocity>150</max_velocity>
783+
<radius>100</radius>
781784
<joint>robotiq_arg2f_base_link_to_left_inner_knuckle</joint>
782785
<joint>robotiq_arg2f_base_link_to_left_outer_knuckle</joint>
783786
<joint>robotiq_arg2f_base_link_to_right_inner_knuckle</joint>

mara_description/urdf/mara_robot_gripper_hande.urdf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@
552552
<kp>500</kp>
553553
<ki>3</ki>
554554
<kd>9</kd>
555+
<min_velocity>20</min_velocity>
556+
<max_velocity>150</max_velocity>
555557
<joint>joint_finger</joint>
556558
<joint>robotiq_hande_base_to_right_finger</joint>
557559
</plugin>

mara_description/urdf/reinforcement_learning/mara_robot_gripper_140_camera_run.urdf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,9 @@
878878
<kp>600</kp>
879879
<ki>0.1</ki>
880880
<kd>0.01</kd>
881+
<min_velocity>30</min_velocity>
882+
<max_velocity>250</max_velocity>
883+
<radius>156</radius>
881884
<joint>robotiq_arg2f_base_to_left_inner_knuckle</joint>
882885
<joint>robotiq_arg2f_base_to_left_outer_knuckle</joint>
883886
<joint>robotiq_arg2f_base_to_right_inner_knuckle</joint>

mara_description/urdf/reinforcement_learning/mara_robot_gripper_140_camera_train.urdf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,9 @@
856856
<kp>600</kp>
857857
<ki>0.1</ki>
858858
<kd>0.01</kd>
859+
<min_velocity>30</min_velocity>
860+
<max_velocity>250</max_velocity>
861+
<radius>156</radius>
859862
<joint>robotiq_arg2f_base_to_left_inner_knuckle</joint>
860863
<joint>robotiq_arg2f_base_to_left_outer_knuckle</joint>
861864
<joint>robotiq_arg2f_base_to_right_inner_knuckle</joint>

mara_description/urdf/two_mara_robots_gripper_140_no_table.urdf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@
778778
<kp>600</kp>
779779
<ki>0.1</ki>
780780
<kd>0.01</kd>
781+
<min_velocity>30</min_velocity>
782+
<max_velocity>250</max_velocity>
783+
<radius>156</radius>
781784
<joint>robotiq_arg2f_base_to_left_inner_knuckle</joint>
782785
<joint>robotiq_arg2f_base_to_left_outer_knuckle</joint>
783786
<joint>robotiq_arg2f_base_to_right_inner_knuckle</joint>
@@ -1555,6 +1558,9 @@
15551558
<kp>600</kp>
15561559
<ki>0.1</ki>
15571560
<kd>0.01</kd>
1561+
<min_velocity>30</min_velocity>
1562+
<max_velocity>250</max_velocity>
1563+
<radius>156</radius>
15581564
<joint>robotiq_arg2f_base_to_mara2_left_inner_knuckle</joint>
15591565
<joint>robotiq_arg2f_base_to_mara2_left_outer_knuckle</joint>
15601566
<joint>robotiq_arg2f_base_to_mara2_right_inner_knuckle</joint>

0 commit comments

Comments
 (0)