From c7cc8fbdc3a2442e9ab8ea3383f1217f39698336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Mon, 26 Aug 2024 19:24:07 +0200 Subject: [PATCH 1/8] Ionic Changelog (#453) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Ionic Changelog Signed-off-by: Carlos Agüero Co-authored-by: Ian Chen --- Changelog.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 11caab94..d925a422 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,40 @@ ## Gazebo Msgs 11.x -### Gazebo Msgs 11.x.x (202X-XX-XX) +### Gazebo Msgs 11.0.0 (2024-08-26) + +1. Improve migration note on SphericalCoordinates + * [Pull request #452](https://github.com/gazebosim/gz-msgs/pull/452) + +1. Deprecate LOCAL2 in SphericalCoordinates + * [Pull request #451](https://github.com/gazebosim/gz-msgs/pull/451) + +1. Backport: Adding cone primitives. + * [Pull request #442](https://github.com/gazebosim/gz-msgs/pull/442) + +1. Remove cone shape from particle emitter + * [Pull request #446](https://github.com/gazebosim/gz-msgs/pull/446) + +1. Enable 24.04 CI, require cmake 3.22.1 + * [Pull request #444](https://github.com/gazebosim/gz-msgs/pull/444) + +1. Include config.hh to get needed macros + * [Pull request #426](https://github.com/gazebosim/gz-msgs/pull/426) + +1. Remove HIDE_SYMBOLS_BY_DEFAULT: replace by a default configuration in gz-cmake. + * [Pull request #413](https://github.com/gazebosim/gz-msgs/pull/413) + +1. Support standalone executable in gz-msgs11 + * [Pull request #357](https://github.com/gazebosim/gz-msgs/pull/357) + +1. Added motion duration to gui_camera.proto + * [Pull request #408](https://github.com/gazebosim/gz-msgs/pull/408) + +1. Use HIDE_SYMBOLS_BY_DEFAULT + * [Pull request #407](https://github.com/gazebosim/gz-msgs/pull/407) + +1. Bumps in ionic : ci_matching_branch/bump_ionic_gz-msgs11 + * [Pull request #401](https://github.com/gazebosim/gz-msgs/pull/401) + ## Gazebo Msgs 10.x From a0bed0bc4af1c398e4f5143120c8013fb4a4ded2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 16:16:30 +0200 Subject: [PATCH 2/8] Update gz-msgs11 badge URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15e73331..dc341026 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Build | Status -- | -- Test coverage | [![codecov](https://codecov.io/gh/gazebosim/gz-msgs/tree/main/graph/badge.svg)](https://codecov.io/gh/gazebosim/gz-msgs/tree/main) -Ubuntu Jammy | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-ci-main-jammy-amd64)](https://build.osrfoundation.org/job/gz_msgs-ci-main-jammy-amd64) -Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/gz_msgs-ci-main-homebrew-amd64) -Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-main-win)](https://build.osrfoundation.org/job/gz_msgs-main-win) +Ubuntu Noble | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-ci-gz-msgs11-noble-amd64)](https://build.osrfoundation.org/job/gz_msgs-ci-gz-msgs11-noble-amd64) +Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-ci-gz-msgs11-homebrew-amd64)](https://build.osrfoundation.org/job/gz_msgs-ci-gz-msgs11-homebrew-amd64) +Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-11-win)](https://build.osrfoundation.org/job/gz_msgs-11-win) Gazebo Messages is a component in the [Gazebo](http://gazebosim.org) framework, a set of libraries designed to rapidly develop robot applications. From 7d1045789d17edef233ace0cf83f45e9f010edd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 16:42:33 +0200 Subject: [PATCH 3/8] Tweak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index d925a422..451c95eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ### Gazebo Msgs 11.0.0 (2024-08-26) +Changes since 13.4.0: + 1. Improve migration note on SphericalCoordinates * [Pull request #452](https://github.com/gazebosim/gz-msgs/pull/452) From d36a508a79e634d3e0e35c079b994c69bf23e8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 16:57:33 +0200 Subject: [PATCH 4/8] Update Changelog.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Addisu Z. Taddese Signed-off-by: Carlos Agüero --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 451c95eb..9f93fde0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Gazebo Msgs 11.x -### Gazebo Msgs 11.0.0 (2024-08-26) +### Gazebo Msgs 11.0.0 (2024-09-xx) Changes since 13.4.0: From 146693006e03b83f4ca44b5060ac7076caf88cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 16:58:38 +0200 Subject: [PATCH 5/8] Update Changelog.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Addisu Z. Taddese Signed-off-by: Carlos Agüero --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9f93fde0..4093688d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ Changes since 13.4.0: 1. Deprecate LOCAL2 in SphericalCoordinates * [Pull request #451](https://github.com/gazebosim/gz-msgs/pull/451) -1. Backport: Adding cone primitives. +1. Adding cone primitives. * [Pull request #442](https://github.com/gazebosim/gz-msgs/pull/442) 1. Remove cone shape from particle emitter From 5832a2d4a599e8e4dcd87e4093350fb4e0866ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 16:59:04 +0200 Subject: [PATCH 6/8] Consolidate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 451c95eb..9f93fde0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Gazebo Msgs 11.x -### Gazebo Msgs 11.0.0 (2024-08-26) +### Gazebo Msgs 11.0.0 (2024-09-xx) Changes since 13.4.0: From 9ee7f17c70e7daeca4c8bac0c27a87fa7754914d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 17:00:07 +0200 Subject: [PATCH 7/8] Tweak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- Changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4093688d..735a595b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,12 +2,10 @@ ### Gazebo Msgs 11.0.0 (2024-09-xx) -Changes since 13.4.0: +Changes since 10.3.0: 1. Improve migration note on SphericalCoordinates * [Pull request #452](https://github.com/gazebosim/gz-msgs/pull/452) - -1. Deprecate LOCAL2 in SphericalCoordinates * [Pull request #451](https://github.com/gazebosim/gz-msgs/pull/451) 1. Adding cone primitives. From 37f44633e73855671c0ad5928cf8172777094df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 27 Aug 2024 17:03:27 +0200 Subject: [PATCH 8/8] Coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc341026..9ded508a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Build | Status -- | -- -Test coverage | [![codecov](https://codecov.io/gh/gazebosim/gz-msgs/tree/main/graph/badge.svg)](https://codecov.io/gh/gazebosim/gz-msgs/tree/main) +Test coverage | [![codecov](https://codecov.io/gh/gazebosim/gz-msgs/tree/gz-msgs11/graph/badge.svg)](https://codecov.io/gh/gazebosim/gz-msgs/tree/gz-msgs11) Ubuntu Noble | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-ci-gz-msgs11-noble-amd64)](https://build.osrfoundation.org/job/gz_msgs-ci-gz-msgs11-noble-amd64) Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-ci-gz-msgs11-homebrew-amd64)](https://build.osrfoundation.org/job/gz_msgs-ci-gz-msgs11-homebrew-amd64) Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_msgs-11-win)](https://build.osrfoundation.org/job/gz_msgs-11-win)