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
I've tried the driver with Raspberry Pi Serial and it's not working well.
I believe it's a problem with receiving/parsing SBF bytes. Sometimes it parses small byte chunks (like 1 byte).
The problem doesn't happen with USB serial. Maybe because it's virtual.
Thanks a lot
The text was updated successfully, but these errors were encountered:
I am experiencing the same. If I connect via COM1. The logger shows:
"Without a (circular) buffer and a new thread, we would have faced an incomplete message right now. Read unsuccessful: Rx decoder error for message with ID $GPGGA"
Apt package for Ubuntu 20.04, i.e. ROS Noetic, v1.06.
Compiling v1.0.8 from source on Ubuntu 20.04, ROS Noetic does not print the error anymore, but it shows a similar error message and no messages are being published.
"[DEBUG] [1636460553.012298132]: Calling read_callback_() method, with number of bytes to be parsed being 3"
Greetings,
I've tried the driver with Raspberry Pi Serial and it's not working well.
I believe it's a problem with receiving/parsing SBF bytes. Sometimes it parses small byte chunks (like 1 byte).
The problem doesn't happen with USB serial. Maybe because it's virtual.
Thanks a lot
The text was updated successfully, but these errors were encountered: