You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In INTEGRATION_factory, the Clone subtest for bullet has been failing on gazebo8 and default since pull request #2773 and pull request #2774 were merged.
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.
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
In
INTEGRATION_factory
, theClone
subtest for bullet has been failing on gazebo8 and default since pull request #2773 and pull request #2774 were merged.The text was updated successfully, but these errors were encountered: