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
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).
The text was updated successfully, but these errors were encountered:
See rospy's interface for an example.
This could go under the root ros namespace in ros.js. Something like:
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).
The text was updated successfully, but these errors were encountered: