Skip to content

Commit 4082ba7

Browse files
committed
Merge commit '3dea8b18949c2f7a899fbdb95eda358cb06e3886' into port-master-to-humble
2 parents 2a1d428 + 3dea8b1 commit 4082ba7

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

ign_ros2_control/CHANGELOG.rst

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

5+
0.5.0 (2022-08-09)
6+
------------------
7+
* Fix setting initial values if command interfaces are not defined. (`#73 <https://github.com/ros-controls/gz_ros2_control/issues/73>`_)
8+
* activated all hardware by default and improved variable naming (`#74 <https://github.com/ros-controls/gz_ros2_control/issues/74>`_)
9+
* Implemented perform_command_mode_switch override in GazeboSystem (`#76 <https://github.com/ros-controls/gz_ros2_control/issues/76>`_)
10+
* Remove warnings (`#72 <https://github.com/ros-controls/gz_ros2_control/issues/72>`_)
11+
* change component name for ignition (`#69 <https://github.com/ros-controls/gz_ros2_control/issues/69>`_)
12+
* Added logic for activating hardware interfaces (`#68 <https://github.com/ros-controls/gz_ros2_control/issues/68>`_)
13+
* Merge branch 'foxy' into ahcorde/foxy_to_galactic_27_05_2022
14+
* Remove URDF dependency (`#56 <https://github.com/ros-controls/gz_ros2_control/issues/56>`_)
15+
* Adapt to ROS 2 Humble
16+
* typo in citadel name (`#54 <https://github.com/ros-controls/gz_ros2_control/issues/54>`_)
17+
* typo in citadel name (`#51 <https://github.com/ros-controls/gz_ros2_control/issues/51>`_)
18+
* ros2_control is now having usings under its namespace. (`#43 <https://github.com/ros-controls/gz_ros2_control/issues/43>`_)
19+
* Fix default ign gazebo version Rolling (`#45 <https://github.com/ros-controls/gz_ros2_control/issues/45>`_)
20+
* Fix ignition version in package.xml - Rolling (`#41 <https://github.com/ros-controls/gz_ros2_control/issues/41>`_)
21+
* Fixed position control (`#29 <https://github.com/ros-controls/gz_ros2_control/issues/29>`_)
22+
* Add support for initial_values for hardware interfaces when starting simulation. (`#27 <https://github.com/ros-controls/gz_ros2_control/issues/27>`_)
23+
* Contributors: Alejandro Hernández Cordero, Denis Štogl, Guillaume Beuzeboc, Tianyu Li
24+
525
0.4.1 (2022-06-06)
626
------------------
727
* Remove URDF dependency (`#56 <https://github.com/ignitionrobotics/ign_ros2_control/issues/56>`_)

ign_ros2_control/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>ign_ros2_control</name>
4-
<version>0.4.1</version>
4+
<version>0.5.0</version>
55
<description>Ignition ros2_control package allows to control simulated robots using ros2_control framework.</description>
66
<maintainer email="[email protected]">Alejandro Hernández</maintainer>
77
<author>Alejandro Hernández</author>

ign_ros2_control_demos/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,24 @@
22
Changelog for package ign_ros2_control_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.5.0 (2022-08-09)
6+
------------------
7+
* Fix setting initial values if command interfaces are not defined. (`#73 <https://github.com/ros-controls/gz_ros2_control/issues/73>`_)
8+
* fix demo launch (`#75 <https://github.com/ros-controls/gz_ros2_control/issues/75>`_)
9+
* Adjust URLs (`#65 <https://github.com/ros-controls/gz_ros2_control/issues/65>`_)
10+
* ign_ros2_control_demos: Install urdf dir (`#61 <https://github.com/ros-controls/gz_ros2_control/issues/61>`_)
11+
* Remove URDF dependency (`#56 <https://github.com/ros-controls/gz_ros2_control/issues/56>`_)
12+
* Use Ubuntu Jammy in CI (`#47 <https://github.com/ros-controls/gz_ros2_control/issues/47>`_)
13+
* Add support for initial_values for hardware interfaces when starting simulation. (`#27 <https://github.com/ros-controls/gz_ros2_control/issues/27>`_)
14+
* Contributors: Alejandro Hernández Cordero, Andrej Orsula, Bence Magyar, Denis Štogl, Maciej Bednarczyk, ahcorde
15+
516
0.4.1 (2022-06-06)
617
------------------
718
* ign_ros2_control_demos: Install urdf dir (`#61 <https://github.com/ignitionrobotics/ign_ros2_control/issues/61>`_)
819
* Remove URDF dependency (`#56 <https://github.com/ignitionrobotics/ign_ros2_control/issues/56>`_)
920
* Contributors: Alejandro Hernández Cordero, Andrej Orsula
1021

22+
1123
0.4.0 (2022-03-18)
1224
------------------
1325

ign_ros2_control_demos/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ign_ros2_control_demos</name>
4-
<version>0.4.1</version>
4+
<version>0.5.0</version>
55
<description>ign_ros2_control_demos</description>
66

77
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>

0 commit comments

Comments
 (0)