From 6b1a77624da84461ceaf9ff32ab5a1ff62705e61 Mon Sep 17 00:00:00 2001 From: "Felix Exner (fexner)" Date: Sat, 5 Oct 2024 10:09:47 +0200 Subject: [PATCH] Add passthrough command interfaces for joints (#204) --- urdf/inc/ur_joint_control.xacro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/urdf/inc/ur_joint_control.xacro b/urdf/inc/ur_joint_control.xacro index 220d577..2c40667 100644 --- a/urdf/inc/ur_joint_control.xacro +++ b/urdf/inc/ur_joint_control.xacro @@ -8,6 +8,9 @@ + + + ${initial_positions['shoulder_pan_joint']} @@ -22,6 +25,9 @@ + + + ${initial_positions['shoulder_lift_joint']} @@ -36,6 +42,9 @@ + + + ${initial_positions['elbow_joint']} @@ -50,6 +59,9 @@ + + + ${initial_positions['wrist_1_joint']} @@ -64,6 +76,9 @@ + + + ${initial_positions['wrist_2_joint']} @@ -78,6 +93,9 @@ + + + ${initial_positions['wrist_3_joint']}