rticonnextdds-connector icon indicating copy to clipboard operation
rticonnextdds-connector copied to clipboard

read/take with n parameter (CON-25)

Open ilya1725 opened this issue 7 years ago • 3 comments

Several examples (in Python) presented in this repository use either read and take functions. Generally, those functions will absorb all samples in the queue. Is there a way to use something like take_next_sample? Or perhaps use read, but then extract from the list of samples the ones that weren't read before?

ilya1725 avatar Dec 09 '16 19:12 ilya1725