how to understand ActionModelImpulseFwdDynamics? #1270
liuxiaoyiyixiaoliu
started this conversation in
General
Replies: 1 comment 1 reply
-
The answers to your questions are:
|
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
-
1.I noticed that in the example of the walking program, ActionModelImpulseFwdDynamics is used to describe impulse dynamics. What is the purpose of this part?
2.I found that the input at the ActionModelImpulseFwdDynamics stage does not exist in the obtained solution, and the state only involves changes in velocity. So, is this an instantaneous process without any integration step?
3.How should this point be handled in MPC control? I noticed that removing this step significantly increases the number of iterations.
Beta Was this translation helpful? Give feedback.
All reactions