-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to test latency performance with different data size? #74
Comments
@chaoli2: I think there are two seperate problems here:
This looks like a bug. Let me investigate.
|
@deeplearningrobotics |
@chaoli2: Yes. Running |
@deeplearningrobotics
I got a new error:
Do you get any idea about this? |
@chaoli2 the error is what it indeed is - FastRTPS in Dashing namely indeed does not have Liveliness QoS supported. @esteve @MiguelCompany do you know why is performance_test trying to use it? |
I think this is the same as in #66. Please see my comment there for a possible solution. |
@MiguelCompany @dejanpan
|
I notice that there are multiple message types defined with different data size. I've tried "Array1k"(default size in README), "Array4k", "Array16k", "Array60k"(why noy 64k...), "Array1m" and "Array2m" with below command or similar:
Above message types all work well.
But when I move forward to "Array4m", I got below error message:
When I switch my test to PointCloud message type, there are not any responding when executing below command
What command and parameter should I use when testing PointCloud message type?
The text was updated successfully, but these errors were encountered: