-
Hello all, Thanks for this making this great repo public, we really like it. I wonder if you could clarify what does the class data contains? We are using the latest version, and we are trinh to extract the inertia properties from the data class from the cheatsheet (here):
But the above code gives me
In addition, I wonder if you may know if there is a python api for this great repo? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @TJBetter, as you did not call any algorithm this behavior is expected. If you just want to get the mass, you could call
and this will fill |
Beta Was this translation helpful? Give feedback.
Hi @TJBetter, as you did not call any algorithm this behavior is expected. If you just want to get the mass, you could call
and this will fill
data.mass
, see Section Center of Mass on the cheat sheet.