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