Skip to content

Commit

Permalink
added missing handback interface - ros2control mock interface wont wo…
Browse files Browse the repository at this point in the history
…rk otherwise (#68)

Co-authored-by: Lennart Nachtigall <[email protected]>
  • Loading branch information
firesurfer and Lennart Nachtigall authored May 23, 2023
1 parent 464864a commit 147c602
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions urdf/ur.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@
<command_interface name="resend_robot_program_async_success"/>
</gpio>

<gpio name="${tf_prefix}hand_back_control">
<command_interface name="hand_back_control_cmd"/>
<command_interface name="hand_back_control_async_success"/>
</gpio>

<gpio name="${tf_prefix}zero_ftsensor">
<command_interface name="zero_ftsensor_cmd"/>
<command_interface name="zero_ftsensor_async_success"/>
Expand Down

0 comments on commit 147c602

Please sign in to comment.