Skip to content

Rewrite logic in filter_test to improve flaky test

This is for #688 (comment 466248232)

I can't positively say this isn't flaky anymore, but I can say that the code was weird. E.g. the whole thing that checks that exactly two point clouds arrived was inside of a "retry loop" that would publish the point clouds again, but not clear the already-received point clouds.

Merge request reports