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.
Peregrine will not run when installed from source. I have attempted to rebuild libswiftnav as instructed but that hasn't resolved the problem. I will note that I do not have plover installed, so code generation is disabled according to cmake. Is plover required or optional?
My versions:
Peregrine SHA:3d07815849
libswiftnav SHA: 8bbc35e7292
~/gps/peregrine/peregrine$ python run.py
Traceback (most recent call last):
File "run.py", line 22, in <module>
from peregrine.navigation import navigation
File "/home/ryan/ownCloud/gps/peregrine/peregrine/navigation.py", line 14, in <module>
import swiftnav.pvt
File "build/bdist.linux-x86_64/egg/swiftnav/pvt.py", line 7, in <module>
File "build/bdist.linux-x86_64/egg/swiftnav/pvt.py", line 6, in __bootstrap__
File "swiftnav/track.pxd", line 204, in init swiftnav.pvt (swiftnav/pvt.c:5092)
ValueError: swiftnav.track.AidedTrackingLoop has the wrong size, try recompiling
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.
Peregrine will not run when installed from source. I have attempted to rebuild libswiftnav as instructed but that hasn't resolved the problem. I will note that I do not have plover installed, so code generation is disabled according to cmake. Is plover required or optional?
My versions:
Peregrine SHA:
3d07815849
libswiftnav SHA:
8bbc35e7292
The text was updated successfully, but these errors were encountered: