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 sensormsgs/msg/Image and sensormsgs/msg/PointCloud2 topic inside same subscriber.
Asked by dinesh on 2021-05-25 12:20:52 UTC
Comments