Files:
utils.py - My helper functions for implementing the EKF predict and update steps.
hw3_main.py - Script for getting trajectory and landmark postitions. 3 graphs are plotted when this is run from the command prompt (~10 sec runtime)
VI_SLAM.ipynb - Notebook used for development of EKF algorithm