ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
rosnode info is querying the master API to get it's information.
Publishers state the topic and type to the master.
Subscribers simply ask for the topic and verify that the type matches when the connection is established with the publisher.
Thus if you only have a subscriber the master does not know what type it is expecting.