Subsriber ROS
Can a subscriber subscribe to two topics messages in ROS?
Can a subscriber subscribe to two topics messages in ROS?
Just create two subscribers. They can have the same callback function assuming the message types are the same.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-04-26 13:16:10 -0600
Seen: 46 times
Last updated: Apr 26 '16
Is there a way to have a precedence between two ROS nodes?
How to move a differential drive robot to target Co-ordinates?
How to write to a text file in python in a ROS node?
Call a function on new subscription data outside callback function?
Cannot convert ros::Subscriber to float
Publisher and Sbuscriber queues and their sizes (roscpp)
Publish a message from global scope in python
Store subscribed data in a variable in ROS