4 ms·
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
by rozgo 2y 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.
- yangrobotics 2y agoDo 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.