Skip to content

Commit

Permalink
Add a sensor for the TCP pose
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Sep 19, 2024
1 parent 5524bc3 commit 42c35b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions urdf/inc/ur_sensors.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
<state_interface name="torque.y"/>
<state_interface name="torque.z"/>
</sensor>
<sensor name="${tf_prefix}tcp_pose">
<state_interface name="position.x"/>
<state_interface name="position.y"/>
<state_interface name="position.z"/>
<state_interface name="orientation.r"/>
<state_interface name="orientation.p"/>
<state_interface name="orientation.y"/>
</sensor>
</xacro:macro>
</robot>

0 comments on commit 42c35b4

Please sign in to comment.