This project uses stereo camera observations to estimate where our agent is and where our observed landmarks are. This utilizes the Extended Kalman Filter (EKF) with stereo camera and IMU data to estimate the 3D pose of an agent and the 3D position of landmarks.
This was implemented in Python using NumPy. The code has been redacted. If you wish to see it, you may contact me at charles.lychee@gmail.com
This uses purely control inputs to estimate where our agent is. This is a naive approach that accumulates error in motion noise.
- The left visual shows the left camera frame with features overlayed.
- The center visual shows the landmarks as they are seen in each frame.
- The right visual shows all the landmarks that have been seen thus far.