Skip to content

Instantly share code, notes, and snippets.

@UditSinghParihar
Last active September 5, 2019 01:56
Show Gist options
  • Save UditSinghParihar/83558f56130b99decb47d9e501aa940e to your computer and use it in GitHub Desktop.
Save UditSinghParihar/83558f56130b99decb47d9e501aa940e to your computer and use it in GitHub Desktop.
Rotation rectified
@UditSinghParihar
Copy link
Author

UditSinghParihar commented Sep 3, 2019

  1. Ground truth vs noisy trajectory aligned for first 50 poses.
    gt_vs_noise
  2. Noisy translation deviation from ground truth.
    trans_dev_noisy
  3. Noisy rotation deviation from ground truth.
    rot_dev_noisy
  4. Ground truth vs optimized trajectory.
    Optimized trajectory is multiplied with a transformation which minimizes the least square error of parameters (rotation and translation) between all the corresponding pairs of ground truth and optimized trajectory.
    gt_vs_opt
  5. Optimized translation deviation from ground truth.
    trans_deviation
  6. Optimized rotation deviation from ground truth.
    rot_deviation

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