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

Remove GPS Time Tracking from the Orbit Class #299

Open
kylekrol opened this issue Feb 3, 2021 · 0 comments
Open

Remove GPS Time Tracking from the Orbit Class #299

kylekrol opened this issue Feb 3, 2021 · 0 comments
Labels
bug Something isn't working gnc

Comments

@kylekrol
Copy link
Member

kylekrol commented Feb 3, 2021

Currently, the orb::Orbit class tracks GPS time in nanoseconds internally and performs some validity checks on it's value. For our purposes, always tracking GPS time with an orbit may cause issues given potentially "discontinuities" in time that may be caused by Teensy clock drift. Currently, the orbit estimator doesn't even make use of the tracked GPS time.

We should pull tracked GPS time out of the general orbit class and then fix up the downstream implementations accordingly.

@kylekrol kylekrol added bug Something isn't working gnc labels Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gnc
Projects
None yet
Development

No branches or pull requests

1 participant