Scripts for data logging in the Toyota Prius
Here I refer to this document https://learn.adafruit.com/adafruit-ultimate-gps-on-the-raspberry-pi/setting-everything-up Scripts store in local computer: Documents/recording/gpsLogger_linux.py
If the gps cannot load location, try following command in a new terminal.
sudo systemctl stop gpsd.socket
sudo systemctl disable gpsd.socket
sudo gpsd /dev/ttyUSB0 -F /var/run/gpsd.sock
After this, can test on terminal is it works well:
cgps -s
sudo systemctl enable gpsd.socket
sudo systemctl start gpsd.socket
From Cloud: https://community.comma.ai/cabana/ From USB: pip install pandacan