-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remove use of deprecated function sdf::JointAxis::InitialPosition #276
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
@@ -1115,30 +1101,6 @@ Identity SDFFeatures::ConstructSdfJoint( | |||
joint->setTransformFromParentBodyNode(parent_T_prejoint_init); | |||
joint->setTransformFromChildBodyNode(child_T_postjoint); |
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.
Is this block up here still needed? The comment seems outdated
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.
agreed, the comment seems outdated
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.
I'm going to merge this now to unbreak things but will open an issue to follow up on this comment
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.
Yes, the code is needed, but the comment is indeed outdated. I think it can simply be removed.
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.
I am trying to build Fortress and hit this issue. InitialPosition has been removed so ign-physics doesn't build out of the box. |
the ign-physics nightly build is broken until we get this in |
My bad for merging gazebosim/sdformat#622 before merging this. |
no worries, it was easy to fix |
Summary
gazebosim/sdformat#622 will remove
sdf::JointAxis::InitialPosition
, so we need to stop using it here.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge