We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a47e4 commit ea0c6b5Copy full SHA for ea0c6b5
urdf/inc/ur_sensors.xacro
@@ -9,5 +9,14 @@
9
<state_interface name="torque.y"/>
10
<state_interface name="torque.z"/>
11
</sensor>
12
+ <sensor name="${tf_prefix}tcp_pose">
13
+ <state_interface name="position.x"/>
14
+ <state_interface name="position.y"/>
15
+ <state_interface name="position.z"/>
16
+ <state_interface name="orientation.x"/>
17
+ <state_interface name="orientation.y"/>
18
+ <state_interface name="orientation.z"/>
19
+ <state_interface name="orientation.w"/>
20
+ </sensor>
21
</xacro:macro>
22
</robot>
0 commit comments