-
Notifications
You must be signed in to change notification settings - Fork 276
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
Preparation for 6.17.0 release #2712
base: ign-gazebo6
Are you sure you want to change the base?
Conversation
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
@@ -1,5 +1,69 @@ | |||
## Ignition Gazebo 6.x | |||
|
|||
### Gazebo Sim 6.17.0 (2025-01-10) | |||
|
|||
1. **Baseline:** this includes all changes from 6.16.0 and earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't need this line for minor/patch releases, but not a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@@ -1,5 +1,69 @@ | |||
## Ignition Gazebo 6.x | |||
|
|||
### Gazebo Sim 6.17.0 (2025-01-10) | |||
|
|||
1. **Baseline:** this includes all changes from 6.16.0 and earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
1. Fix uncontrolled cast of size_t to uint | ||
* [Pull request #2687](https://github.com/gazebosim/gz-sim/pull/2687) | ||
|
||
1. Improve load times by skipping serialization of entities when unecessary. (backport #2596) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(backport #2596)
The below link also points to #2596. Maybe we can just remove (backport #2596)
?
1. Improve load times by skipping serialization of entities when unecessary. (backport #2596) | ||
* [Pull request #2596](https://github.com/gazebosim/gz-sim/pull/2596) | ||
|
||
1. check valid pointer (#2674) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. check valid pointer (#2674) | |
1. Fix crash in OpticalTactilePlugin by checking for valid visualize pointer |
* [Pull request #1965](https://github.com/gazebosim/gz-sim/pull/1965) | ||
|
||
1. Detachable joint: support for nested models of the same name | ||
* [Pull request 1097](https://github.com/gazebosim/gz-sim/pull/1097) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Pull request 1097](https://github.com/gazebosim/gz-sim/pull/1097) | |
* [Pull request #1097](https://github.com/gazebosim/gz-sim/pull/1097) |
🎈 Release
Preparation for 6.17.0 release.
Comparison to 6.16.0: ignition-gazebo6_6.16.0...ign-gazebo6
Checklist
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.