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

PhysicsEngines/FactoryTest.Clone/1 failing on gazebo8 and default #2367

Closed
osrf-migration opened this issue Oct 26, 2017 · 3 comments
Closed
Labels

Comments

@osrf-migration
Copy link
Author

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


The failed expectations are related to expecting joint limits to be the same in the original and cloned pr2 models.

I think this was caused by the changes to bullet in pull request #2757. We didn't see the test failure in that pull request that was targeted to gazebo7, but it shows up in gazebo8 due to the API change introduced in f4ff5b1 (deprecation of GetUpper/LowerLimit). The API's that were formerly used returned the joint limits initially set by sdf, not by querying the underlying bullet object.

At any rate, we need to add some tests to verify that joint limits are handled properly in bullet when there are off-axis inertia terms.

@osrf-migration
Copy link
Author

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


fix in pull request #2867

@osrf-migration
Copy link
Author

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


  • changed state from "new" to "resolved"

pull request #2867

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

No branches or pull requests

1 participant