-
Notifications
You must be signed in to change notification settings - Fork 18
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
Connection cache -> node #90
Comments
We might want to check rosapi... probably already doing something along
|
As of e4cf009 the connection_cache_node should be operational. Test coverage is not complete yet. |
We should shift some of the rocon python comms api into the connection cache node, e.g. |
Listing up some features we want in this node:
|
Work in progress : https://github.com/robotics-in-concert/rocon_tools/tree/connection_cache_fixes Status :
Things to think about :
|
Spinning up the Cache
We could use that current format, or better still, switch it to a format where it is just a request with a `spinup duration' variable so the user doesn't need to send a second request returning the node to the original spin period. |
Quick note : gopher_diagnostics frequency monitor and rocon_interactions manager are using master API directly. They should be using a cache proxy instead. |
This would be useful to serve a cached state of the master rather than having multiple clients bombarding the master.
It should check the old state vs new state and do latched publishing.
The text was updated successfully, but these errors were encountered: