4 ms·
Do you have some suggestion for me to complete the MPC controller? Anything can help! For example: reference rust repo, optimization engine, optimization algori
by yangrobotics 2y ago
Do you have some suggestion for me to complete the MPC controller? Anything can help! For example: reference rust repo, optimization engine, optimization algorithm (linear / nonlinear). For nonlinear I am deciding between panoc and admm.
It is hard to demonstrate MPC in a simplistic way, but I want to take the challenge!
- rozgo 2y agopanoc, fast, efficient, good for real-time, embedded, and adaptive control. I’ll check what I can dig up for Rust examples.