Skip to content

Commit 98b9d13

Browse files
authored
Prepare for 1.0.0 Release (gazebosim#495)
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent e6e6b45 commit 98b9d13

File tree

14 files changed

+60
-7
lines changed

14 files changed

+60
-7
lines changed

ros_gz/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros_gz
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2024-04-24)
6+
------------------
7+
58
0.246.0 (2023-08-31)
69
--------------------
710
* Port: humble to ros2 (`#386 <https://github.com/gazebosim/ros_gz/issues/386>`_)

ros_gz/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- TODO: Make this a metapackage, see
55
https://github.com/ros2/ros2/issues/408 -->
66
<name>ros_gz</name>
7-
<version>0.246.0</version>
7+
<version>1.0.0</version>
88
<description>Meta-package containing interfaces for using ROS 2 with <a href="https://gazebosim.org">Gazebo</a> simulation.</description>
99
<maintainer email="[email protected]">Aditya Pande</maintainer>
1010
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>

ros_gz_bridge/CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog for package ros_gz_bridge
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2024-04-24)
6+
------------------
7+
* Use gz_vendor packages (`#531 <https://github.com/gazebosim/ros_gz/issues/531>`_)
8+
* Added conversion for Detection3D and Detection3DArray (`#523 <https://github.com/gazebosim/ros_gz/issues/523>`_) (`#525 <https://github.com/gazebosim/ros_gz/issues/525>`_)
9+
Co-authored-by: wittenator <[email protected]>
10+
* [Backport rolling] Add ROS namespaces to GZ topics (`#517 <https://github.com/gazebosim/ros_gz/issues/517>`_)
11+
Co-authored-by: Krzysztof Wojciechowski <[email protected]>
12+
* ign to gz (`#519 <https://github.com/gazebosim/ros_gz/issues/519>`_)
13+
* Correctly export ros_gz_bridge for downstream targets (`#503 <https://github.com/gazebosim/ros_gz/issues/503>`_)
14+
* Add a virtual destructor to suppress compiler warning (`#502 <https://github.com/gazebosim/ros_gz/issues/502>`_)
15+
* Add conversion for geometry_msgs/msg/TwistStamped <-> gz.msgs.Twist (`#468 <https://github.com/gazebosim/ros_gz/issues/468>`_)
16+
* Added messages for 2D Bounding Boxes to ros_gz_bridge (`#458 <https://github.com/gazebosim/ros_gz/issues/458>`_) (`#466 <https://github.com/gazebosim/ros_gz/issues/466>`_)
17+
Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
18+
* populate imu covariances when converting (`#375 <https://github.com/gazebosim/ros_gz/issues/375>`_)
19+
* Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero, El Jawad Alaa, Michael Carroll
20+
521
0.246.0 (2023-08-31)
622
--------------------
723
* Add harmonic CI (`#447 <https://github.com/gazebosim/ros_gz/issues/447>`_)

ros_gz_bridge/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ros_gz_bridge</name>
5-
<version>0.246.0</version>
5+
<version>1.0.0</version>
66
<description>Bridge communication between ROS and Gazebo Transport</description>
77
<maintainer email="[email protected]">Aditya Pande</maintainer>
88
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>

ros_gz_image/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ros1_ign_image
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2024-04-24)
6+
------------------
7+
* Use gz_vendor packages (`#531 <https://github.com/gazebosim/ros_gz/issues/531>`_)
8+
* ign to gz (`#519 <https://github.com/gazebosim/ros_gz/issues/519>`_)
9+
* Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero
10+
511
0.246.0 (2023-08-31)
612
--------------------
713
* Add harmonic CI (`#447 <https://github.com/gazebosim/ros_gz/issues/447>`_)

ros_gz_image/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>ros_gz_image</name>
3-
<version>0.246.0</version>
3+
<version>1.0.0</version>
44
<description>Image utilities for Gazebo simulation with ROS.</description>
55
<license>Apache 2.0</license>
66
<maintainer email="[email protected]">Aditya Pande</maintainer>

ros_gz_interfaces/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros_gz_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2024-04-24)
6+
------------------
7+
58
0.246.0 (2023-08-31)
69
--------------------
710
* SensorNoise msg bridging (`#417 <https://github.com/gazebosim/ros_gz/issues/417>`_)

ros_gz_interfaces/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>ros_gz_interfaces</name>
3-
<version>0.246.0</version>
3+
<version>1.0.0</version>
44
<description>Message and service data structures for interacting with Gazebo from ROS2.</description>
55
<license>Apache 2.0</license>
66
<author>Louise Poubel</author>

ros_gz_sim/CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package ros_gz_sim
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2024-04-24)
6+
------------------
7+
* Use gz_vendor packages (`#531 <https://github.com/gazebosim/ros_gz/issues/531>`_)
8+
* ign to gz (`#519 <https://github.com/gazebosim/ros_gz/issues/519>`_)
9+
* Undeprecate use of commandline flags (`#491 <https://github.com/gazebosim/ros_gz/issues/491>`_)
10+
* Remove deprecations using ros_gz_sim_create (`#476 <https://github.com/gazebosim/ros_gz/issues/476>`_)
11+
* Added support for using ROS 2 parameters to spawn entities in Gazebo using ros_gz_sim::create (`#475 <https://github.com/gazebosim/ros_gz/issues/475>`_)
12+
* Fix bug in `create` where command line arguments were truncated (`#472 <https://github.com/gazebosim/ros_gz/issues/472>`_)
13+
* Filter ROS arguments before gflags parsing (`#453 <https://github.com/gazebosim/ros_gz/issues/453>`_)
14+
* Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero, Ayush Singh, Michael Carroll
15+
516
0.246.0 (2023-08-31)
617
--------------------
718
* Add harmonic CI (`#447 <https://github.com/gazebosim/ros_gz/issues/447>`_)

ros_gz_sim/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ros_gz_sim</name>
5-
<version>0.246.0</version>
5+
<version>1.0.0</version>
66
<description>Tools for using Gazebo Sim simulation with ROS.</description>
77
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

ros_gz_sim_demos/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ros1_gz_sim_demos
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2024-04-24)
6+
------------------
7+
* Use gz_vendor packages (`#531 <https://github.com/gazebosim/ros_gz/issues/531>`_)
8+
* Remove deprecations using ros_gz_sim_create (`#476 <https://github.com/gazebosim/ros_gz/issues/476>`_)
9+
* Contributors: Addisu Z. Taddese, Alejandro Hernández Cordero
10+
511
0.246.0 (2023-08-31)
612
--------------------
713
* Added more topic to the bridge (`#422 <https://github.com/gazebosim/ros_gz/issues/422>`_)

ros_gz_sim_demos/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>ros_gz_sim_demos</name>
3-
<version>0.246.0</version>
3+
<version>1.0.0</version>
44
<description>Demos using Gazebo Sim simulation with ROS.</description>
55
<license>Apache 2.0</license>
66
<maintainer email="[email protected]">Aditya Pande</maintainer>

test_ros_gz_bridge/CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package test_ros_gz_bridge
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
1.0.0 (2024-04-24)
6+
------------------
7+
* Correctly export ros_gz_bridge for downstream targets (`#503 <https://github.com/gazebosim/ros_gz/issues/503>`_)
8+
* Contributors: Michael Carroll

test_ros_gz_bridge/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>test_ros_gz_bridge</name>
5-
<version>0.246.0</version>
5+
<version>1.0.0</version>
66
<description>Bridge communication between ROS and Gazebo Transport</description>
77
<maintainer email="[email protected]">Aditya Pande</maintainer>
88
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>

0 commit comments

Comments
 (0)