Skip to content

Commit 891edb0

Browse files
committed
Update changelogs for next release
1 parent f5db88a commit 891edb0

File tree

6 files changed

+208
-0
lines changed

6 files changed

+208
-0
lines changed

ur_bringup/CHANGELOG.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package ur_bringup
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Updated package dependencies (`#399 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/399>`_)
8+
* Foxy: Update dependencies and binary repos file (`#373 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/373>`_)
9+
* Foxy controller stopper (`#324 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/324>`_)
10+
* Fix ros2 control xacro (`#213 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/213>`_)
11+
* Add parameters for checking start state (`#143 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/143>`_)
12+
* Update for changes to ros2_control and ros2_controllers
13+
See: https://github.com/ros-controls/ros2_control/commit/156a3f6aaed319585a8a1fd445693e2e08c30ccd
14+
and: https://github.com/ros-controls/ros2_controllers/commit/612f610c24d026a41abd2dd026902c672cf778c9#diff-5d3e18800b3a217b37b91036031bdb170f5183970f54d1f951bb12f2e4847706
15+
* Removed dashboard client from hardware interface
16+
* README cleanup, make MoveIt installation optional (`#86 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/86>`_)
17+
* Using modern python
18+
* Some intermediate commit
19+
* Restore ur_control.launch.py
20+
* Added view_ur for checking description
21+
* Make an optional launch arg for RViz, document it in README (`#82 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/82>`_)
22+
* Review CI by correcting the configurations (`#71 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/71>`_)
23+
* Add support for gpios, update MoveIt and ros2_control launching (`#66 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/66>`_)
24+
* Delete controller_stopper and ur_bringup pkgs
25+
* Add XML schema to all ``package.xml`` files
26+
* Update packaging for ROS2
27+
* Update package.xml files so ``ros2 pkg list`` shows all pkgs
28+
* Delete all launch/config files with no UR5 relation
29+
* Update CMakeLists and package.xml for:
30+
* Change pkg versions to 0.0.0
31+
* Add ur5_moveit_config, ur_bringup, ur_description pkgs
32+
* Contributors: AndyZe, Denis Stogl, Denis Štogl, Felix Exner, Gaël Écorchard, John Morris, Kenneth Bogert, Marvin Große Besselmann, livanov93
33+
34+
0.0.3 (2020-10-29)
35+
------------------

ur_controllers/CHANGELOG.rst

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package ur_controllers
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Updated package dependencies (`#399 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/399>`_)
8+
* Foxy controller stopper (`#324 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/324>`_)
9+
* Fixing foxy CI (`#157 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/157>`_)
10+
* Moved registering publisher and service to on_active (`#151 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/151>`_)
11+
* Correct formatting, include std::vector and update ros2_controller to master branch in repo file.
12+
* Correct check for fixed has_trajectory_msg()
13+
* Update for changes to ros2_control and ros2_controllers
14+
* Fix gpio controller (`#103 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/103>`_)
15+
* Fixed speed slider service call (`#100 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/100>`_)
16+
* Reintegrating missing ur_client_library dependency since the break the building process (`#97 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/97>`_)
17+
* Setting speed slider with range of 0.0-1.0 and added warnings if range is exceeded (`#88 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/88>`_)
18+
* Fix move to home bug (`#92 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/92>`_)
19+
* Last fix-ups
20+
* Some intermediate commit
21+
* Last fix-ups
22+
* Review CI by correcting the configurations (`#71 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/71>`_)
23+
* Add support for gpios, update MoveIt and ros2_control launching (`#66 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/66>`_)
24+
* Fix warning about deprecated controller_interface::return_type::SUCCESS (`#68 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/68>`_)
25+
* Use GitHub Actions, use pre-commit formatting (`#56 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/56>`_)
26+
* Scaled Joint Trajectory Controller (`#43 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/43>`_)
27+
* Code cleanup
28+
* Only load speed scaling interface
29+
* Removed controller from config file to realign with current branch
30+
* Removed last remnants of joint_state_controller
31+
* Added publisher rate
32+
* Code formatting and cleanup
33+
* Added publisher for speed scaling factor
34+
* Initial version of the speed_scaling_state_controller
35+
Controller is base on the current joint_state_controller of ros2 control
36+
* Update licence.
37+
* Fix clang tidy in multiple pkgs.
38+
* Update force torque state controller.
39+
* Prepare for testing.
40+
* Update ft state controller with ros2_control changes.
41+
* Remove lifecycle node (update with ros2_control changes).
42+
* Claim individual resources.
43+
* Add force torque controller.
44+
* Claim individual resources.
45+
* Add force torque controller.
46+
* Add XML schema to all ``package.xml`` files
47+
Better enable ``ament_xmllint`` to check validity.
48+
* Silence ``ament_lint_cmake`` errors
49+
* Update package.xml files so ``ros2 pkg list`` shows all pkgs
50+
* Clean out ur_controllers, it needs a complete rewrite
51+
* Update CMakeLists and package.xml for:
52+
- ur5_moveit_config
53+
- ur_bringup
54+
- ur_description
55+
* Change pkg versions to 0.0.0
56+
* Contributors: AndyZe, Denis Stogl, Denis Štogl, Felix Exner, John Morris, Kenneth Bogert, Lovro, Mads Holm Peters, Marvin Große Besselmann, livanov93
57+
58+
0.0.3 (2020-10-29)
59+
------------------
60+
* Initial copy of the ROS1 driver
61+
* Contributors: AndyZe

ur_dashboard_msgs/CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package ur_dashboard_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Review CI by correcting the configurations (`#71 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/71>`_)
8+
* Update license.
9+
* Update CI configs.
10+
Co-authored-by: Lovro <[email protected]>
11+
Co-authored-by: AndyZe <[email protected]>
12+
* Use GitHub Actions, use pre-commit formatting (`#56 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/56>`_)
13+
* Add XML schema to all ``package.xml`` files
14+
Better enable ``ament_xmllint`` to check validity.
15+
* Compile ur_dashboard_msgs for ROS2
16+
* Contributors: AndyZe, Denis Štogl, John Morris, livanov93
17+
18+
0.0.3 (2020-10-29)
19+
------------------
20+
* Initial copy of the ROS1 driver
21+
* Contributors: AndyZe

ur_description/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package ur_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Migrated the description to ROS2
8+
* Added support for Gazebo and Ignition
9+
* Added ROS2_control definitions
10+
* Contributors: AndyZe, Denis Stogl, Denis Štogl, Felix Exner, John Morris, Jorge Nicho, Lovro, Lukas Sackewitz, Marvin Große Besselmann, Robert Wilbrandt, Tirine, Vatan Aksoy Tezer, livanov93, urmahp
11+
512
1.2.7 (2019-11-23)
613
------------------
714

ur_moveit_config/CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package ur_moveit_config
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Updated package dependencies (`#399 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/399>`_)
8+
* Remove obsolete and unused files and packages. (`#80 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/80>`_)
9+
* Review CI by correcting the configurations (`#71 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/71>`_)
10+
* Add support for gpios, update MoveIt and ros2_control launching (`#66 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/66>`_)
11+
* Contributors: Denis Štogl, Felix Exner
12+
13+
0.0.3 (2020-10-29)
14+
------------------

ur_robot_driver/CHANGELOG.rst

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
Forthcoming
2+
-----------
3+
* Updated package dependencies (`#399 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/399>`_)
4+
* Foxy controller stopper (`#324 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/324>`_)
5+
* Backport: Change driver constructor and change calibration check (`#282 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/282>`_) (`#302 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/302>`_)
6+
* Moved registering publisher and service to on_active (`#151 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/151>`_)
7+
* Converted io_test and switch_on_test to ROS2 (`#124 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/124>`_)
8+
* Added loghandler to handle log messages from the Client Library with … (`#126 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/126>`_)
9+
* Removed dashboard client from hardware interface
10+
* [WIP] Updated feature list (`#102 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/102>`_)
11+
* Moved Async check out of script running check (`#112 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/112>`_)
12+
* Fix gpio controller (`#103 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/103>`_)
13+
* Fixed speed slider service call (`#100 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/100>`_)
14+
* Adding missing backslash and only setting workdir once (`#108 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/108>`_)
15+
* Added dockerfile for the driver (`#105 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/105>`_)
16+
* Using official Universal Robot Client Library (`#101 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/101>`_)
17+
* Reintegrating missing ur_client_library dependency since the break the building process (`#97 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/97>`_)
18+
* Fix readme hardware setup (`#91 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/91>`_)
19+
* Fix move to home bug (`#92 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/92>`_)
20+
* Using modern python
21+
* Some intermediate commit
22+
* Remove obsolete and unused files and packages. (`#80 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/80>`_)
23+
* Review CI by correcting the configurations (`#71 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/71>`_)
24+
* Add support for gpios, update MoveIt and ros2_control launching (`#66 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/66>`_)
25+
* Quickfix against move home bug
26+
* Added missing initialization
27+
* Use GitHub Actions, use pre-commit formatting (`#56 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/56>`_)
28+
* Put dashboard services into corresponding namespace
29+
* Start dashboard client from within the hardware interface
30+
* Added try catch blocks for service calls
31+
* Removed repeated declaration of timeout parameter which lead to connection crash
32+
* Removed static service name in which all auto generated services where mapped
33+
* Removed unused variable
34+
* Fixed clang-format issue
35+
* Removed all robot status stuff
36+
* Exchanged hardcoded value for RobotState msgs enum
37+
* Removed currently unused controller state variables
38+
* Added placeholder for industrial_robot_status_interface
39+
* Fixed clang issues
40+
* Added checks for internal robot state machine
41+
* Only load speed scaling interface
42+
* Changed state interface to combined speed scaling factor
43+
* Added missing formatting in hardware interface
44+
* Initial version of the speed_scaling_state_controller
45+
Controller is base on the current joint_state_controller of ros2 control
46+
* Fix clang tidy in multiple pkgs.
47+
* Clang tidy fix.
48+
* Update force torque state controller.
49+
* Prepare for testing.
50+
* Fix decision breaker for position control. Make decision effect instantaneous.
51+
* Use only position interface.
52+
* Update hardware interface for ROS2 (`#8 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/8>`_)
53+
* Update the dashboard client for ROS2 (`#5 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/5>`_)
54+
* Hardware interface framework (`#3 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/3>`_)
55+
* Add XML schema to all ``package.xml`` files
56+
Better enable ``ament_xmllint`` to check validity.
57+
* Silence ``ament_lint_cmake`` errors
58+
* Update packaging for ROS2
59+
* Update package.xml files so ``ros2 pkg list`` shows all pkgs
60+
* Clean out ur_robot_driver for initial ROS2 compilation
61+
* Compile ur_dashboard_msgs for ROS2
62+
* Delete all launch/config files with no UR5 relation
63+
* Initial work toward compiling ur_robot_driver
64+
* Update CMakeLists and package.xml for:
65+
- ur5_moveit_config
66+
- ur_bringup
67+
- ur_description
68+
* Change pkg versions to 0.0.0
69+
* Contributors: AndyZe, Denis Stogl, Denis Štogl, Felix Exner, John Morris, Lovro, Mads Holm Peters, Marvin Große Besselmann, livanov93
70+
171
0.0.3 (2019-08-09)
272
------------------
373
* Added a service to end ROS control from ROS side

0 commit comments

Comments
 (0)