Until now, ROS 2 didn’t include a way to filter the contents of a topic, and a listener should receive all the updates of a given topic. There are many cases where the listener wants to get just a subset of the published samples, and this new feature will allow it, saving bandwidth and simplifying the application logic. In this talk we will present the new feature and a simple demo on how to use it.