-
Notifications
You must be signed in to change notification settings - Fork 127
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
Use inertia information from the robot #91
Comments
What about simulated robots? Would it be possible to generate more precise inertia values from CAD files? |
Well yes, this is about robot simulation. The robots contain config files as e.g. the following for a UR5e:
|
Those values are also referenced on a UR Forum post: https://forum.universal-robots.com/t/moment-of-inertia-for-newton-euler-dynamic/14844/2. I'm a bit confused. Where do those values come from? Is that something stored in the robot controller? |
yes. It is part of |
This has actually been implemented in #195 |
Currently, we use a cylinder approximation for the inertia. However, we can read proper inertia values from the robot. We should probably use this on the description.
The text was updated successfully, but these errors were encountered: