-
Notifications
You must be signed in to change notification settings - Fork 293
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
Removing ignition #2055
Removing ignition #2055
Conversation
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. My main concern is if we should remove support for using "ignition" in SDF files. Unlike code, those files are meant to work with multiple versions of Gazebo.
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #2055 +/- ##
==========================================
- Coverage 65.32% 65.31% -0.01%
==========================================
Files 321 321
Lines 30303 30272 -31
==========================================
- Hits 19795 19772 -23
+ Misses 10508 10500 -8
|
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
… into nkoenig/remove-ign
This now needs #2087 to build |
I believe we have followed the tick-tock approach where deprecation warnings have been given to users to modify their SDF. Standard practice is to follow the tick with the tock. |
Fair enough. |
changes look goo to me. Just need to re-run CI when it's ready. |
Now blocked on gazebosim/gz-msgs#380 and #2103 |
What are you doing to me? |
Jumping on the Windows grenade for you 🙃 |
It's not actually blocked at this point, Windows CI isn't going to pass until those two PRs are in. One for gz-msgs generation stuff, one for disabling pybind on windows which hadn't been forward ported yet. I'm good with merging with those caveats. |
A windows grenade seems like the most ineffectual grenade ever. Let me know when the grenade is done updating. I'll wait... |
CI Except Windows looks okay |
🎉 New feature
Removing "ignition"
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.