You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
This is because calc_PVT always spits out warning, even before the receiver clock is set and velocity becomes valid. The actual result is not used by the solution thread for positioning, only to set the receiver clock, so never makes it into SBP.
A solution might be to add a parameter to calc_PVT that will suppress warnings before the receiver clock is set.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After https://github.com/swift-nav/piksi_firmware/pull/651lands there is a message:
velocity > 1000kts
during the receiver startup.
This is because
calc_PVT
always spits out warning, even before the receiver clock is set and velocity becomes valid. The actual result is not used by the solution thread for positioning, only to set the receiver clock, so never makes it into SBP.A solution might be to add a parameter to
calc_PVT
that will suppress warnings before the receiver clock is set.The text was updated successfully, but these errors were encountered: