Variables | |
| tuple | check_ip = subprocess.Popen(check_ip_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
| list | check_ip_cmd = ['ifconfig'] |
| tuple | essid = rospy.myargv() |
| fail = False | |
| string | NAME = 'check_for_ips' |
| tuple | r = ScriptDoneRequest() |
| tuple | result_service = rospy.ServiceProxy('prestartup_done', ScriptDone) |
| tuple check_for_ips::check_ip = subprocess.Popen(check_ip_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |
Definition at line 57 of file check_for_ips.py.
| list check_for_ips::check_ip_cmd = ['ifconfig'] |
Definition at line 56 of file check_for_ips.py.
| tuple check_for_ips::essid = rospy.myargv() |
Definition at line 52 of file check_for_ips.py.
| check_for_ips::fail = False |
Definition at line 60 of file check_for_ips.py.
| string check_for_ips::NAME = 'check_for_ips' |
Definition at line 43 of file check_for_ips.py.
| tuple check_for_ips::r = ScriptDoneRequest() |
Definition at line 54 of file check_for_ips.py.
| tuple check_for_ips::result_service = rospy.ServiceProxy('prestartup_done', ScriptDone) |
Definition at line 75 of file check_for_ips.py.