Varying inertial properties but constant kinematics #1874
Answered
by
jcarpent
MaximilianDio
asked this question in
Q&A
-
Hi there. I would like to optimize dynamic properties like mass, center of gravity, inertia etc., however, the kinematics and therefore the joint frames do not change. Is there a way to update the model inertial properties without building the complete model, running kinematics etc. kind regards |
Beta Was this translation helpful? Give feedback.
Answered by
jcarpent
Feb 21, 2023
Replies: 1 comment 3 replies
-
You can change the inertia property of the model manually. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
MaximilianDio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change the inertia property of the model manually.
For instance,
model.inerias[joint_id].mass = 2.
will set the Inertia quantity supported byjoint_id
to the value 2.