HI!
I want to set intial state input x0 for every iteration.
If the function ocp.constraints.x0(Python Interface — acados documentation) can meet my needs.
And I observe that some scholar set inital state input by
AcadosOcpSolver.set(0, 'lbx', x_current)
AcadosOcpSolver.set(0, 'ubx', x_current)
which can set intial state input.
But why it can