Hi, I am using ZED-X on Jetson Orin with Jetpack 6, ZED SDK 4.1.4, and a ZED Link Quad Capture Card. In the ZED tool’s Sensor Overview, I can see that all the data is being published at 400 Hz.
However, for the ROS wrapper, even though I set the frequency to 400 Hz, when I launch the camera and use ros2 topic hz to check the frequency, it only shows around 250 Hz.
Is anyone else facing a similar issue?
Another question: What is the best way to record data for images and IMU from multiple ZED cameras?
This is a “communication issue”.
First, ros2 topic hz is not the best way to benchmark a topic’s frequency. I recommend you use our benchmarking tool.
Second, you must check that you use a good QoS setup and middleware optimization.
Third, the IMU data retrieval/publishing run is done on a separate thread. If the Jetson device is overloaded the thread can run slower than required.
We tried recording the data using the ZED Sensor Viewer. Although the UI shows 400Hz, when we calculate the frequency from the saved CSV file, it is only around 200Hz. May I know if it’s the same on your side?
Hi @Alex-Beh
I apologize for the delay.
I’ve finally found the right moment to perform the test and I confirm the weird behavior.
I already reported it to the SDK team and it will be analyzed and eventually fixed.
Hi @Alex-Beh
according to the team feedback, the behavior will be fixed with the ZED SDK v4.2 which will be hopefully released before the end of the week.