Hello,
First of all, thank you for developing LinearMPC.jl. Thanks to this package, I have successfully generated C-code for my Hybrid MPC implementation.
I am writing to inquire if it is possible to implement LTV (Linear Time-Varying) or LPV (Linear Parameter-Varying) MPC using the codegen feature. Specifically, I would like to know if the constraint matrices F and G can be updated at every time step after the C-code has been generated.
In my previous research, I implemented LTV/LPV MPC using OSQP codegen, which allowed for runtime matrix updates. I am curious if similar functionality is currently supported or could be added for the DAQP solver integration within LinearMPC.jl.
Thank you for your assistance.
Hello,
First of all, thank you for developing LinearMPC.jl. Thanks to this package, I have successfully generated C-code for my Hybrid MPC implementation.
I am writing to inquire if it is possible to implement LTV (Linear Time-Varying) or LPV (Linear Parameter-Varying) MPC using the codegen feature. Specifically, I would like to know if the constraint matrices F and G can be updated at every time step after the C-code has been generated.
In my previous research, I implemented LTV/LPV MPC using OSQP codegen, which allowed for runtime matrix updates. I am curious if similar functionality is currently supported or could be added for the DAQP solver integration within LinearMPC.jl.
Thank you for your assistance.