ublox gps LEA-6T received a sentencce with an invalid checksum. sentence was
hello,
I am using a Ublox lea 6T GPS for robot navigation. to connect the GPS with raspberry pi I've used TTL USB. after nmea_navsat_driver
package installation and running:
rosrun nmea_navsat_driver nmea_serial_driver _port:=/dev/ttyUSB0 _baud:=9600
I got a warning msg:
Received a sentence with an invalid checksum. The sentence was:'\x\xc\xefkl
and when I run: rostopic list
/fix
/heading
/rosout
/time_reference
/vel
when I want to display topics I got no data
Asked by abdelkrim on 2020-03-09 11:22:00 UTC
Answers
I changed the _baud value to 38400 the warning output stopped but I still got no data inside the topic /fix
Asked by abdelkrim on 2020-03-10 09:58:53 UTC
Comments