Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rosapi get_action_servers #429

Merged
merged 2 commits into from
Sep 16, 2019
Merged

Conversation

jorgenfb
Copy link
Contributor

The currently used proxy.get_topics function does not exists and results in the following error:
"AttributeError: 'module' object has no attribute 'get_topics'\n"
( can be reproduced by running rosservice call /rosapi/action_servers).

This change uses the existing get_topics_and_types method to get a list of topics.

jorgenfb and others added 2 commits August 19, 2019 22:11
The currently used proxy.get_topics function does not exists and results in the following error: `"AttributeError: 'module' object has no attribute 'get_topics'\n"`
This change uses the existing `get_topics_and_types` method to get a list of topics.
@jihoonl jihoonl merged commit 3b375b2 into RobotWebTools:develop Sep 16, 2019
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.

None yet

2 participants