Skip to content
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

Server: explicitly skip auto-inertial calculation #2166

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

scpeters
Copy link
Member

🦟 Bug fix

Needed when gazebosim/sdformat#1325 is merged

Summary

Automatic inertial calculation may not work in Root::Load, so explicitly configure the loader to skip auto-inertial calculation. Computation of auto-inertial values are currently skipped by default, but the default behavior is proposed to be changed in gazebosim/sdformat#1325, after which, this pull request would be required.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

Automatic inertial calculation may not work in
Root::Load, so explicitly configure the loader
to skip auto-inertial calculation.

Signed-off-by: Steve Peters <[email protected]>
@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Merging #2166 (30972e5) into gz-sim8 (e603694) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 30972e5 differs from pull request most recent head 0c3fb6c. Consider uploading reports for the commit 0c3fb6c to get more accurate results

@@             Coverage Diff             @@
##           gz-sim8    #2166      +/-   ##
===========================================
+ Coverage    65.47%   65.49%   +0.01%     
===========================================
  Files          323      323              
  Lines        30711    30713       +2     
===========================================
+ Hits         20108    20115       +7     
+ Misses       10603    10598       -5     
Files Changed Coverage Δ
src/Server.cc 87.22% <100.00%> (+0.14%) ⬆️

... and 2 files with indirect coverage changes

@scpeters
Copy link
Member Author

testing with ci_matching_branch in #2170

@azeey azeey added the beta Targeting beta release of upcoming collection label Sep 26, 2023
@azeey
Copy link
Contributor

azeey commented Sep 28, 2023

Waiting to test with the sdformat pre-release.

@azeey
Copy link
Contributor

azeey commented Sep 28, 2023

@osrf-jenkins run tests please

@azeey
Copy link
Contributor

azeey commented Sep 28, 2023

LGTM! The failing test on Actions has been fixed on #2175, so I'll merge and do another CI run in the prerelease PR.

@azeey azeey merged commit c5cd260 into gz-sim8 Sep 28, 2023
6 of 7 checks passed
@azeey azeey deleted the scpeters/skip_auto_inertia branch September 28, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Targeting beta release of upcoming collection 🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants