Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog for package ur_client_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.14.0 (2026-07-17)
-------------------
* RTDE: Add target_base_wrench field (`#539 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/539>`_)
* Use tcp_nodelay on socket server (`#537 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/537>`_)
* Streaming API for trajectory forwarding (`#528 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/528>`_)
* background Enable FIFO scheduling by default for RTDE producer thread (`#536 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/536>`_)
* Update cpp-httplib to version 0.49.0 (`#534 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/534>`_)
* Update ici config with host-mounted urcap storage and test upload (`#532 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/532>`_)
* Bump actions/cache from 5 to 6 (`#533 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/533>`_)
* [tests] Enable running integration tests against a custom robot IP (`#531 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/531>`_)
* Fix RTDE control_step (`#529 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/529>`_)
* Enhance robot program state logging with clearer messages for running… (`#527 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/527>`_)
* Add 10.13 to test matrix (`#517 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/517>`_)
* Bump actions/checkout from 6 to 7 (`#525 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/525>`_)
* Contributors: Andrew C. Morrow, Felix Exner, Rune Søe-Knudsen, Sergi Romero, dependabot[bot]

2.13.0 (2026-06-17)
-------------------
* [ScriptCommandInterface] Add set_target_payload support to ScriptCommandInterface (`#515 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/515>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ur_client_library</name>
<version>2.13.0</version>
<version>2.14.0</version>
<description>Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver.</description>
<author>Thomas Timm Andersen</author>
<author>Simon Rasmussen</author>
Expand Down
Loading