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

Backport #399 to sdf9: Prefix nested model names when flattening #424

Merged
merged 1 commit into from
Nov 25, 2020

Conversation

azeey
Copy link
Collaborator

@azeey azeey commented Nov 24, 2020

See #399

Currently the addNestedModel function in parser.cc prefixes
link, joint, and frame names with the flattened model name
delimited by "::". This applies the same prefix to the names
of nested models within the flattened model as well.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@azeey azeey self-assigned this Nov 24, 2020
@github-actions github-actions bot added the 🏰 citadel Ignition Citadel label Nov 24, 2020
@codecov-io
Copy link

Codecov Report

Merging #424 (7521bb0) into sdf9 (8cef85f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             sdf9     #424   +/-   ##
=======================================
  Coverage   86.26%   86.26%           
=======================================
  Files          59       59           
  Lines        9187     9188    +1     
=======================================
+ Hits         7925     7926    +1     
  Misses       1262     1262           
Impacted Files Coverage Δ
src/parser.cc 77.61% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cef85f...7521bb0. Read the comment docs.

Copy link
Collaborator

@EricCousineau-TRI EricCousineau-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@azeey azeey merged commit f5c8bd9 into gazebosim:sdf9 Nov 25, 2020
@azeey azeey deleted the backport_399 branch November 25, 2020 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants