Skip to content

Instantly share code, notes, and snippets.

@UditSinghParihar
Created September 1, 2019 00:10
Show Gist options
  • Save UditSinghParihar/4b2abd4b3e789cdd75d74ab312928e56 to your computer and use it in GitHub Desktop.
Save UditSinghParihar/4b2abd4b3e789cdd75d74ab312928e56 to your computer and use it in GitHub Desktop.
Dataset 1: Star shaped trajectory optimization using manhattan constraints
  1. Following are the results of noisy star shaped trajectory optimization just using manhattan constraints.
@UditSinghParihar
Copy link
Author

  1. Dense ground truth trajectory:
    dense_gt

  2. Dense noisy trajectory:
    dense_noise

  3. Manhattan sparse trajectory:
    manh

  4. 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:
    before_g2o

  5. After g2o optmization:
    after_g2o

  6. 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.
    comb_traj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment