ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
765
stars
913
forks
source link
Make rosnode info show topic types of unconnected subscribers #2366
Open
Sanoronas opened 10 months ago
When running a node which has unconnected Subscribers rosnode info is unable to infer topic type. In contrast rostopic info is able to resolve this.
master.getTopicTypes()
instead ofmaster.getPublishedTopics('/')
pub_topics
variable totopic_types
to match new content