top | item 41360696

(no title)

rozgo | 1 year ago

Yang, this is really well done. I work with Rust and robotics all day, and would have never imagine seeing all this in one file. It is a great learning tool. If you complete the MPC controller it can also be a great learning tool for training AI pilots.

discuss

order

yangrobotics|1 year 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|1 year ago

panoc, fast, efficient, good for real-time, embedded, and adaptive control.

I’ll check what I can dig up for Rust examples.