Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

GPS datas #14

Open
lolodenimes opened this issue Jul 27, 2020 · 1 comment
Open

GPS datas #14

lolodenimes opened this issue Jul 27, 2020 · 1 comment

Comments

@lolodenimes
Copy link

I runned the filter with several data sets and find out that the GPS state is totaly out of state.
The acceleration and velocity are correct but not the GPS and i don't succed in finding out what's the problem...
Pls help me =(
I'll link a picture of what's happening (red is the datas and blue the state).
plot

@lolodenimes
Copy link
Author

and i don't manage to find anithing about those equations:
_state(0) = _state(0) + (_state(3)/_state(4)) * (sin(_state(4) * dt + _state(2)) - sin(_state(2)));
_state(1) = _state(1) + (_state(3)/_state(4)) * (-cos(_state(4) * dt + _state(2)) + cos(_state(2)));

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

No branches or pull requests

1 participant