Skip to content

Provide interface to Parameter Server #16

@baalexander

Description

@baalexander

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions