Closed neerajpal closed 5 years ago
Yes, the phase durations are initialized arbitrarily, usually with some defined gait. These durations, however, are optimization variables inside the NLP, so IPOPT is constantly changing those values in each iteration, which in turn affects the shape of the endeffector polynomials x(t). The image below might make this clearer, where deltaT are those duration variables (additionally, the node position and velocity are optimized as well and also affect the shape).
Thank you very much for your reply. I understood it.
In the paper "Gait and Trajectory Optimization for Legged Systems Through Phase-Based End-Effector Parameterization", you have written that
So, how are you using the optimised phase durations in the simulation? Are you randomly initialising it?
The
p_{i,j}
was supposed to be function of ΔTi,j.What could be the algorithm to calculate optimised phase duration?