38 Interface for Python plugins which use the ROS client library. 40 User-defined plugins may either subclass `rqt_gui_py.plugin.Plugin` or according to duck typing 41 implement only the needed methods. 42 A plugin must not call rospy.init_node() as this is performed once by the framework. 43 The name of the ROS node consists of the prefix "rqt_gui_py_node_" and the process id. 47 super(Plugin, self).
__init__(context)
51 Shutdown and clean up the plugin before unloading. 53 I.e. unregister subscribers and stop timers.
def shutdown_plugin(self)
def __init__(self, context)