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 #1119

Merged
merged 2 commits into from
Aug 27, 2022
Merged

Merge sdf9 ➡️ sdf12 #1119

merged 2 commits into from
Aug 27, 2022

Conversation

scpeters
Copy link
Member

➡️ Forward port

Port sdf9 ➡️ sdf12

Branch comparision: sdf12...sdf9

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

When converting a fixed joint in a URDF file to SDFormat,
by default the contents of the child link are merged into
the parent link, but poses in gazebo extensions such as
//gazebo/sensor/pose are not properly transformed (#378).
This issue has already been fixed in newer branches by #525,
so the test and that fix have been backported and refactored to
reduce code duplication (about 30 lines removed from parser_urdf.cc)
and also fix the treatment of //gazebo/light/pose.

Fixes #378.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters scpeters requested a review from azeey as a code owner August 26, 2022 22:54
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Aug 26, 2022
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #1119 (d095680) into sdf12 (a84742c) will increase coverage by 0.37%.
The diff coverage is 93.54%.

@@            Coverage Diff             @@
##            sdf12    #1119      +/-   ##
==========================================
+ Coverage   91.28%   91.66%   +0.37%     
==========================================
  Files          80       80              
  Lines       13086    13028      -58     
==========================================
- Hits        11946    11942       -4     
+ Misses       1140     1086      -54     
Impacted Files Coverage Δ
src/parser_urdf.cc 87.78% <93.54%> (+2.80%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@scpeters scpeters merged commit 38f8bb0 into sdf12 Aug 27, 2022
@scpeters scpeters deleted the scpeters/merge_9_12 branch August 27, 2022 04:52
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.

2 participants