- Following are the results of noisy star shaped trajectory optimization just using manhattan constraints.
Created
September 1, 2019 00:10
-
-
Save UditSinghParihar/4b2abd4b3e789cdd75d74ab312928e56 to your computer and use it in GitHub Desktop.
Dataset 1: Star shaped trajectory optimization using manhattan constraints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dense ground truth trajectory:

Dense noisy trajectory:

Manhattan sparse trajectory:

Transformation of all the nodes with respect to the first node in above manhattan trajectory is caculated and given as loop closing constraints. It can be seen as overlying 3rd image constraints over 2nd image dense noisy trajectory.

Before g2o optimiztion:
After g2o optmization:

There is rotation effect in the optimized trajectory, as the starting node in noisy trajectory itself is rotated from ground truth starting node and that node is fixed in optimization.
