Skip to content
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

Open
Userpc1010 opened this issue Dec 25, 2020 · 5 comments
Open

Can use filter for drone? #98

Userpc1010 opened this issue Dec 25, 2020 · 5 comments

Comments

@Userpc1010
Copy link

Userpc1010 commented Dec 25, 2020

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?

@Lezh1k
Copy link
Collaborator

Lezh1k commented Jan 1, 2021

Hello there :).
Sure, it will imrove accuracy of GPS data.
Any I believe you can also get sigmas from documentation to your accelerometer and update model.
But maybe your dron's flight controller already has good characteristics?

@Userpc1010
Copy link
Author

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?

@Lezh1k
Copy link
Collaborator

Lezh1k commented Jan 9, 2021

Sigma is a standard deviation of accelerometer. You can calculate it yourself, but very often you can find this information in manual.

@Userpc1010
Copy link
Author

Is it possible to use the horizontal position accuracy estimate (UBX nav-pvt) for the filter rebuildR (k, posDev) if translate it into meters?

@Lezh1k
Copy link
Collaborator

Lezh1k commented Jan 15, 2021

I guess you need another model for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants