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'm using two ublox F9P, one configured as a base and the other as a rover. Ntrip server configured using pygpsclient. Checksum error appears when connecting using ntrip_client
[WARN] [1727698883.841775]: Found packet, but checksums didn't match
[WARN] [1727698883.842424]: Expected Checksum: 0xFF00
[WARN] [1727698883.843070]: Actual Checksum: 0x81688F
[WARN] [1727698883.843736]: Found packet, but checksums didn't match
[WARN] [1727698883.844369]: Expected Checksum: 0x1
[WARN] [1727698883.845008]: Actual Checksum: 0x91185E
[WARN] [1727698883.845643]: Found packet, but checksums didn't match
[WARN] [1727698883.846262]: Expected Checksum: 0x0
[WARN] [1727698883.846871]: Actual Checksum: 0xF1A64F
At the same time, when using a client connection via pygpsclient, there are no errors, packets arrive. Everything works similarly when connected via u-center
To Reproduce
Steps to reproduce the behavior:
Launch Node with command roslaunch ntrip_client ntrip_client.lauch
Successfull connection to server
See Error
Expected behavior
checksums must match
Environment (please complete the following information):
OS: Ubuntu 18.04
Architecture: x86_64
ROS Version: noetic
Version: 1.0.0
Sensor(s): ublox ZED-F9P
Modifications
No modifications
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using two ublox F9P, one configured as a base and the other as a rover. Ntrip server configured using pygpsclient. Checksum error appears when connecting using ntrip_client
[WARN] [1727698883.841775]: Found packet, but checksums didn't match
[WARN] [1727698883.842424]: Expected Checksum: 0xFF00
[WARN] [1727698883.843070]: Actual Checksum: 0x81688F
[WARN] [1727698883.843736]: Found packet, but checksums didn't match
[WARN] [1727698883.844369]: Expected Checksum: 0x1
[WARN] [1727698883.845008]: Actual Checksum: 0x91185E
[WARN] [1727698883.845643]: Found packet, but checksums didn't match
[WARN] [1727698883.846262]: Expected Checksum: 0x0
[WARN] [1727698883.846871]: Actual Checksum: 0xF1A64F
At the same time, when using a client connection via pygpsclient, there are no errors, packets arrive. Everything works similarly when connected via u-center
To Reproduce
Steps to reproduce the behavior:
roslaunch ntrip_client ntrip_client.lauch
Expected behavior
checksums must match
Environment (please complete the following information):
Modifications
No modifications
The text was updated successfully, but these errors were encountered: