I want to build a pose (position and attitude) measurement/estimation unit for my radio controlled aircraft by using * A PIC or an AVR microcontroller or an Ipaq PDA * A GPS receiver with serial data output * 3 x ADXL ??? accelerometer (3 axis, X,Y,Z) * Kalman filter * Expert advice from robotics gurus on the news group
- Reading the GPS data from the seial port is not difficult
- Digitizing ADXL ??? accelerometer outputs from 3 sensor is not difficult either
- Using Kalman Filter to fuse GPS and ADXL outputs is NOT easy for me. (I'm trying to learn Kalman Filter)
- Can some one help me how to combine/fuse four input data; (GPS + accelerations on X,Y,Z axis) to estimate accuratelly the pose of the aircraft ?