Skip to content

Commit 990270f

Browse files
authored
Add missing state interfaces for get_version service (backport of #216)
1 parent f6c1682 commit 990270f

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
@@ -281,6 +281,12 @@
281281
<state_interface name="initialized"/>
282282
</gpio>
283283

284+
<gpio name="${tf_prefix}get_robot_software_version">
285+
<state_interface name="get_version_major"/>
286+
<state_interface name="get_version_minor"/>
287+
<state_interface name="get_version_build"/>
288+
<state_interface name="get_version_bugfix"/>
289+
</gpio>
284290
</xacro:unless>
285291

286292
</ros2_control>

0 commit comments

Comments
 (0)