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 sdf 1.7 changes forward to 1.8 #570

Merged
merged 8 commits into from
May 19, 2021

Conversation

scpeters
Copy link
Member

🦟 Bug fix

I noticed that several changes to the sdf/1.7 folder on the sdf10 branch were merged forward to sdf11's sdf/1.7 folder but not also copied to the sdf/1.8 folder. This manually ports SDFormat 1.7 changes in already in sdf11 forward to SDFormat 1.8

Summary

Changes to the sdf/1.7 folder were introduced to the sdf9 and sdf10 branches in the following pull requests:

They haven't yet been propagated forward to the sdf/1.8 folder, so that's what I've done here. I used meld sdf/1.7 sdf/1.8 to manually identify the changes that should be propagated forward.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Code check passed (In source directory, run sh tools/code_check.sh)
  • 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

iche033 and others added 7 commits May 17, 2021 16:32
* add double sided material param
* added to sdf 1.7 in gazebosim#410

Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* added to sdf 1.7 in gazebosim#435

Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* originally added to 1.7 in gazebosim#429

Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* added to 1.7 spec in gazebosim#446

Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* added to sdf 1.7 in gazebosim#487

Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* added to sdf 1.7 in gazebosim#514

Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* added to sdf 1.7 in gazebosim#521

Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters scpeters requested review from azeey and jennuine May 17, 2021 23:44
@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label May 17, 2021
@scpeters
Copy link
Member Author

I created #571 to track the meta-problem of remembering to copy these changes to the next folder when merging forward.

@scpeters scpeters mentioned this pull request May 17, 2021
8 tasks
Copy link
Collaborator

@azeey azeey left a comment

Choose a reason for hiding this comment

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

Thanks for noticing @scpeters. I believe there's a small change in frame.sdf that was added in #316, otherwise, LGTM!

Here's a git incantation that lists the changes to sdf/1.7 since sdf/1.8 was created

git diff 11bcc70d00fb55f0b53d5a8daceab340c78cc117..HEAD   sdf/1.7 > 1_7_changes.patch

That can be applied to sdf/1.8 with

patch -d sdf/1.8 -N --merge  -p3 < 1_7_changes.patch 

This may not always work, but at least it narrows down the number of files to look at.

* added to sdf 1.7 in gazebosim#316

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters
Copy link
Member Author

I believe there's a small change in frame.sdf that was added in #316

good catch; added in f6f8c28

@scpeters scpeters merged commit ec16957 into gazebosim:sdf11 May 19, 2021
@scpeters scpeters deleted the sync_1.7_to_1.8 branch May 19, 2021 00:11
@EricCousineau-TRI
Copy link
Collaborator

Thanks!

aaronchongth added a commit that referenced this pull request Jun 2, 2021
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
aaronchongth added a commit that referenced this pull request Jun 11, 2021
* Copy spec 1.8 to 1.9

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>

* Merging in changes from #570

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>

* Fixing version in root

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants