Skip to content

Commit

Permalink
Add missing state interfaces for get_robot_software_version (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Oct 17, 2024
1 parent c3f1fec commit 3bc9a82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ur_robot_driver/urdf/ur.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,13 @@
<gpio name="${tf_prefix}system_interface">
<state_interface name="initialized"/>
</gpio>

<gpio name="${tf_prefix}get_robot_software_version">
<state_interface name="get_version_major"/>
<state_interface name="get_version_minor"/>
<state_interface name="get_version_build"/>
<state_interface name="get_version_bugfix"/>
</gpio>
</ros2_control>
</xacro:macro>
</robot>

0 comments on commit 3bc9a82

Please sign in to comment.