Skip to content

Commit 007072f

Browse files
RobertWilbrandtfmauch
authored andcommitted
Update changelogs for upcoming release
1 parent e2b22b1 commit 007072f

File tree

6 files changed

+78
-0
lines changed

6 files changed

+78
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package ur_calibration
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use mock_hardware and mock_sensor_commands instead of fake (`#739 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/739>`_)
8+
* Use mock_hardware and mock_sensor_commands instead of fake
9+
This has been deprecated a while back and was never adapted.
10+
* Update documentation to mock_hardware
11+
* Contributors: Felix Exner (fexner)
12+
513
2.3.2 (2023-06-02)
614
------------------
715
* Fixed formatting (`#685 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/685>`_)

ur_controllers/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
* Contributors: Yadu
13+
514
2.3.2 (2023-06-02)
615
------------------
716
* 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package ur_moveit_config
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use mock_hardware and mock_sensor_commands instead of fake (`#739 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/739>`_)
8+
* Use mock_hardware and mock_sensor_commands instead of fake
9+
This has been deprecated a while back and was never adapted.
10+
* Update documentation to mock_hardware
11+
* Contributors: Felix Exner (fexner)
12+
513
2.3.2 (2023-06-02)
614
------------------
715
* Fixed formatting (`#685 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/685>`_)

ur_robot_driver/CHANGELOG.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
Forthcoming
2+
-----------
3+
* Start ursim from lib (`#733 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/733>`_)
4+
* Forward start_ursim.sh to the one from the client library
5+
* Update docs and tests to start ursim from the ur_client_library script
6+
* Update velocity-control on feature list (`#573 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/573>`_)
7+
ros2_controllers jtc does support velocity control by now, so we should not state it doesn't.
8+
* Introduced tf_prefix into log handler (`#713 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/713>`_)
9+
* Introduced tf_prefix into log handler
10+
* added default argument to prefix
11+
---------
12+
Co-authored-by: Lennart Nachtigall <[email protected]>
13+
Co-authored-by: Felix Exner <[email protected]>
14+
Co-authored-by: Lennart Nachtigall <[email protected]>
15+
* Run robot driver test also with tf_prefix (`#729 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/729>`_)
16+
* Run robot driver test also with tf_prefix
17+
* Use tf_prefix substitution in controllers config file
18+
* Set default value of tf_prefix in launchfile to empty instead of '""'
19+
---------
20+
Co-authored-by: Robert Wilbrandt <[email protected]>
21+
* Use mock_hardware and mock_sensor_commands instead of fake (`#739 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/739>`_)
22+
* Use mock_hardware and mock_sensor_commands instead of fake
23+
This has been deprecated a while back and was never adapted.
24+
* Update documentation to mock_hardware
25+
* Urscript interface (`#721 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/721>`_)
26+
* Add a urscript interface node
27+
* Add urscript_interface to standard launchfile
28+
* Added documentation for urscript_interface
29+
* Add a notice about incorrect script code
30+
* Add test for urscript interface
31+
* Move tests to one single tests
32+
This should avoid that different tests run in parallel
33+
* Wait for IO controller before checking IOs
34+
* Write an initial textmessage when connecting the urscript_interface
35+
* Wait for controller_manager services longer
36+
* Make sure we have a clean robot state without any program running once we enter our test
37+
similar to how we did it on the robot_driver test
38+
* Remove unneeded Destructor definition
39+
* Use SCHED_FIFO for controller_manager's main thread (`#719 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/719>`_)
40+
Previous investigations showed that using FIFO scheduling helps keeping
41+
cycle times also non non-RT kernels. This combined with non-blocking read
42+
can result in a very stable system.
43+
This is, in fact, very close to what the actual controller_manager_node
44+
does except that we always use FIFO scheduling independent of the actual
45+
kernel in use.
46+
* Contributors: Felix Exner (fexner), Lennart Nachtigall
47+
148
2.3.2 (2023-06-02)
249
------------------
350
* 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)