Closed nicolaslauzon closed 2 weeks ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
Hey, can we please have a response on this issue? Is the uncertainty on the rate data rate an internal characteristic of the camera, or is it related to this driver?
This will be fixed at the SDK level with the release v4.2
Nice! Do you have a release date for the new SDK version?
It's imminent
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
Preliminary Checks
Description
I wish to have a constant publishing rate for the IMU on my zedx camera. However it is not. It seems to be better with higher
sensors_pub_rate
but it is never constant. Here is a figure of the different settings I tried compared to a reference imu in yellow.I played with these parameters when experimenting on getting a constant rate.
Steps to Reproduce
Steps
I used this snipped to analyse my data
I used this launchfile
And this config file
Expected Result
I expect that setting a 400Hz rate in the config would make the IMU publish at a constant rate of 400Hz.
Actual Result
It seems to skip a publish once in a while causing it to, half the time, take twice as long to publish. Here is the debug log displaying this inconsistency. Sometimes we get
No new sensors data
and this makes it skip the publish.ZED Camera model
ZED
Environment
Anything else?
No response