-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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:
ros2 run performance_test perf_test -c ROS2 -l log -t Array4k --max_runtime 120
Above message types all work well.
But when I move forward to "Array4m", I got below error message:
ros2 run performance_test perf_test -c ROS2 -l log -t Array4m --max_runtime 120
terminate called after throwing an instance of 'std::runtime_error'
what(): a topic with the requested name does not exist or communication mean not supported.
When I switch my test to PointCloud message type, there are not any responding when executing below command
ros2 run performance_test perf_test -c ROS2 -l log -t PointCloud1m --max_runtime 120
What command and parameter should I use when testing PointCloud message type?
Metadata
Metadata
Assignees
Labels
No labels