There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
The fourth and final project is about building a estimation project on top of controller project to get close to th reality with existence of noise . In this project , we are using Extended kalman filter by fusing noisy GPS , IMU and compass (magnetometer) to estimate current drone position , velocity and yaw . EKF filter is implemented using c++ with basic code provided by Udacity.