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
The dynamic_reconfigure package uses service calls to provide a generic interface to change a node's parameters. Currently, a roslibjs client can interface to a node implementing dynamic_reconfigure using a service call (See dynamic_reconfigure/Reconfigure.srv).
However, it would be good to incorporate a Javascript API within roslibjs to interface with dynamic_reconfigure (similar to their Python API).