Variables | |
tuple | process = subprocess.Popen(['rqt', '--clear-config']) |
A container to hold the gauges so they can be moved together process = subprocess.Popen(['rqt', '--command-start-plugin', 'container']) process.wait() |
tuple gauge_script::process = subprocess.Popen(['rqt', '--clear-config']) |
A container to hold the gauges so they can be moved together process = subprocess.Popen(['rqt', '--command-start-plugin', 'container']) process.wait()
Definition at line 13 of file gauge_script.py.