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
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package ur_client_library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.8.0 (2025-03-17)
------------------
* Remove unused variables (`#288 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/288>`_)
* Remove direct primary and secondary stream from UrDriver (`#283 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/283>`_)
* Configure gcovr to ignore negative hits as errors (`#284 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/284>`_)
* Add an explicit CMake option to turn on/off integration tests (`#282 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/282>`_)
* instruction_executor: Allow canceling an instruction (`#281 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/281>`_)
* instruction_executor: fix movel test (`#280 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/280>`_)
* Fix buffer order of acceleration and velocity (`#279 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/279>`_)
* Support compilation on Windows (`#229 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/229>`_)
* Contributors: Felix Exner, VDm

1.7.1 (2025-02-25)
------------------
* Fix trajectory result in trajectory forward mode when no trajectory is running (`#276 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/issues/276>`_)
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>1.7.1</version>
<version>1.8.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