You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: