Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

<!-- Instantiate model for the REAL robot. -->
<xacro:robotiq_arg2f_85
prefix=""
transmission_hw_interface="$(arg transmission_hw_interface)"/>
prefix="${prefix}"
transmission_hw_interface="${transmission_hw_interface}"/>

<!-- Mimic joints plugin-->
<gazebo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<xacro:macro name="robotiq_arg2f_85" params="
prefix
transmission_hw_interface:=hardware/interface/EffortJointInterface"
transmission_hw_interface:=hardware_interface/EffortJointInterface"
>
<!-- Add URDF transmission elements (for ros_control) -->
<xacro:robotiq_arg2f_85_transmission prefix="${prefix}" hw_interface="${transmission_hw_interface}"/>
Expand Down