Skip to content

Commit 1425231

Browse files
RobertWilbrandtfmauch
authored andcommitted
Update changelogs for upcoming release
1 parent 09fe4bb commit 1425231

File tree

6 files changed

+55
-0
lines changed

6 files changed

+55
-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.3.2 (2023-06-02)
69
------------------
710

ur_calibration/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_calibration
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.3.2 (2023-06-02)
69
------------------
710
* Fixed formatting (`#685 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/685>`_)

ur_controllers/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Handle api changes related to traj_external_point_ptr\_ (`#779 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/779>`_)
8+
* Handle api changes related to traj_external_point_ptr\_
9+
* Fix formatting
10+
---------
11+
Co-authored-by: Robert Wilbrandt <[email protected]>
12+
(cherry picked from commit e2b22b15ca627cfb375c3d58e585e1d3dee5f484)
13+
* Contributors: Yadu
14+
515
2.3.2 (2023-06-02)
616
------------------
717
* added missing command interfaces into gpio controller (`#693 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/693>`_)

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.3.2 (2023-06-02)
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.3.2 (2023-06-02)
69
------------------
710
* Fixed formatting (`#685 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/685>`_)

ur_robot_driver/CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Forthcoming
2+
-----------
3+
* Run robot driver test also with tf_prefix (`#729 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/729>`_) (`#752 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/752>`_)
4+
* Run robot driver test also with tf_prefix
5+
* Use tf_prefix substitution in controllers config file
6+
* Set default value of tf_prefix in launchfile to empty instead of '""'
7+
---------
8+
Co-authored-by: Robert Wilbrandt <[email protected]>
9+
(cherry picked from commit 79bfddc7ac4cd3a69594da26ce6ae8b8024eae73)
10+
Co-authored-by: Felix Exner (fexner) <[email protected]>
11+
* Urscript interface (`#721 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/721>`_)
12+
* Add a urscript interface node
13+
* Add urscript_interface to standard launchfile
14+
* Added documentation for urscript_interface
15+
* Add a notice about incorrect script code
16+
* Add test for urscript interface
17+
* Move tests to one single tests
18+
This should avoid that different tests run in parallel
19+
* Wait for IO controller before checking IOs
20+
* Write an initial textmessage when connecting the urscript_interface
21+
* Wait for controller_manager services longer
22+
* Make sure we have a clean robot state without any program running once we enter our test
23+
similar to how we did it on the robot_driver test
24+
* Remove unneeded Destructor definition
25+
* Use SCHED_FIFO for controller_manager's main thread (`#719 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/719>`_)
26+
Previous investigations showed that using FIFO scheduling helps keeping
27+
cycle times also non non-RT kernels. This combined with non-blocking read
28+
can result in a very stable system.
29+
This is, in fact, very close to what the actual controller_manager_node
30+
does except that we always use FIFO scheduling independent of the actual
31+
kernel in use.
32+
* Contributors: Felix Exner (fexner), mergify[bot]
33+
134
2.3.2 (2023-06-02)
235
------------------
336
* Adds full nonblocking readout support (Multiarm part 4) - v2 (`#673 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/673>`_)

0 commit comments

Comments
 (0)