Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some note about hydrodynamics deprecations and few other important community contributed features #9

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,25 @@ See [gz-transport#477](https://github.com/gazebosim/gz-transport/pull/477), [gz-
use-gazebo-nightly: 'true'
```

- [Removing a parent entity stops execution of the child plugins](https://github.com/gazebosim/gz-sim/pull/2232)

- This solves a lot of issues where plugin developers may have had to
check if the parent entity was still around on every update. Now when
an entity is removed all its child plugins are stopped as well.

- [Spacecraft Thruster](https://github.com/gazebosim/gz-sim/pull/2431)
- New spacecraft thruster system for simulating satellites was added.

## Bug Fixes

## Breaking Changes

- [Added mass coefficients for hydrodynamics are now deprecated](https://github.com/gazebosim/gz-sim/pull/2493)
Use the sdformat level `fluid_added_mass` tag instead. Tutorial and migration guide is available here: https://github.com/gazebosim/gz-sim/pull/2608

- [Spherical Coordinate API Cleaned Up](https://github.com/gazebosim/gz-math/pull/616)
We are deprecating `LOCAL`. SphericalCoordinate LOCAL now behaves the same as `LOCAL2`. Also introduce new Coordinate3 APIs.

## Documentation

- [Improved Gazebo Documentation Website](https://github.com/gazebosim/docs/pull/441)
Expand Down
Loading