-
Notifications
You must be signed in to change notification settings - Fork 136
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
no gps fix detected... aborting #128
Comments
Is the gps reciever set to NMEA output? If you run gpsmon, what does it report? |
No it's not, tcp://localhost:2947 JSON slave driver> I don't know what i am doing wrong. |
if i run sudo ./crocodilehunter.py -d -w 03:24:52 default - INFO starting crocodile hunter project: default
so what can i do to get the gps fix? |
when i run Creating the USRP device with: ... gps_locked sensor not found. This could mean that you have not installed the GPSDO correctly. Visit one of these pages if the problem persists:
|
It seems like the gpds service is not getting a position from the gps.
Regards Edit: spelling |
Problem solved. It was a wrong configured gpsd. |
hey, ther
ive got a question about crocodilehunter.
if i do sudo ./crocodilehunter.py -d it says
04:36:11 default - INFO starting crocodile hunter project: default
04:36:11 default - INFO Starting WebUI
04:36:11 default - INFO * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
04:36:11 default - INFO Checking for config file
04:36:11 default - INFO Compiling srsUE
04:36:12 default - INFO SrsUE built succesfully
04:36:12 default - INFO Reticulating Splines
04:36:12 default - DEBUG Connecting to gpsd socket at 127.0.0.1:2947
04:36:12 default - DEBUG Waiting for welcome message
04:36:12 default - DEBUG Enabling gps
04:36:12 default - DEBUG Polling gps
04:36:12 default - INFO No GPS fix detected. Waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - DEBUG Try %s waiting for fix.
04:36:12 default - DEBUG Polling gps
04:36:12 default - CRITICAL No GPS fix detected. Exiting.
04:36:12 default - ERROR Unhandled exception:
Traceback (most recent call last):
File "./crocodilehunter.py", line 281, in
crocodile_hunter.start()
File "./crocodilehunter.py", line 137, in start
exit(1)
File "/usr/lib/python3.8/_sitebuiltins.py", line 26, in call
raise SystemExit(code)
SystemExit: 1
04:36:12 default - ERROR Exiting...
04:36:12 default - WARNING Stopping Watchdog
04:36:12 default - SUCCESS See you space cowboy...
so, why i can't get no gps fix? can anybody say what there is to do with this issue?
The text was updated successfully, but these errors were encountered: