-
Notifications
You must be signed in to change notification settings - Fork 80
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
sample given to setDataSample seem to sometimes "leak" to the other side #319
Comments
I think this is "by design": The data sample is not stored separately in data elements and buffers, only in the The exact behavior of a Is the sample returned by the input port with Do you read with |
I remember having seen this problem a while ago, but appeared to be fixed (?) |
It might be with |
While integrating a component that would setDataSample its outputs in configureHook,
I noticed that the sample I gave to setDataSample would end up read by the other side.
(for reference: rock-control/control-orogen-motor_controller@dd14ca6)
In this particular instance, I am fairly sure that setDataSample
is the problem - even though I haven't debugged it fully:
However, removing setDataSample made it disappear.
field, while the names vector is empty for all other samples sent by
the component
The same caveat than in #318 applies here: it might be an old already fixed bug, due to the fact that Rock is stuck to an old RTT commit because of #302
The text was updated successfully, but these errors were encountered: