|
2 | 2 | Changelog for package ur_description |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* added missing handback interface - ros2control mock interface won't work otherwise (`#68 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/68>`_) |
| 8 | + Co-authored-by: Lennart Nachtigall < [email protected]> |
| 9 | +* remove ticks from tf_prefix (`#60 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/60>`_) |
| 10 | + Co-authored-by: Lennart Nachtigall < [email protected]> |
| 11 | +* Replace duplicated ``prefix`` parameter with ``tf_prefix`` |
| 12 | +* Whitespace fixes |
| 13 | +* Update pre-commit workflows to current versions |
| 14 | +* This commits adds additional configuration fields which are needed for multiarm support: (`#47 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/47>`_) |
| 15 | + - Added trajectory_port - Port needed for the trajectory sending interface |
| 16 | + - Added non_blocking_read - Takes control of the update rate from ur interface by immediately returning from the read method |
| 17 | + - Added keep_alive_count field - Configures the amount of allowed reading timeouts on the robot side |
| 18 | + Additionally it adds the ${prefix} argument for the gpios and the force torque sensor in the ur.ros2_control.xacro file |
| 19 | + Co-authored-by: Lennart Nachtigall < [email protected]> |
| 20 | +* Set the default tool voltage in the description to 0 (`#41 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/41>`_) |
| 21 | + I am not sure whether this will actually affect something, as I don't think |
| 22 | + we actually set the value initially, but it still makes sense to keep the |
| 23 | + default tool voltage at 0 to emphasize that by default, this will not be |
| 24 | + set higher. |
| 25 | +* Run prerelease tests on current distros (`#44 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/44>`_) |
| 26 | +* Contributors: Felix Exner, Felix Exner (fexner), Lennart Nachtigall |
| 27 | + |
5 | 28 | 2.0.1 (2022-11-08) |
6 | 29 | ------------------ |
7 | 30 | * Add tool voltage and zero ft sensor to command interface (`#38 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/38>`_) |
|
0 commit comments