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
Your work has been a godsend! I'm trying to replicate what you've done almost exactly, however I'm having the issue that the start.py code throws up an error when run in python 2, but runs happily in python 3, however when I set GPS mode, the GPS code only runs in python 2.....
any suggestions?
The text was updated successfully, but these errors were encountered:
Thanks for your message.
I checked over the code for the GPS and there was few python 2 formatted prints I have updated, but also think the issue may come from the "run" functions in GPS2.py
def run(self):
global gpsd
while gpsp.running:
gpsd.next() #this will continue to loop and grab EACH set of gpsd info to clear the buffer
I tried the new version and I am running up against the same error, the issue seems to be that there is no gps header to import under python 3, so the main start.py code runs under python 3 (I get various struct.unpack errors under python 2) but the GPS code runs under python 2, it seems both will run independently, but not together.... have you managed to get the code running in GPS mode during your testing?
Hello Daniel,
Your work has been a godsend! I'm trying to replicate what you've done almost exactly, however I'm having the issue that the start.py code throws up an error when run in python 2, but runs happily in python 3, however when I set GPS mode, the GPS code only runs in python 2.....
any suggestions?
The text was updated successfully, but these errors were encountered: