-
Notifications
You must be signed in to change notification settings - Fork 106
Request: setMeasurementRate(uint16_t msMeasurementPeriod) #14
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
Comments
There are two ways to do this:
IIRC, I've tried this before and ran into problems when the interval was longer than around 45 seconds. I'm pretty sure that was using the first way. I'll go hunting for the code (it is probably in OpenLog Artemis). The second way can be done two ways:
I'll report back once I find the other code. Watch this space! |
Again, because you are using the ZED, You can set the navigation rate manually if you want to using |
This is working great! Thank you. |
Basically I'd like to be able to set the navFreq to something less than 1, such as 0.5 or 0.033 (for 30s between). I think the best way to do that is to add a set/getMeasurementRate() that directly sets the measurement rate.
See this feature request
The text was updated successfully, but these errors were encountered: