Possible to filter messages in rxplot?
I'm stuck using a message type that was perhaps poorly designed in that it's been multiplexed. That is to say several different joints are using the same message, but filling out a different joint index. I can't change the message unfortunately, but still need to work with it.
Is it possible to use rxplot to plot the information in such messages? I would have to basically set up some sort of conditional plotting.
I'm guessing this is not possible and my best option is to write a little translator node to convert the messages into either different topics or one that aggregates. But figured I'd ask anyway.