Skip to content

Commit 82959bf

Browse files
author
Felix Exner
committed
Update changelogs for upcoming release
1 parent af74c57 commit 82959bf

File tree

7 files changed

+43
-0
lines changed

7 files changed

+43
-0
lines changed

ur/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.2.4 (2022-10-07)
69
------------------
710

ur_bringup/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.2.4 (2022-10-07)
69
------------------
710
* Remove duplicated update_rate parameter (`#479 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/479>`_)

ur_calibration/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fixes launchfile references (`#490 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/490>`_)
8+
The filename with the dual type ending was wrong.
9+
* Contributors: Felix Exner
10+
511
2.2.4 (2022-10-07)
612
------------------
713

ur_controllers/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Revert "Adapt jtc controller params to new param api"
8+
This reverts commit 65ac3679004fb0a622b00d334fa57056607dd23f.
9+
* Contributors: Felix Exner
10+
511
2.2.4 (2022-10-07)
612
------------------
713
* Adapt jtc controller params to new param api

ur_dashboard_msgs/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.2.4 (2022-10-07)
69
------------------
710

ur_moveit_config/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
2.2.4 (2022-10-07)
69
------------------
710
* Fix selecting the right controller given fake_hw

ur_robot_driver/CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Forthcoming
2+
-----------
3+
* ur_robot_driver: Controller_stopper fix deprecation warning
4+
Use `activate_controllers` instead of `start_controllers`.
5+
* Fix tool voltage setup (`#526 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/526>`_)
6+
* Move BEGIN_REPLACE inside of header
7+
* Change default value of tool_voltage
8+
Keeping this at 0 requires users to explicitly set it to non-zero. This way
9+
we won't accitentally destroy hardware that cannot handle 24V.
10+
* Added dependency to socat (`#527 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/527>`_)
11+
This is needed for the tool forwarding.
12+
* Add a note in the tool_comm doc about a URCap conflict (`#524 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/524>`_)
13+
* Add a note in the tool_comm doc about a URCap conflict
14+
* Update ur_robot_driver/doc/setup_tool_communication.rst
15+
Co-authored-by: Mads Holm Peters <[email protected]>
16+
* Fix formatting and one spelling mistake
17+
Co-authored-by: Mads Holm Peters <[email protected]>
18+
* Contributors: Felix Exner, Felix Exner (fexner)
19+
120
2.2.4 (2022-10-07)
221
------------------
322
* Remove the custom ursim docker files (`#478 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/478>`_)

0 commit comments

Comments
 (0)