Public Member Functions | |
def | __init__ |
def | load |
Private Member Functions | |
def | _check_for_master |
def | _init_node |
def | _wait_for_master |
Private Attributes | |
_node_initialized | |
_wait_for_master_dialog | |
_wait_for_master_thread | |
Static Private Attributes | |
tuple | _master_found_signal = Signal(int) |
Definition at line 46 of file ros_py_plugin_provider.py.
Definition at line 50 of file ros_py_plugin_provider.py.
def rqt_gui_py.ros_py_plugin_provider.RosPyPluginProvider._check_for_master | ( | self | ) | [private] |
Definition at line 62 of file ros_py_plugin_provider.py.
def rqt_gui_py.ros_py_plugin_provider.RosPyPluginProvider._init_node | ( | self | ) | [private] |
Definition at line 94 of file ros_py_plugin_provider.py.
def rqt_gui_py.ros_py_plugin_provider.RosPyPluginProvider._wait_for_master | ( | self | ) | [private] |
Definition at line 82 of file ros_py_plugin_provider.py.
def rqt_gui_py.ros_py_plugin_provider.RosPyPluginProvider.load | ( | self, | |
plugin_id, | |||
plugin_context | |||
) |
Definition at line 57 of file ros_py_plugin_provider.py.
tuple rqt_gui_py::ros_py_plugin_provider.RosPyPluginProvider::_master_found_signal = Signal(int) [static, private] |
Definition at line 48 of file ros_py_plugin_provider.py.
Definition at line 50 of file ros_py_plugin_provider.py.
Definition at line 50 of file ros_py_plugin_provider.py.
Definition at line 50 of file ros_py_plugin_provider.py.