Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

The get_topic_data function in nodes/api.py isn't general nor robust. #343

Open
goruck opened this issue Oct 29, 2017 · 0 comments
Open

Comments

@goruck
Copy link
Contributor

goruck commented Oct 29, 2017

The get_topic_data function in nodes/api.py does not work except for some specific topics and will hang if a topic isn't publishing messages. I rewrote it to be general and with better error handling. See PR #339 for those code changes.

Note that this api is very useful if a user wants a current message from a topic since the data comes directly from ROS and not from CouchDB. Its also faster since getting a current view from CouchDB is very slow.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant