Skip to content
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
6 changes: 6 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ release will remove the deprecated code.

## Gazebo Sim 9.x to 10.0

* Upgraded GUI framework from Qt5 to Qt6. All GUI plugins distributed by gz-sim
have been migrated. This upgrade affects all users' custom Gazebo GUI plugins.
Please see the
[Qt6 Migration tutorial](https://github.com/gazebosim/gz-gui/blob/main/tutorials/09_migration_qt6.md)
for information on how to port your Qt5 based plugins to Qt6.

### Removals

- **config.hh**:
Expand Down
Loading