Package node_manager_fkie :: Module run_dialog :: Class RunDialog
[frames] | no frames]

Class RunDialog

source code

python_qt_binding.QtWidgets.QDialog --+    
                                      |    
                          PackageDialog --+
                                          |
                                         RunDialog

A dialog to run a ROS node without configuration

Instance Methods
 
__init__(self, host, masteruri=None, parent=None) source code
 
run_params(self)
Runs the selected node, or do nothing.
source code
 
on_package_selected(self, package) source code
 
on_binary_selected(self, binary) source code
Method Details

__init__(self, host, masteruri=None, parent=None)
(Constructor)

source code 
Overrides: PackageDialog.__init__

run_params(self)

source code 

Runs the selected node, or do nothing. :return: a tuple with host, package, binary, name, args, maseruri or empty tuple on errors

on_package_selected(self, package)

source code 
Overrides: PackageDialog.on_package_selected

on_binary_selected(self, binary)

source code 
Overrides: PackageDialog.on_binary_selected