-
Notifications
You must be signed in to change notification settings - Fork 41
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
Merge gz-physics7 ➡️ main #571
Merged
Merged
Conversation
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
Signed-off-by: Michael Carroll <[email protected]>
The reported bug was that the detachable joint was not correctly linked between objects' canonical links with bullet-featherstone. While this was addressed and confirmed working in #530, this adds a test to prevent future regression (or for future physics implementations) Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
…562) * Add test to show seg-fault with unsorted links Signed-off-by: Shameek Ganguly <[email protected]> Signed-off-by: Steve Peters <[email protected]> Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Steve Peters <[email protected]> Co-authored-by: Ian Chen <[email protected]>
The bullet APIs expect the moment of inertia matrix to already be diagonalized. This changes the bullet-featherstone plugin to compute the principal moments of inertia in the same manner as the bullet plugin. It will now load models with off-diagonal inertia values without giving errors. Signed-off-by: Steve Peters <[email protected]>
This fixes the SetFreeGroupWorldAngularVelocity implementation in bullet-featherstone and updates the FreeGroup test in the simulation_features common test with the following changes: * Use FeatureList struct for faster build * Use sphere.sdf instead of shapes.world to avoid initial contact and gravity. * Verify free group pose and velocities in addition to link values. * Use tighter tolerances for velocity expectations. Signed-off-by: Steve Peters <[email protected]>
Merge gz-physics6 ➡️ gz-physics7
Codecov Report
@@ Coverage Diff @@
## main #571 +/- ##
==========================================
+ Coverage 76.11% 77.91% +1.79%
==========================================
Files 140 140
Lines 7797 7766 -31
==========================================
+ Hits 5935 6051 +116
+ Misses 1862 1715 -147
|
ahcorde
approved these changes
Nov 13, 2023
mjcarroll
approved these changes
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
➡️ Forward port
Port
gz-physics7
➡️main
Branch comparison: main...gz-physics7
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)