[Dev] Allow dim zero control
allow to define problems without control, but with variables
@abavoil this is for you! will allow you to use OC.jl both with direct and indirect approaches
@ocots do we already have flows for an ocp + u given either as u(t) or u(t, x) (feed-back)?
@ocots do we already have flows for an ocp + u given either as u(t) or u(t, x) (feed-back)?
For the moment, it is not possible to do so.
@ocots do we already have flows for an ocp + u given either as u(t) or u(t, x) (feed-back)?
For the moment, it is not possible to do so.
https://github.com/control-toolbox/CTFlows.jl/issues/134
@ocots for u of dim 0, allow flow to integrate the state only (no costate):
f = Flow(o)
xf = f(t0, x0, tf, v) # v: variable
@remydutto interested to work on that branch?
@abavoil see also https://github.com/control-toolbox/OptimalControl.jl/issues/678