Skip to content

Questions about some details of the solver #1301

Answered by cmastalli
lrchit asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lrchit,

When solving nonlinear optimal control problems, passing an initial guess of the solution is convenient. This is what your question is about. For instance, the quasiStatic function computes quasi-static inputs for given system configurations. This function is generally expensive to run as it requires a pseudo-inverse for contact dynamics.

As you can see in our examples, these simple initialization strategy leads to good convergence in plenty of practical problems in robotics. However, we can implement more appropriate strategies in model predictive control (MPC). For instance, one classical approach is to use the previous MPC solution. Other alternatives can be done via levera…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lrchit
Comment options

Answer selected by lrchit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1299 on September 07, 2024 07:26.