-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem of the input buffer overflow #226
Comments
What is the receiver you are using? Can you try updating your config file to receive just these and see if it works fine?
|
Many thanks for your quick reply! I used Ublox ZED-F9P. |
I see, I am a little unsure why it is occurring -- it could be because of Firmware 9. I have a repository that has ported this codebase with necessary changes for it to work with Ublox ZED-F9P (but on ROS2) Linking it here in case it helps you: https://github.com/gokulp01/ros2-ublox-zedf9p. Nevertheless, this is the config file that works for me. (I would suggest following the same format mentioned in the repository)
Also, I believe the update rate for ZEDF9P is this: I would also suggest trying to keep it less than 5Hz and check if it works in your case. Lastly, I would also check if the receiver is working using u-center: https://www.u-blox.com/en/product/u-center |
Many thanks and I will test later! |
Hi, I decreased the rate below 5 Hz, however, I still had this problem... The baudrate I set it to be 460800... The only difference is here: TMODE3 Config
I did not config this part because my Ublox was Rover. |
Describe the bug
When I ran the Ublox ROS driver, after several minutes. The terminal showed: U-blox ASIO input buffer overflow, dropping 8192 bytes. Do you know how to solve this problem?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Without the error in the terminal
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: