Time optimal formulation

Hi @aknight0, welcome to the forum!

There is indeed an update:
The interfaces now allow for a more flexibel way of setting bounds on the initial state vector x0.
Instead of setting the property constr_x0, you can now set the following properties.

  • constr_Jbx_0, the matrix that specifies which components of x0 are bounded
  • constr_lbx_0, constr_ubx_0 the lower and upper bounds on x0

I did not play around with that a lot in Matlab, so please let me know if there is an issue

Best,
Jonathan