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 I get accuracy of tracking while reducing the sampling frequency of GPS?? #99

Open
sakshi1357 opened this issue Dec 27, 2020 · 1 comment

Comments

@sakshi1357
Copy link

I can go through your code then I want to check the accuracy level of tracking while reducing the sampling frequency of GPS is it possible in your code ????

@Lezh1k
Copy link
Collaborator

Lezh1k commented Jan 1, 2021

A lot of things happen in case we reduce GPS sampling frequency.
For example accumulated error becomes very HIGH!. This is because of double integral (we have acceleration, so 1st integral -> velocity and second integral -> position) of very noisy data from accelerometers.
So I would not recommend use current approach with low GPS frequency.

But if you want to try - there are settings (min_distance between points and min_period).

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