Skip to content

Commit 5e4f681

Browse files
authored
Add harmonic release features (#404)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent cdc69dc commit 5e4f681

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

release_features.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,32 @@
22

33
Here you will find the set of features that are available in each release.
44

5-
Take a look at the [Roadmap](/docs/roadmap) for information about upcoming
5+
Take a look at the [Roadmap](/docs/all/roadmap) for information about upcoming
66
features, some of which may land in released versions of Gazebo.
77

8+
## Harmonic
9+
10+
For a complete list of features, please see the [highlights](https://github.com/gazebosim/gz-harmonic/blob/main/highlights.md) and [release notes](https://github.com/gazebosim/gz-harmonic/blob/main/release_notes.md) documentation in the Gazebo Harmonic repository.
11+
12+
| Library name | Version | Changelog |
13+
| ------------------ |:-------------:|:-------------:|
14+
| gz-cmake | 3.x | [Changelog](https://github.com/gazebosim/gz-cmake/blob/gz-cmake3/Changelog.md) |
15+
| gz-common | 5.x | [Changelog](https://github.com/gazebosim/gz-common/blob/gz-common5/Changelog.md) |
16+
| gz-fuel-tools | 9.x | [Changelog](https://github.com/gazebosim/gz-fuel-tools/blob/gz-fuel-tools9/Changelog.md) |
17+
| gz-gui | 8.x | [Changelog](https://github.com/gazebosim/gz-gui/blob/gz-gui8/Changelog.md) |
18+
| gz-launch | 7.x | [Changelog](https://github.com/gazebosim/gz-launch/blob/gz-launch7/Changelog.md)
19+
| gz-math | 7.x | [Changelog](https://github.com/gazebosim/gz-math/blob/gz-math7/Changelog.md)
20+
| gz-msgs | 10.x | [Changelog](https://github.com/gazebosim/gz-msgs/blob/gz-msgs10/Changelog.md)
21+
| gz-physics | 7.x | [Changelog](https://github.com/gazebosim/gz-physics/blob/gz-physics7/Changelog.md)
22+
| gz-plugin | 2.x | [Changelog](https://github.com/gazebosim/gz-plugin/blob/gz-plugin2/Changelog.md) |
23+
| gz-rendering | 8.x | [Changelog](https://github.com/gazebosim/gz-rendering/blob/gz-rendering8/Changelog.md) |
24+
| gz-sensors | 8.x | [Changelog](https://github.com/gazebosim/gz-sensors/blob/gz-sensors8/Changelog.md) |
25+
| gz-sim | 8.x | [Changelog](https://github.com/gazebosim/gz-sim/blob/gz-sim8/Changelog.md) |
26+
| gz-tools | 2.x | [Changelog](https://github.com/gazebosim/gz-tools/blob/gz-tools2/Changelog.md) |
27+
| gz-transport | 13.x | [Changelog](https://github.com/gazebosim/gz-transport/blob/gz-transport13/Changelog.md) |
28+
| gz-utils | 2.x | [Changelog](https://github.com/gazebosim/gz-utils/blob/gz-utils2/Changelog.md) |
29+
| sdformat | 14.x | [Changelog](https://github.com/osrf/sdformat/blob/sdf14/Changelog.md) |
30+
831
## Garden
932

1033
1. [Point cloud visualization.](https://github.com/gazebosim/gz-sim/issues/1156)
@@ -34,7 +57,7 @@ features, some of which may land in released versions of Gazebo.
3457
1. [Allow specifying initial simulation time with a CLI argument](https://github.com/gazebosim/gz-sim/pull/1801)
3558
1. [Joints defined at the world level](https://github.com/gazebosim/sdformat/issues/1115)
3659

37-
[^1]: All the functionality for creating custom rendering sensors is in Garden, but the PR listed, which serves as an
60+
[^1]: All the functionality for creating custom rendering sensors is in Garden, but the PR listed, which serves as an
3861
example, is only available in Harmonic.
3962

4063
| Library name | Version | Changelog |

0 commit comments

Comments
 (0)