Skip to content

Commit 775650f

Browse files
fix(dual-arm-controller): use tool0 for ur end effector task
1 parent 2714523 commit 775650f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/dual_arm_controller/python/dual_arm_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_callback(self):
6464

6565
def reset_callback(self, data):
6666
self._urEndEffectorTask = mc_tasks.EndEffectorTask(
67-
"wrist_3_link", self.robots(), 0, 1
67+
"tool0", self.robots(), 0, 1
6868
)
6969

7070
self._kinovaPostureTask = mc_tasks.PostureTask(

0 commit comments

Comments
 (0)