Skip to content

Commit

Permalink
Add removal of *VelocityCmd as a breaking change (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jan 7, 2025
1 parent 0f3d700 commit b439ac6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ Use the SDFormat level `fluid_added_mass` tag instead. Tutorial and migration gu
- [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.

- [Physics: remove `*VelocityCmd` at each time step](https://github.com/gazebosim/gz-sim/pull/2228)
In the Physics system, all `*VelocityCmd` components are now deleted after each time step,
whereas previously the component values were set to 0 after each time step.
Persistent velocity commands should be reapplied at each time step.

## Documentation

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

0 comments on commit b439ac6

Please sign in to comment.