Skip to content

Commit

Permalink
FIX: Unknown substitution "hand"
Browse files Browse the repository at this point in the history
...is now a macro argument and not a xacro arg anymore
  • Loading branch information
gollth committed Feb 27, 2023
1 parent 2d4cd13 commit 65b556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion franka_description/robots/common/franka_robot.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
tip="${arm_id}_joint8"
/>

<xacro:if value="$(arg hand)">
<xacro:if value="${hand}">
<xacro:gazebo-joint joint="${arm_id}_finger_joint1" transmission="hardware_interface/EffortJointInterface" />
<xacro:gazebo-joint joint="${arm_id}_finger_joint2" transmission="hardware_interface/EffortJointInterface" />
<!-- Friction specific material for Rubber/Rubber contact -->
Expand Down

0 comments on commit 65b556d

Please sign in to comment.