Variables | |
| tuple | app = wx.PySimpleApp() |
| string | PKG = 'qualification' |
| tuple | r = TestResultRequest() |
| tuple | result = rospy.ServiceProxy('test_result', TestResult) |
| tuple | ret = wx.MessageBox("The plot shows the encoder count of the head pan. Press OK if you can adjust the head pan so the backlash is less than 4 ticks. Press Cancel if you can't", "Adjust Head Pan", wx.YES_NO) |
| tuple check_head_pan_adjust::app = wx.PySimpleApp() |
Definition at line 47 of file check_head_pan_adjust.py.
| string check_head_pan_adjust::PKG = 'qualification' |
Definition at line 35 of file check_head_pan_adjust.py.
| tuple check_head_pan_adjust::r = TestResultRequest() |
Definition at line 50 of file check_head_pan_adjust.py.
| tuple check_head_pan_adjust::result = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 45 of file check_head_pan_adjust.py.
| tuple check_head_pan_adjust::ret = wx.MessageBox("The plot shows the encoder count of the head pan. Press OK if you can adjust the head pan so the backlash is less than 4 ticks. Press Cancel if you can't", "Adjust Head Pan", wx.YES_NO) |
Definition at line 48 of file check_head_pan_adjust.py.