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
Value error, likely due to missing fields in the NMEA message. Error was: invalid literal for int() with base 10: ''. Please report this issue at github.com/ros-drivers/nmea_navsat_driver, including a bag file with the NMEA sentences that caused it
#159
Closed
aristow1 opened this issue
Jan 9, 2023
· 1 comment
Hello
Im trying to run my GPS with this ros driver but i keep on getting this error :
[WARN] [1673266044.583654]: Received a sentence with an invalid checksum. Sentence was: '00957.1579,E,000.0,125.2,090123,002.2,E*76'
[WARN] [1673266044.727569]: Value error, likely due to missing fields in the NMEA message. Error was: invalid literal for int() with base 10: ''. Please report this issue at github.com/ros-drivers/nmea_navsat_driver, including a bag file with the NMEA sentences that caused it.
im not able to read the data through the nmea ros package. however when i read the data with sudo cat /dev/ttyUSB0 i get the following results:
Hello
Im trying to run my GPS with this ros driver but i keep on getting this error :
im not able to read the data through the nmea ros package. however when i read the data with
sudo cat /dev/ttyUSB0
i get the following results:any Idea on how i can solve this ? thank you
The text was updated successfully, but these errors were encountered: