|
| 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 | + |
1 | 34 | 2.3.2 (2023-06-02) |
2 | 35 | ------------------ |
3 | 36 | * Adds full nonblocking readout support (Multiarm part 4) - v2 (`#673 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/673>`_) |
|
0 commit comments