Hello, I ´ve a problem using DDS Filter. The problem is about content condition in filter topic. My topic has several fields and one like this:
Arbitrary_field:
[0]: 'E'
[1]: 'x'
[2]: 'a'
[3]: 'm'
[4]: 'p'
[5]: 'l'
[6]: 'e'
The result above is when I publish the topic and I watch it by DDS Spy. I´d like filter it by name ('Example').
If I print by screen the result I get something like this:
[..., Arbitrary_field: {E , x, a, m, p, l, e}, ...]