36 from rqt_py_common
import rosaction
42 super(ActionPlugin, self).
__init__(context)
43 self.setObjectName(
'Action')
45 self.
_widget.setWindowTitle(
'Action Type Browser')
46 if context.serial_number() > 1:
48 (
' (%d)' % context.serial_number()))
49 context.add_widget(self.
_widget)
52 self.
_widget.cleanup_browsers_on_close()