apollo-platform icon indicating copy to clipboard operation
apollo-platform copied to clipboard

fix ros::master::getTopics() getting worng results

Open liangteng opened this issue 7 years ago • 1 comments

The declaration of ros::master::getTopic says that each item in the result is a pair <string topic, string type>, but in the implementation the item is a pair of <string topic, string uri> which is conflict with declaration.

Besides, the TopicInfo is a container of topic name and datatype, not uri

liangteng avatar Jun 01 '18 05:06 liangteng

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 01 '18 05:06 CLAassistant