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
Performance test, when sending RSM trajectory data, send 4-25 vehicle data according to a frame of 100ms, the actual received data has packet loss problem
To Reproduce
Steps to reproduce the behavior:
Using the performance test framework, send rsm data, the sending frequency is 0.1s
Send 1000 frames of data, check the sending result
Expected behavior
Received 1000 frames of data, the packet loss rate is 0
Active behavior
The received data is less than 1000 frames, and the packet loss rate is 3%
Screenshots
Log Information
N/A
Desktop (please complete the following information):
OS: MACOS
Tool: python
Version/branch: master/abanly
Additional context
N/A
The text was updated successfully, but these errors were encountered:
The reason for the packet loss phenomenon is that the algorithm service ensures that the data frame numbers entering the algorithm are in order, so if the current frame number is smaller than the previous frame, the algorithm service will actively discard the frame data. The current algorithm logic, as long as multiple frames of data are not continuously lost, has no effect on the algorithm's processing and due effects.
Describe the bug
Performance test, when sending RSM trajectory data, send 4-25 vehicle data according to a frame of 100ms, the actual received data has packet loss problem
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Received 1000 frames of data, the packet loss rate is 0
Active behavior
The received data is less than 1000 frames, and the packet loss rate is 3%
Screenshots
Log Information
N/A
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: