-
Notifications
You must be signed in to change notification settings - Fork 60
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
Abnormal radar data publishing problems during operation #117
Comments
@lennart Puck, could you please help to check the issue above? |
@puck-fzi |
Hi, sorry for the late reply. Otherwise, I would need more Information about what is happening right before the abnormal behavior. Are there any network drops or other issues? |
Hi,Thank you very much for your reply. Other information is not available for the time being, but I have two questions for you. 1. Can the driver layer judge whether the scanner restarts when the node is running; 2. Whether the driver layer has the receiving timeout judgment logic to report an exception; |
Hi, no the driver is not aware of sensor restarts or timeouts. This is nothing implemented. You would need to write a watchdog for this. It is currently not planned from my side |
Thanks, Is it possible for the sensor to reset itself when the communication is normal? |
Hi, what the sensor internally does, i am not fully aware of. In my opinion though it should not reset itself |
This is probably related to #107. |
Hi, I have checked the relevant issues. It should be a kind of problem. I can locate the code segment where the problem occurs in SickSafetyscannersRos:: receivedUDPPacket by printing the log. |
ok, Thanks. |
Closing since it appears to be the same problem as issue #107 |
The latest version 1.0.8 driver occasionally has abnormal radar data publishing problems during operation, which can be restored to normal after restarting the node, seriously affecting the operation. The specific analysis of the problem is as follows: 1. Check that the physical network connection between the host and the sensor is normal; 2. Use the Wireshark network analysis tool to monitor the data transmission between the host and the sensor. The packet length is normal and the transmission is normal; 3. Print the topic scan data of the node without information; 4. Restart the node to recover. The preliminary judgment is that it is a driving problem. Please check and improve it as soon as possible. Thanks!
The text was updated successfully, but these errors were encountered: