|
| 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 | + |
1 | 71 | 0.0.3 (2019-08-09) |
2 | 72 | ------------------ |
3 | 73 | * Added a service to end ROS control from ROS side |
|
0 commit comments