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

Remove use of deprecated function sdf::JointAxis::InitialPosition #276

Merged
merged 2 commits into from
Jul 18, 2021

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Jul 9, 2021

Summary

gazebosim/sdformat#622 will remove sdf::JointAxis::InitialPosition, so we need to stop using it here.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • 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

@azeey azeey requested a review from mxgrey as a code owner July 9, 2021 22:00
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Jul 9, 2021
@chapulina chapulina added the needs upstream release Blocked by a release of an upstream library label Jul 9, 2021
@@ -1115,30 +1101,6 @@ Identity SDFFeatures::ConstructSdfJoint(
joint->setTransformFromParentBodyNode(parent_T_prejoint_init);
joint->setTransformFromChildBodyNode(child_T_postjoint);
Copy link
Contributor

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

Copy link
Member

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

Copy link
Member

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@darksylinc
Copy link

I am trying to build Fortress and hit this issue. InitialPosition has been removed so ign-physics doesn't build out of the box.

@scpeters
Copy link
Member

the ign-physics nightly build is broken until we get this in

@scpeters scpeters merged commit b5edaab into gazebosim:main Jul 18, 2021
@chapulina chapulina removed the needs upstream release Blocked by a release of an upstream library label Jul 19, 2021
@azeey azeey deleted the remove_initial_position branch July 20, 2021 16:05
@azeey
Copy link
Contributor Author

azeey commented Jul 20, 2021

My bad for merging gazebosim/sdformat#622 before merging this.

@azeey azeey mentioned this pull request Jul 20, 2021
8 tasks
@scpeters
Copy link
Member

My bad for merging ignitionrobotics/sdformat#622 before merging this.

no worries, it was easy to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants