Robotics Toolbox
Implemented following functionality in the robotic toolbox:
Project 1
: Lidar-Camera Calibration, DLT, Zhang’s Method, Homography estimation and decomposition intoK, R and T
.Project 2
: Epipolar lines and Epipoles calculation. Visual odometry calculation using essential matrix decomposition intoR & T
under RANSAC scheme.Project 3
: Stereo reconstruction, Disparity Calculation,R|T
estimation using PnP and implementation of Gauss Newton from scratch.Project 4
: Motion model, observation model and pose estimation using EKF.Project 5
: Trajectory planning using polynomials functions, Bernstein polynomials and obstacle avoidance.