plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

A whitelist for dynamic reconfigure #259

Closed stonier closed 10 years ago

stonier commented 10 years ago

For when you don't want to have to show or crawl through all the parameter noise. A simple whitelist might look like:

    whitelist = {
         'Beachhead': ['show_incoming_pose_updates'],
         'Image Control Handle': ['value'],
         'Image Source': [
             'show_image_pair_timestamps',
             'show_stereo_parameters',
         ],
    }