Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
add missing $
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
  • Loading branch information
pac48 committed Feb 23, 2024
1 parent 5d49116 commit 65c6d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<xacro:property name="sim_ignition" default="true"/>
</xacro:if>
<xacro:if value="${not simulation == 'gazebo'}">
<xacro:property name="use_fake_hardware" default="(arg use_fake_hardware)"/>
<xacro:property name="use_fake_hardware" default="$(arg use_fake_hardware)"/>
<xacro:property name="sim_ignition" default="false"/>
</xacro:if>
<xacro:robotiq_gripper name="RobotiqGripperHardwareInterface" prefix=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<xacro:property name="use_fake_hardware" default="false"/>
</xacro:if>
<xacro:if value="${not simulation == 'gazebo'}">
<xacro:property name="use_fake_hardware" default="(arg use_fake_hardware)"/>
<xacro:property name="use_fake_hardware" default="$(arg use_fake_hardware)"/>
</xacro:if>

<link name="${parent}"/>
Expand Down

0 comments on commit 65c6d74

Please sign in to comment.