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

Add real-time type: RigidObject #24

Open
ndehio opened this issue Dec 1, 2016 · 2 comments
Open

Add real-time type: RigidObject #24

ndehio opened this issue Dec 1, 2016 · 2 comments

Comments

@ndehio
Copy link

ndehio commented Dec 1, 2016

A type for describing object properties would be beneficial. From my point of view it should contain:
float total_mass;
Eigen::Vector3f centerOfMass; //(3x1 vector)
Eigen::Matrix3f inertia; // (3x3 matrix)

A robot link can be seen in a more abstract way as a rigid object.

@ndehio
Copy link
Author

ndehio commented Dec 1, 2016

Eventually we should also add information describing the object shape which is important to model contacts

@xwavex
Copy link
Member

xwavex commented Dec 1, 2016 via email

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

No branches or pull requests

2 participants