Skip to content

Conversation

@liangteng
Copy link

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

The declaration of ros::master::getTopic says that each item in the result of ros::master::getTopics  should be a pair <string topic, string type>, but in the implement the item is a pair of <string topic, string uri> which is conflict with declaration.
@CLAassistant
Copy link

CLAassistant commented Jun 1, 2018

CLA assistant check
All committers have signed the CLA.

Eddy-W added a commit to Eddy-W/apollo-platform that referenced this pull request Jul 26, 2019
The declaration of ros::master::getTopic says that each item in the result of ros::master::getTopics  should be a pair <string topic, string type>, but in the implement the item is a pair of <string topic, string uri> which is conflict with declaration. ref:[ApolloAuto#65]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants