Skip to content

Commit 62ec10c

Browse files
authored
Merge branch 'humble' into port-master-to-humble
2 parents 19eb017 + 6c4244d commit 62ec10c

File tree

5 files changed

+11
-28
lines changed

5 files changed

+11
-28
lines changed

ign_ros2_control/CHANGELOG.rst

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,19 @@
22
Changelog for package ign_ros2_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.5.0 (2022-08-09)
5+
0.4.3 (2023-02-16)
66
------------------
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
7+
* Fix example demos in humble branch `#118 <https://github.com/ros-controls/gz_ros2_control/issues/118>`_ from iche033/iche033/fix_humble_demos
148
* Remove URDF dependency (`#56 <https://github.com/ros-controls/gz_ros2_control/issues/56>`_)
159
* Adapt to ROS 2 Humble
1610
* 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>`_)
1811
* ros2_control is now having usings under its namespace. (`#43 <https://github.com/ros-controls/gz_ros2_control/issues/43>`_)
1912
* Fix default ign gazebo version Rolling (`#45 <https://github.com/ros-controls/gz_ros2_control/issues/45>`_)
2013
* Fix ignition version in package.xml - Rolling (`#41 <https://github.com/ros-controls/gz_ros2_control/issues/41>`_)
2114
* Fixed position control (`#29 <https://github.com/ros-controls/gz_ros2_control/issues/29>`_)
2215
* Add support for initial_values for hardware interfaces when starting simulation. (`#27 <https://github.com/ros-controls/gz_ros2_control/issues/27>`_)
2316
* Contributors: Alejandro Hernández Cordero, Denis Štogl, Guillaume Beuzeboc, Tianyu Li
2417

25-
0.4.1 (2022-06-06)
26-
------------------
27-
* Remove URDF dependency (`#56 <https://github.com/ignitionrobotics/ign_ros2_control/issues/56>`_)
28-
* typo in citadel name (`#54 <https://github.com/ignitionrobotics/ign_ros2_control/issues/54>`_)
29-
* Contributors: Alejandro Hernández Cordero, Guillaume Beuzeboc, ahcorde
30-
3118
0.4.0 (2022-03-18)
3219
------------------
3320
* Fix default ign gazebo version Galactic (`#44 <https://github.com/ignitionrobotics/ign_ros2_control/issues/44>`_)

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.5.0</version>
4+
<version>0.4.3</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: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
Changelog for package ign_ros2_control_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.5.0 (2022-08-09)
5+
0.4.3 (2023-02-16)
66
------------------
7-
* Fix setting initial values if command interfaces are not defined. (`#73 <https://github.com/ros-controls/gz_ros2_control/issues/73>`_)
7+
* Add tricycle example to the `humble` branch `#119 <https://github.com/ros-controls/gz_ros2_control/issues/119>`_ from azazdeaz/humble
8+
* Replace ros_ign_gazebo with ros_gz_sim
9+
* Add tricycle demo (`#80 <https://github.com/ros-controls/gz_ros2_control/issues/80>`_)
10+
* Fix example demos in humble branch `#118 <https://github.com/ros-controls/gz_ros2_control/issues/118>`_ from iche033/iche033/fix_humble_demos
11+
* use ros_gz_sim
812
* fix demo launch (`#75 <https://github.com/ros-controls/gz_ros2_control/issues/75>`_)
913
* Adjust URLs (`#65 <https://github.com/ros-controls/gz_ros2_control/issues/65>`_)
1014
* ign_ros2_control_demos: Install urdf dir (`#61 <https://github.com/ros-controls/gz_ros2_control/issues/61>`_)
@@ -13,13 +17,6 @@ Changelog for package ign_ros2_control_demos
1317
* Add support for initial_values for hardware interfaces when starting simulation. (`#27 <https://github.com/ros-controls/gz_ros2_control/issues/27>`_)
1418
* Contributors: Alejandro Hernández Cordero, Andrej Orsula, Bence Magyar, Denis Štogl, Maciej Bednarczyk, ahcorde
1519

16-
0.4.1 (2022-06-06)
17-
------------------
18-
* ign_ros2_control_demos: Install urdf dir (`#61 <https://github.com/ignitionrobotics/ign_ros2_control/issues/61>`_)
19-
* Remove URDF dependency (`#56 <https://github.com/ignitionrobotics/ign_ros2_control/issues/56>`_)
20-
* Contributors: Alejandro Hernández Cordero, Andrej Orsula
21-
22-
2320
0.4.0 (2022-03-18)
2421
------------------
2522

ign_ros2_control_demos/config/tricycle_drive_controller.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ joint_state_broadcaster:
1212
ros__parameters:
1313
extra_joints: ["right_wheel_joint", "left_wheel_joint"]
1414

15-
tricycle_controller:
15+
tricycle_controller:
1616
ros__parameters:
1717
# Model
1818
traction_joint_name: traction_joint # Name of traction joint in URDF
@@ -30,7 +30,6 @@ tricycle_controller:
3030
pose_covariance_diagonal: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Need to be set if fusing odom with other localization source
3131
twist_covariance_diagonal: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Need to be set if fusing odom with other localization source
3232
velocity_rolling_window_size: 10 # Rolling window size of rcppmath::RollingMeanAccumulator applied on linear and angular speeds published on odom
33-
3433
# Rate Limiting
3534
traction: # All values should be positive
3635
# min_velocity: 0.0

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.5.0</version>
4+
<version>0.4.3</version>
55
<description>ign_ros2_control_demos</description>
66

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

0 commit comments

Comments
 (0)