-
Notifications
You must be signed in to change notification settings - Fork 277
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
1. Add parameter for adjust current sign in battery plugin | ||
* [Pull request #2696](https://github.com/gazebosim/gz-sim/pull/2696) | ||
|
||
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 commentThe reason will be displayed to describe this comment to others. Learn more.
The below link also points to #2596. Maybe we can just remove There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
* [Pull request #2596](https://github.com/gazebosim/gz-sim/pull/2596) | ||
|
||
1. check valid pointer (#2674) | ||
j-rivero marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* [Pull request #2674](https://github.com/gazebosim/gz-sim/pull/2674) | ||
|
||
1. Disable detachable_joint integration test case on Windows | ||
* [Pull request #2523](https://github.com/gazebosim/gz-sim/pull/2523) | ||
|
||
1. Initialize threadsNeedCleanUp | ||
* [Pull request #2503](https://github.com/gazebosim/gz-sim/pull/2503) | ||
|
||
1. Remove systems if their parent entity is removed | ||
* [Pull request #2232](https://github.com/gazebosim/gz-sim/pull/2232) | ||
|
||
1. Disable failing testFixture_TEST for MacOS | ||
* [Pull request #2499](https://github.com/gazebosim/gz-sim/pull/2499) | ||
|
||
1. backport lidar visualization frame_id fix | ||
* [Pull request #2483](https://github.com/gazebosim/gz-sim/pull/2483) | ||
|
||
1. Fix DLL linkage/visibility issues | ||
* [Pull request #2254](https://github.com/gazebosim/gz-sim/pull/2254) | ||
|
||
1. Address a few Windows CI Issues | ||
* [Pull request #1911](https://github.com/gazebosim/gz-sim/pull/1911) | ||
|
||
1. Add GravityEnabled boolean component | ||
* [Pull request #2451](https://github.com/gazebosim/gz-sim/pull/2451) | ||
|
||
1. Add support for no gravity link | ||
* [Pull request #2398](https://github.com/gazebosim/gz-sim/pull/2398) | ||
|
||
1. Use VERSION_GREATER_EQUAL in cmake logic | ||
* [Pull request #2418](https://github.com/gazebosim/gz-sim/pull/2418) | ||
|
||
1. Rephrase cmake comment about CMP0077 | ||
* [Pull request #2419](https://github.com/gazebosim/gz-sim/pull/2419) | ||
|
||
1. Fix bug where iterator was used after the underlying item was erased from the container | ||
* [Pull request #2412](https://github.com/gazebosim/gz-sim/pull/2412) | ||
|
||
1. Fix namespace and class links in documentation references that use namespace `gz` | ||
* [Pull request #2385](https://github.com/gazebosim/gz-sim/pull/2385) | ||
|
||
1. Fix ModelPhotoShootTest test failures | ||
* [Pull request #2294](https://github.com/gazebosim/gz-sim/pull/2294) | ||
|
||
1. Setup rendering environment before cmake runs | ||
* [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) | ||
j-rivero marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Gazebo Sim 6.16.0 (2024-01-12) | ||
|
||
1. Allow using plugin file names and environment variables compatible with Garden and later | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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.
d343d87