Skip to content
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

Closed
micah-space opened this issue Feb 17, 2023 · 12 comments
Closed

Abnormal radar data publishing problems during operation #117

micah-space opened this issue Feb 17, 2023 · 12 comments

Comments

@micah-space
Copy link

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!

@Raymond601
Copy link

@lennart Puck, could you please help to check the issue above?
thank you!

@Raymond601
Copy link

@puck-fzi
Lennart Puck

@lenpuc
Copy link
Collaborator

lenpuc commented Feb 21, 2023

Hi, sorry for the late reply.
As you stated this is not normal behavior, I only experienced this once when my network connection was unstable and a disconnect happened.
Maybe this approach helps you: #109

Otherwise, I would need more Information about what is happening right before the abnormal behavior. Are there any network drops or other issues?

@micah-space
Copy link
Author

Hi, sorry for the late reply. As you stated this is not normal behavior, I only experienced this once when my network connection was unstable and a disconnect happened. Maybe this approach helps you: #109

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;

@lenpuc
Copy link
Collaborator

lenpuc commented Feb 21, 2023

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

@micah-space
Copy link
Author

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?

@micah-space
Copy link
Author

error
Hi,This picture shows that we encountered an exception when testing the data released by the radar node separately. The node can be restarted and returned to normal. The node has been running for about 35 hours. What is the reason for this?

@lenpuc
Copy link
Collaborator

lenpuc commented Feb 21, 2023

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

@lenpuc
Copy link
Collaborator

lenpuc commented Feb 21, 2023

error Hi,This picture shows that we encountered an exception when testing the data released by the radar node separately. The node can be restarted and returned to normal. The node has been running for about 35 hours. What is the reason for this?

This is probably related to #107.
if you have a stack trace for that issue, I would be happy to get that. Sicne i can not recreate the error on my system

@micah-space
Copy link
Author

error Hi,This picture shows that we encountered an exception when testing the data released by the radar node separately. The node can be restarted and returned to normal. The node has been running for about 35 hours. What is the reason for this?

This is probably related to #107. if you have a stack trace for that issue, I would be happy to get that. Sicne i can not recreate the error on my system

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.

@micah-space
Copy link
Author

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

ok, Thanks.

@lenpuc
Copy link
Collaborator

lenpuc commented Jul 26, 2023

Closing since it appears to be the same problem as issue #107

@lenpuc lenpuc closed this as completed Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants