Skip to content

Commit ff7dfb5

Browse files
author
Felix Exner
committed
Updating Changelog
Mainly dumping the commit log.
1 parent de5ae2d commit ff7dfb5

File tree

4 files changed

+569
-0
lines changed

4 files changed

+569
-0
lines changed

controller_stopper/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package controller_stopper
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial release
8+
* Contributors: Felix Exner, Felix Mauch, G.A. vd. Hoorn, Tristan Schnell

ur_calibration/CHANGELOG.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
Forthcoming
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+
143
0.0.2 (2019-07-03)
244
------------------
345
* Catch exception and log error when no connection can be established

ur_dashboard_msgs/CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package ur_dashboard_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial release
8+
* Fix package dependencies `#132 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/132>`_ from UniversalRobots/fix_dependencies
9+
* Use SPDX license identifiers. (`#145 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/145>`_)
10+
From https://spdx.org
11+
* Fix all dependencies except yaml-cpp
12+
* Merge pull request `#1 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/1>`_ from UniversalRobots/master
13+
update our master
14+
* dashboard_msgs: fix typo in manifest description
15+
* Changed my name in every occurence
16+
* Merge branch 'robot_status'
17+
Propagating the robot's status (robot mode and safety mode) to the user
18+
so she can act accordingly (e.g. unlock after a protective stop or power
19+
on the robot if required)
20+
* Updated documentation
21+
* Added functionality to automatically restart the running program after recovery
22+
* Implemented setMode action to bring the robot into a desired mode (e.g. RUNNING)
23+
* Add a dashboard client to the driver `#16 <https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/16>`_ from UniversalRobots/dashboard_client
24+
* Also publish robot mode
25+
* Added more dashboard services
26+
* Contributors: Felix Exner, Felix Mauch, G.A. vd. Hoorn, Tom Queen

0 commit comments

Comments
 (0)