i’m actually trying to stream the zedx data to the pc where i want to process everything,
my problem comes with the imu topic that generate data but is instable and every 2 sec generate a message with empty data everywhere which lead to incorrect informations.
is there any workaround or known solution to this problem ?
my SDK version is the folowing: ZED SDK Version: 5.1.1 - Build 106899_5f817843
it’s hard to show without a rosbag but the idea is that i have data coming on the imu topic but often i have a wrong data coming in and staying for like 1s or 2 with 0 in every field, even timestamp,
can i post rosbag here to show the problem more efficiently?
also i’ve checked the code with the debug option and saw that the issue is coming from the getSensorData function that often returns 0 for every field without returning error messages.
also i’ve tried to use the streaming on local host in order to check if the problem was coming from the network but it still have problem:
Also I have noticed that when using the Python API to connect to the camera via a local stream, I can successfully retrieve IMU data. However, the covariance values are consistently returning as 0. Is this a known bug, or has this issue not been reported before?
I can confirm that it’s not a hardware issue since when i’m using the ros2 wrapper on the zedbox i have all topic and the imu is working on the zedbox,
also when i open the ZED Sensor Viewer tool i have data coming in for every sensor