DOC: clarify behavior of //model/model/static#713
Merged
azeey merged 4 commits intogazebosim:sdf11from Dec 10, 2021
Merged
Conversation
Signed-off-by: FirefoxMetzger <sebastian@wallkoetter.net>
Codecov Report
@@ Coverage Diff @@
## sdf11 #713 +/- ##
=======================================
Coverage 88.89% 88.89%
=======================================
Files 73 73
Lines 11072 11072
=======================================
Hits 9843 9843
Misses 1229 1229 Continue to review full report at Codecov.
|
azeey
reviewed
Oct 14, 2021
Signed-off-by: FirefoxMetzger <sebastian@wallkoetter.net>
added 2 commits
December 9, 2021 15:13
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
azeey
approved these changes
Dec 9, 2021
|
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-03-25-fortress-edifice-citadel/1343/1 |
scpeters
added a commit
that referenced
this pull request
Mar 29, 2022
These changes were applied to SDFormat 1.8 in #713 but were not propagated to 1.9 after being merged forward. This completes the merge. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
7 tasks
scpeters
added a commit
that referenced
this pull request
Mar 31, 2022
These changes were applied to SDFormat 1.8 in #713 but were not propagated to 1.9 after being merged forward. This completes the merge. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
|
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1 |
This file contains hidden or 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
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.
Closes: #705
As per the title, this adds a sentence to the behavior of
//model/staticto avoid confusion on what might happen if it is used within a model that is itself included in another model.It also adds some clarification to
//model/@canonical_link, which was discussed in #705 .