Definition at line 43 of file launch_main.py.
def rqt_launch.launch_main.LaunchMain.__init__ |
( |
|
self, |
|
|
|
plugin_context |
|
) |
| |
def rqt_launch.launch_main.LaunchMain.check_process_statuses |
( |
|
self | ) |
|
def rqt_launch.launch_main.LaunchMain.get_widget |
( |
|
self | ) |
|
def rqt_launch.launch_main.LaunchMain.load_params |
( |
|
self | ) |
|
def rqt_launch.launch_main.LaunchMain.restore_settings |
( |
|
self, |
|
|
|
plugin_settings, |
|
|
|
instance_settings |
|
) |
| |
def rqt_launch.launch_main.LaunchMain.save_settings |
( |
|
self, |
|
|
|
plugin_settings, |
|
|
|
instance_settings |
|
) |
| |
def rqt_launch.launch_main.LaunchMain.set_node_controllers |
( |
|
self, |
|
|
|
node_controllers |
|
) |
| |
def rqt_launch.launch_main.LaunchMain.shutdown |
( |
|
self | ) |
|
def rqt_launch.launch_main.LaunchMain.start_all |
( |
|
self | ) |
|
Checks nodes that's set (via self.set_node_controllers) one by one and
starts one if each node is not running.
Then disable START ALL button and enable STOP ALL button.
Definition at line 67 of file launch_main.py.
def rqt_launch.launch_main.LaunchMain.stop_all |
( |
|
self | ) |
|
Checks nodes that's set (via self.set_node_controllers) one by one and
stops one if each node is running.
Then enable START ALL button and disable STOP ALL button.
Definition at line 81 of file launch_main.py.
rqt_launch.launch_main.LaunchMain._main_launch_widget |
|
private |
rqt_launch.launch_main.LaunchMain._mainwidget |
|
private |
rqt_launch.launch_main.LaunchMain._node_controllers |
|
private |
rqt_launch.launch_main.LaunchMain._plugin_context |
|
private |
rqt_launch.launch_main.LaunchMain._run_id |
|
private |
The documentation for this class was generated from the following file: