|
| 1 | +2.0.0 (2021-09-07) |
| 2 | +------------------ |
| 3 | +* Add new features to the driver: |
| 4 | + - Cartesian position-based control |
| 5 | + - Cartesian twist-based control |
| 6 | + - Trajectory forwarding for execution on robot |
| 7 | + - More documentation and examples |
| 8 | +* Fix package name in calibration example |
| 9 | + The example was referencing the library package where it should have been |
| 10 | + referencing the driver package. |
| 11 | +* Added log handler for handling log messages from client library with … (`#398 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/398>`_) |
| 12 | +* Added "On behalf of Universal Robots A/S" notice (`#416 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/416>`_) |
| 13 | + Removed copyright notice from LICENSE file, as the license file itself isn't |
| 14 | + copyrighted by FZI |
| 15 | +* Replace two logging macros with ROS logging macros. (`#330 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/330>`_) |
| 16 | + Inside the driver we want to use plain ROS logging instead of the library's logging macros. |
| 17 | +* Use ur_client_library package for building this driver `#266 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/266>`_ from UniversalRobots/separation |
| 18 | +* Use namespace urcl instead of ur_driver |
| 19 | +* Renamed library |
| 20 | +* Made calibration use separated library, as well |
| 21 | +* Merge pull request `#166 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/166>`_ from UniversalRobots/packaget |
| 22 | + Use the package type and not the header type as template parameter for communication |
| 23 | +* Update ur_calibration to new template structure |
| 24 | +* Use SPDX license identifiers. (`#145 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/145>`_) |
| 25 | + From https://spdx.org |
| 26 | +* Merge pull request `#1 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/1>`_ from UniversalRobots/master |
| 27 | + Update from upstream repo |
| 28 | +* catch all exceptions to bring them to output. (`#98 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/98>`_) |
| 29 | +* Changed my name in every occurence |
| 30 | +* Merge pull request `#42 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/42>`_ from gavanderhoorn/ur_calib_fix_yamlcpp_dep |
| 31 | + Fixup yaml-cpp linking and include paths in ur_calibration |
| 32 | +* calibration: fix yaml-cpp include paths and linking. |
| 33 | +* calibration: top-level pkgs don't export include dirs or libraries. |
| 34 | +* calibration: remove boilerplate comments from build script. |
| 35 | +* Renamed the driver to ur_robot_driver |
| 36 | +* Simplified calibration interface |
| 37 | + When showing this to collegues it turned out that this was quite complicated. |
| 38 | + I reduced the target definition to a simple filename, while documenting |
| 39 | + the package approach separately. |
| 40 | +* Updated calibration instructions |
| 41 | +* Contributors: Felix Exner, Felix Mauch, G.A. vd. Hoorn, Lea Steffen, Mads Holm Peters, axelschroth, gavanderhoorn |
| 42 | + |
1 | 43 | 0.0.2 (2019-07-03) |
2 | 44 | ------------------ |
3 | 45 | * Catch exception and log error when no connection can be established |
|
0 commit comments