mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
attitude_viz updates
This commit is contained in:
@@ -165,7 +165,7 @@ class MainWindow(wx.Frame):
|
||||
bind_string = "(^.*" + MESSAGE_NAME + ".*$)"
|
||||
IvyBindMsg(self.panel.onmsgproc, bind_string)
|
||||
def OnPaint(self, event):
|
||||
self.edit.SetValue( self.panel.longitude[-1] + " " + self.panel.latitude[-1])
|
||||
pass
|
||||
|
||||
def GenerateGui( self):
|
||||
# generate panel and edit box
|
||||
|
||||
Reference in New Issue
Block a user