Is it possible to update parameters after loading a sdformat model? #2632
Unanswered
MasayaYoshiyasu13
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Currently, we don't parse the spring_stiffness of the model. It should be added in a future release (Pinocchio 4). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am using pinocchio to build a robot model in sdformat. After that, I am creating a problem and using crocoddyl to perform model predictive control (MPC).
What I want to do is to dynamically change the spring_stiffness value of sdformat's while MPC is running.
Please note that I want to update the spring_stiffness parameter of the model, not directly change the .sdf file.
I looked into it and found an example of "Update model after loading its URDF", but I could not find any articles about sdf.
Is it possible to do what I want to do in the future? I would appreciate your answer.
Beta Was this translation helpful? Give feedback.
All reactions