- Following are the results of noisy trajectory optmization in g2o using
Cauchy Cost FunctionvsDCS Algorithm.
Created
September 5, 2019 02:14
-
-
Save UditSinghParihar/54104d180a5cb0d0edb1cfb0432c272e to your computer and use it in GitHub Desktop.
Comparison of trajectory optimization using different algorithms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Left : Cauchy Algorithm (Kernel width = 1)andRight : DCS Algorithm (Kernel width = 1).Orange color trajectory is the output from optimization.
DCS Algorithmand turned off in optimization, whileCauchy Algorithmfails to detect them as faulty constraints, so it used them in optmization.Left : G2o optimized with Cauchy AlgorithmandRight : G2o optimized with DCS algorithm:4 . Using
DCS Algorithmwith star shaped trajectories (highly distorted) does not lead to any optimization and it just simply turns off all the loop closing manhattan constraints.