46 :type context: qt_gui.PluginContext 48 super(ParamPlugin, self).
__init__(context)
49 self.setObjectName(
'Dynamic Reconfigure')
53 if context.serial_number() > 1:
55 (
' (%d)' % context.serial_number()))
56 context.add_widget(self.
_widget)
69 group = parser.add_argument_group(
'Options for rqt_reconfigure plugin')
70 group.add_argument(
'node_name', nargs=
'*', default=[],
71 help=
'Node(s) to open automatically')