Skip to content

Commit 76293ad

Browse files
authored
Add ros2_control interfaces for tool_contact (#275)
1 parent 6c57ef6 commit 76293ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

urdf/ur.ros2_control.xacro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@
294294
<command_interface name="abort"/>
295295
</gpio>
296296

297+
<gpio name="${tf_prefix}tool_contact">
298+
<command_interface name="tool_contact_set_state"/>
299+
<state_interface name="tool_contact_result"/>
300+
<state_interface name="tool_contact_state"/>
301+
</gpio>
302+
297303
<gpio name="${tf_prefix}system_interface">
298304
<state_interface name="initialized"/>
299305
</gpio>

0 commit comments

Comments
 (0)