Closed TakaHoribe closed 6 years ago
Just want to verify that Potter's method you mean the Hamiltonian building then Eigen decomposition method right?
To be honest, the reason why we were choosing iterative methods are quite simple:
With that been said, we should consider upgrade and provide an alternative way of solving discrete LQR, you are more than welcome to contribute :)
To Capri2014,
Thank you for your polite and quick response.
First, yes i mean the Potter's method is the eigen decompiosition method you just mentioned.
I understand what you say and the reason why the iterative algorithm is used. Actually, it is more understandable way and does not need any special resources. However, the eigen decomposition method would have great advantages and be useful especially for the realtime solver, such as this Apollo's control. Making an option for the solver might be better, i think.
I hope I can contribute someday!
@TakaHoribe Let me know if you are interested in this task
Close since no follow up.
In my case, the iteration algorithm of the "SolveLQRProblem" method does not seem to converge with a small iterative number. Then I'm wondering why the iterative algorithm is used. Potter’s method might be better for solving the LQR problem, or is there any advantages of the iterative method?