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

Simple arm has an invalid inertia matrix #33

Open
osrf-migration opened this issue Nov 3, 2016 · 1 comment
Open

Simple arm has an invalid inertia matrix #33

osrf-migration opened this issue Nov 3, 2016 · 1 comment
Labels
bug Something isn't working minor

Comments

@osrf-migration
Copy link

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


This inertia matrix doesn't satisfy the triangle inequality.

Trying to load the simple arm with simbody:

gazebo --verbose simple_arm.world -e simbody

Results in this error:

[Err] [SimbodyPhysics.cc:326] EXCEPTION: Simbody build EXCEPTION: SimTK Exception thrown at MassProperties.h:552:
  Error detected by Simbody method Inertia::setInertia(xx,yy,zz,xy,xz,yz): Diagonals of an Inertia matrix must satisfy the triangle inequality; got 1.11,100.11,1.01.
  (Required condition 'Ixx+Iyy+Slop>=Izz && Ixx+Izz+Slop>=Iyy && Iyy+Izz+Slop>=Ixx' was not met.)
@osrf-migration
Copy link
Author

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


it's a problem with the arm_base link

IssuesForNewDevelopers

@osrf-migration osrf-migration added minor bug Something isn't working labels Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant