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

Question about successful VPS tracking in indoor environments #84

Open
arenas7307979 opened this issue Jun 25, 2023 · 0 comments
Open

Comments

@arenas7307979
Copy link

I have found that the issue causing VPS convergence lies in the error thresholds of the native GNSS.

self->kHorizontalAccuracyLowThreshold = 5;
self->kHorizontalAccuracyHighThreshold = 10;
self->kHeadingAccuracyLowThreshold = 5;
self->kHeadingAccuracyHighThreshold = 20;

However, in indoor or open outdoor environments, although the error thresholds of native GNSS are low, the uncertainty of whether VPS is being used can lead to inaccurate latitudes, longitudes, and heights. Indoor environments, in particular, are prone to a lot of misjudgments. Are there any other methods or parameters available to verify successful VPS convergence?

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

1 participant