Incorporate GPS with Position Estimation
Posted: Wed Nov 20, 2019 10:18 am
After going through the forum, I found out that the position updates from external positioning systems should be sent to estimatorEnqueuePosition (https://github.com/bitcraze/crazyflie-f ... ice.c#L141)
Further there is another position update method implemented for Kalman Estimator. ( https://github.com/bitcraze/crazyflie-f ... lman.h#L72 ).
My question is if we have a GPS module connected to the CF and method to convert the GPS coordinates to the world coordinates x,y , which method should be selected to send the position ? The goal is to incorporate the coordinates from the GPS to avoid the drift of the position estimation of Kalman Filter?
Further there is another position update method implemented for Kalman Estimator. ( https://github.com/bitcraze/crazyflie-f ... lman.h#L72 ).
My question is if we have a GPS module connected to the CF and method to convert the GPS coordinates to the world coordinates x,y , which method should be selected to send the position ? The goal is to incorporate the coordinates from the GPS to avoid the drift of the position estimation of Kalman Filter?