State Estimation - clems4ever/ardrone_loclib GitHub Wiki
Here we present our work on the estimation of the drone position. We use GPS, cameras and IMU, and all these data are merged in a specific node that implements a Kalman Filter.
Follow these links for further information on each part:
- Tag Detection
- GPS: see GPS Integration
- Visual Odometry: see Visual Odometry
- (imu)
- Kalman filter