Parameters of PolynomialStaticLoad #250
Unanswered
mario-akira
asked this question in
Q&A
Replies: 1 comment 1 reply
-
My suggestion on that would be a little hacky but might work: I would define a wrapper function around the env.step() in which the parameters a, b, c of the PolynomialLoad are accessed and exchanged. A standardized way of doing this is not implemented yet. |
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 would like to know if it is possible to update the load parameters using "PolynomialStaticLoad" during the control simulation. I want to update the parameters because I am simulating the dynamics of a go-kart with the parameters a, b, and c of the "PolynomialStaticLoad," so I would like to change them while simulating the PMSM motor. Is it possible to do this, or would I have to perform multiple simulations, always changing them initially?
Beta Was this translation helpful? Give feedback.
All reactions