Variables | |
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() More... | |
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.