Skip to content

Instantly share code, notes, and snippets.

@UditSinghParihar
Last active August 29, 2019 20:05
Show Gist options
  • Save UditSinghParihar/0c4ae6a1d5f76b20ddf5b89c61538875 to your computer and use it in GitHub Desktop.
Save UditSinghParihar/0c4ae6a1d5f76b20ddf5b89c61538875 to your computer and use it in GitHub Desktop.
Manhattan map on unoptimized graphs
  1. Below are the manhattan graphs generated on both less noisy and more noisy unoptimized trajectory.
  2. Both manhattan graphs from less and more noisy trajectories looks same, so we could do loop closure detection using MLP on both.
@UditSinghParihar
Copy link
Author

  1. Less noisy unoptimized trajectory:
    unopt_less_noise
  2. Manhattan graph on less noisy unoptimized trajectory:
    less_noise_manh
  3. More noisy unoptimized trajectory:
    unopt_more_noise
  4. Manhattan graph on more noisy unoptimized trajectory:
    more_noise_manh
  5. Ground truth trajectory from cartographer:
    ground_truth

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