Skip to content

Commit abd2947

Browse files
author
Dan Zimmerman
committed
Add tf_prefix and kinematics_hash properly
1 parent 17c135a commit abd2947

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

urdf/ur.urdf.xacro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<!-- ros2 control, if needed -->
9090
<!-- ur_description might eventually prepare fake/mock hardware only, delegating the <hardware> block to a consumer package -->
9191
<xacro:property name="needs_non_joint_interfaces" value="${not (sim_gazebo or sim_ignition)}"/>
92-
92+
<!-- Kinematics hash comes from read_model_data -->
9393
<xacro:ur_ros2_control
9494
name="$(arg name)" prefix="$(arg prefix)"
9595
add_non_joint_interfaces="${needs_non_joint_interfaces}"
@@ -118,6 +118,8 @@
118118
reverse_ip="$(arg reverse_ip)"
119119
script_command_port="$(arg script_command_port)"
120120
transmission_hw_interface="$(arg transmission_hw_interface)"
121+
tf_prefix=""
122+
hash_kinematics="${kinematics_hash}"
121123
/>
122124
</xacro:unless>
123125
<xacro:if value="${fake_hardware and not (sim_gazebo or sim_ignition)}">

0 commit comments

Comments
 (0)