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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: