Skip to content

Commit 5a1a066

Browse files
authored
Release/2.8.0 (#468)
1 parent 6ec1ee0 commit 5a1a066

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Changelog for package ur_client_library
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.8.0 (2026-03-20)
6+
------------------
7+
* Improve cleanup of trajectory buffer (`#466 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/466>`_)
8+
* Fix documentation of direct_torque example (`#467 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/467>`_)
9+
* Direct torque friction scales support (`#445 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/445>`_)
10+
* If no new commands are received, halt (`#440 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/440>`_)
11+
* Add check to make sure that program name and save path is specified w… (`#447 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/447>`_)
12+
…hen downloading program.
13+
* Update gtest to fix MacOS build warnings (`#464 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/464>`_)
14+
* Fix windows compile warnings (`#451 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/451>`_)
15+
Fix windows compile warnings and from now all warnings are treated as errors.
16+
* Fix setGravity comments to be correct directionality (`#462 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/462>`_)
17+
* Robustify TCPServer implementation for thread safety and windows support (`#458 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/458>`_)
18+
* Add implementation of creating ExampleRobotWrapper with recipe vectors (`#456 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/456>`_)
19+
* Rename endian.h to portable_endian.h (`#442 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/442>`_)
20+
* [primary] Print a warning on additional data in RobotState submessages (`#460 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/460>`_)
21+
* Replace TEST with TEST_F to ensure teardown (`#459 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/459>`_)
22+
* [start_ursim.sh] Do not remove trailing "e" for PolyScope X (`#461 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/461>`_)
23+
* Add doxygen to new dashboard X calls (`#455 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/455>`_)
24+
* Improve socket connection robustness in external_control.urscript (`#453 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/453>`_)
25+
* Fix filesystem linking on GCC 8 and add RHEL CI workflow (`#454 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/454>`_)
26+
* Fix flakyness in ReverseInterfaceTest.handle_program_state (`#430 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/430>`_)
27+
* Added ScriptCommandInterface command setTcpOffset (`#444 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/444>`_)
28+
* Refactor rtde parsing for RT and performance improvements (`#419 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/419>`_)
29+
* Contributors: AdamPettinger, David Karlsböck, Felix Exner, Rune Søe-Knudsen, Sergi Romero, URJala, dependabot[bot]
30+
531
2.7.0 (2026-02-18)
632
------------------
733
* Add more RobotAPI commands to PolyScope X Dashboard Client (`#435 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/435>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ur_client_library</name>
5-
<version>2.7.0</version>
5+
<version>2.8.0</version>
66
<description>Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver.</description>
77
<author>Thomas Timm Andersen</author>
88
<author>Simon Rasmussen</author>

0 commit comments

Comments
 (0)