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

Merge sdf9 ➡️ sdf12 #1286

Merged
merged 2 commits into from
May 22, 2023
Merged

Merge sdf9 ➡️ sdf12 #1286

merged 2 commits into from
May 22, 2023

Conversation

azeey
Copy link
Collaborator

@azeey azeey commented May 22, 2023

➡️ Forward port

Port sdf9 ➡️ sdf12

Branch comparison: sdf12...sdf9

Note: #1238 was backported to sdf9 in #1258, so there are no changes in this PR.

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

aaronchongth and others added 2 commits May 10, 2023 10:44
When converting from URDF to SDFormat, some links without
an <inertial> block or a small mass may be dropped with only
debug messages in a log file, which are easily missed.
This makes the following changes:

* When a massless link in the middle of a kinematic chain is
  successfully merged to its parent by fixed joint reduction,
  fix bug that was dropping the massless link's child links and
  joints.
* Print no warnings or debug messages when a massless link
  is successfully merged to a parent by fixed joint reduction.
* Promote debug messages to warnings / errors when links
  are dropped to improve visibility. Improve message clarity
  and suggest fixes to the user.
* Change massless threshold test to `> 0` instead of being
  within a 1e-6 tolerance of 0.
* Add unit and integration tests.

Related to gazebosim#199 and gazebosim#1007.

(cherry picked from commit 6ffe669)

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Co-authored-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label May 22, 2023
@ahcorde
Copy link
Collaborator

ahcorde commented May 22, 2023

I can't see any files changed, is this correct ?

@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Merging #1286 (2b43306) into sdf12 (6955f04) will not change coverage.
The diff coverage is n/a.

❗ Current head 2b43306 differs from pull request most recent head 1ad4fa1. Consider uploading reports for the commit 1ad4fa1 to get more accurate results

@@           Coverage Diff           @@
##            sdf12    #1286   +/-   ##
=======================================
  Coverage   92.14%   92.14%           
=======================================
  Files          79       79           
  Lines       13126    13126           
=======================================
  Hits        12095    12095           
  Misses       1031     1031           

@azeey
Copy link
Collaborator Author

azeey commented May 22, 2023

I can't see any files changed, is this correct ?

Yes, #1238 was backported to sdf9 in #1258, so there are no changes in this PR.

@azeey azeey merged commit a0b9a00 into gazebosim:sdf12 May 22, 2023
@azeey azeey deleted the 9_to_12 branch May 22, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants