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