-
Notifications
You must be signed in to change notification settings - Fork 98
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
ign -> gz Migrate Ignition Headers : sdformat #1118
Conversation
needs release of gazebosim/gz-math#483 |
@osrf-jenkins run tests please |
Codecov Report
@@ Coverage Diff @@
## sdf9 #1118 +/- ##
=======================================
Coverage 88.35% 88.35%
=======================================
Files 63 63
Lines 10093 10093
=======================================
Hits 8918 8918
Misses 1175 1175
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
da294a2
to
e883c1f
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
e883c1f
to
e40e5af
Compare
we also need to update the minimum version of ignition-math6 needed once we start using |
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
added in 9624a0c |
src/parser_urdf.cc
Outdated
@@ -3484,7 +3484,7 @@ void ReduceSDFExtensionPluginFrameReplace( | |||
// create new offset xml blocks | |||
xyzKey = new TiXmlElement("xyzOffset"); | |||
rpyKey = new TiXmlElement("rpyOffset"); | |||
correctedOffsetKey = new TiXmlElement("ignition::corrected_offsets"); | |||
correctedOffsetKey = new TiXmlElement("gz::corrected_offsets"); |
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.
these changes to the element name should be reverted
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.
src/parser_urdf.cc
Outdated
// remove xyzOffset and rpyOffset | ||
(*_blobIt)->RemoveChild(rpyKey); | ||
} | ||
TiXmlNode* correctedOffsetKey = | ||
(*_blobIt)->FirstChild("ignition::corrected_offsets"); | ||
(*_blobIt)->FirstChild("gz::corrected_offsets"); |
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.
these changes to the element name should be reverted
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.
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
@scpeters, is this safe to merge? |
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
just made a last few changes I hadn't yet committed. We can merge when CI is clean |
Required by gazebosim/sdformat#1118. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
See: gazebo-tooling/release-tools#784