Last active
May 31, 2023 22:23
-
-
Save fnoble/8b1b12a1d15b26c5546a to your computer and use it in GitHub Desktop.
SBP decoding example with Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This gist has been moved into libsbp: | |
# https://github.com/swift-nav/libsbp/blob/master/python/sbp/client/examples/simple.py |
I have the same issue. Any solution ?
This gist has been moved into libsbp:
https://github.com/swift-nav/libsbp/blob/master/python/sbp/client/examples/simple.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Fergus,
I am trying to run: python sbp_example.py
I get the following error:
ImportError: No module named sbp_piksi
I cannot seem to find this in libsbp/python is there something else I need to install?