How do I use fsolve to optimize SLAM given information matrix and information vector?

1 visualizzazione (ultimi 30 giorni)
I know fsolve function in matlab is used for nonlinear function optimization and the syntax is given as:
x=fsolve(fun,xo,option)
Please, how would I apply this function to optimize a pose SLAM given the information matrix H and the information vector b. Where H = n by n matrix and b=n by 1 vector?
Thanks

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by