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

Provide interface to Parameter Server #16

Open
baalexander opened this issue Feb 2, 2012 · 0 comments
Open

Provide interface to Parameter Server #16

baalexander opened this issue Feb 2, 2012 · 0 comments

Comments

@baalexander
Copy link
Owner

See rospy's interface for an example.

This could go under the root ros namespace in ros.js. Something like:

ros.ParameterServer = Backbone.Model.extend({ })

ParameterServer could override the default set and get implementations. It may make sense for ParameterServer to used statically, but the advantage of extending Model is others could bind to param changes (the ParameterServer would act like a cache for the ROS parameter server).

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

No branches or pull requests

1 participant