Kalman_CPP
Kalman_CPP copied to clipboard
Kalman filter adapted for ARDRONE Parrot (merging data from GPS, IMU, Odometry, QR code and PID). Use for localization
Kalman filter for ARDRONE (Parrot) 2.0
Kalman filter in C++ for the ARDRONE 2.0 using ROS for communication Based on Ardrone Driver
Merge data from : ->IMU ->GPS ->QR Code (tag detected by the drone in a known field) ->PID (computation from current position and command) ->Odometry
Check more detail on the Localization Ardrone project (University project)