-
Notifications
You must be signed in to change notification settings - Fork 104
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
imuFilter device is no longer in sync w/ incoming data #746
Comments
@traversaro I have some ideas on how to do that, this comment is a reminder for me to comment here. |
Hi @traversaro Do you have any plan for this activity? |
Not that they I want to work in the immediate future, but I had an idea for this kind of use cases (in which a device needs to do something, but we would like this "something" to be synchronized with something else). Basically, a lot of YARP devices do things, in a way or another. In most cases, this devices inherit from However, this is just a sketch, and definitly not a quick solution to this specific problem. However, if we are interested we can discuss about this in person. |
I believe I got the idea and I like it quite a lot. This problem is not urgent at all and I would even keep it on hold to let it serve as the very first testing scenario for the upcoming new service. Probably, something that we can also discuss during our monthly SW meetups. |
Bug description
With the imuFilter device driver's addition in #592, the component is no longer in sync with the incoming data.
As a result, we have been experiencing warnings generated by the velocity estimators and as a consequence the necessity to sub-sample the data.
Steps to reproduce
See detailed discussion in #728.
Expected behavior
The imuFilter device should be able to handle each single incoming data with a callback instead of using a periodic thread.
Example repository
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: