Python node with more than one publisher/subscriber
Is it possible to make a ros python node that has more than one subscriber and more than one publisher? Are there examples of this?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is it possible to make a ros python node that has more than one subscriber and more than one publisher? Are there examples of this?
Yes.
I'm not aware of any good examples offhand, but the basic principle is that you simply instantiate multiple copies of the publisher and subscriber objects.
(I also believe that this question has been asked and answered before)
Asked: 2014-01-20 07:48:22 -0600
Seen: 305 times
Last updated: Jan 20 '14
Problem using subscribed motor position topic
Subscriber and Publisher node at once in cpp
Which ways of communicating with a controller are real-time safe?
How to recieve an array over Publisher and Subscriber? (Python)
basic question in understanding publishing and subscribing
Programmatically get ModelState from Gazebo
Publisher Subscriber Teleoperation -- High Latency?