-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can use filter for drone? #98
Comments
Hello there :). |
I intended to use a filter for a DIY flight controller. Sigmas if I understand correctly this is a characteristic of the accelerometer's accuracy? If yes, then the accuracy of linear acceleration is more dependent on vibration and calibration sing the error of subtraction the gravity vector of acceleration data is higher than own noise accelerometer, maybe it makes sense to leave it as before? |
Sigma is a standard deviation of accelerometer. You can calculate it yourself, but very often you can find this information in manual. |
Is it possible to use the horizontal position accuracy estimate (UBX nav-pvt) for the filter rebuildR (k, posDev) if translate it into meters? |
I guess you need another model for this. |
This Kalmon filter algorithm can help improve the accuracy of GPS data on the drone, for example, fill in the gaps between GPS updates 5 to 90Hz? If use data from: GPS velocity vector NED, position and Boch BNO080 linear acceleration, quaternion absolute orientation resistant to acceleration and vibration on an aircraft, can expect an increase in accuracy GPS position?
The text was updated successfully, but these errors were encountered: