multiple subscribed topic in same callback
How is it possible to subscribe multiple topics inside a same callback in ros2 python? I found similar answer like this one, but saw that for each subscriber different callbacks are used. What i want to do is to subscribe sensor_msgs/msg/Image and sensor_msgs/msg/PointCloud2 topic inside same subscriber.