Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 658 Bytes

All assignments done as part of Mobile Robotics (Monsoon-2020)

  1. Assignment 1-
  • Point Cloud Generation
  • Affine Transformations
  1. Assignment 2-
  • Point cloud registration using global transformations
  • Occupancy grid construction
  1. Assignment 3-
  • ICP (Iterative close point algorithm)
  • Non-linear least squares using
    • Gradient Descent
    • Gauss Newton
    • Levenberg-Marquardt
  1. Assignment 4-
  • DLT (Direct Linear Transform)
  • Zhang's method to estimate the K Matrix
  • Epipolar lines for stereo images
  1. Project 1-
  • Pose Graph estimation for 1D SLAM
  • Pose Grraph estimation for 2D SLAM from scratch and using g2o