You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real time iteration (RTI) scheme can improve the performance of MPC.
For this purpose, we need to decompose updateSolution() into the following two functions:
preparationStepRTI(t, q, v)
feedbackStepRTI(t, q, v)
The text was updated successfully, but these errors were encountered:
The real time iteration (RTI) scheme can improve the performance of MPC.
For this purpose, we need to decompose
updateSolution()
into the following two functions:preparationStepRTI(t, q, v)
feedbackStepRTI(t, q, v)
The text was updated successfully, but these errors were encountered: