Is it possible to create topic filters in ROS2?
I want to make a network with devices that will publish their position in a position topic. What I want is to be able to separate my device's position from the others and handle each differently.
Is it possible to create some sort of topic filter e.g. based on a key ID that is included in the topic msg?