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

Incorrect joint anchor position when child link pose is unset #978

Closed
osrf-migration opened this issue Dec 7, 2013 · 5 comments
Closed
Labels
all bug Something isn't working major physics

Comments

@osrf-migration
Copy link

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


There is an error when inserting a model like the following that has a single link connected to the world, specifically when a model pose is specified, but no link pose:

<?xml version="1.0" ?>
<sdf version="1.4">
  <model name="model">
    <pose>1 2 3 0 0 0</pose>
    <link name="child" />
    <joint name="joint" type="revolute">
      <parent>world</parent>
      <child>child</child>
      <axis>
        <xyz>1.0 0.0 0.0</xyz>
      </axis>
    </joint>
  </model>
</sdf>

In this case, since the pose offsets are zero for the child link and joint, the joint anchor location should be at 1, 2, 3, 0, 0, 0. In practice, the joint anchor is being placed at the origin. I am writing a test to document this failure, and then I will fix it.

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • changed title from "Joint error when child link pose is unset" to "Incorrect joint anchor position when child link pose is unset"

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


pull request #862

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • changed state from "new" to "resolved"

pull request #862

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • changed state from "resolved" to "closed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all bug Something isn't working major physics
Projects
None yet
Development

No branches or pull requests

1 participant