Variables | |
tuple | ctr350_config = subprocess.Popen(ctr350_config_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
list | ctr350_config_cmd = ['ctr350','-l','/usr/lib/ctr350/willow_default.gws','-n',essid] |
tuple | essid = rospy.myargv() |
string | NAME = 'config_ctr' |
tuple | r = TestResultRequest() |
tuple | result_service = rospy.ServiceProxy('test_result', TestResult) |
tuple config_ctr::ctr350_config = subprocess.Popen(ctr350_config_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
Definition at line 59 of file config_ctr.py.
list config_ctr::ctr350_config_cmd = ['ctr350','-l','/usr/lib/ctr350/willow_default.gws','-n',essid] |
Definition at line 58 of file config_ctr.py.
tuple config_ctr::essid = rospy.myargv() |
Definition at line 53 of file config_ctr.py.
string config_ctr::NAME = 'config_ctr' |
Definition at line 43 of file config_ctr.py.
tuple config_ctr::r = TestResultRequest() |
Definition at line 55 of file config_ctr.py.
tuple config_ctr::result_service = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 82 of file config_ctr.py.