Commit cc5429c
authored
fix ros::master::getTopics() getting worng results
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]1 parent 86d9dc6 commit cc5429c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | | - | |
| 161 | + | |
| 162 | + | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| |||
0 commit comments