mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
[python] fix realtimeplotapp
realtimeplotapp calls Stop() on IvyMessagesInterface and expects it to only unbind. Add an extra Shudown method for messagesapp that also stops Ivy.
This commit is contained in:
@@ -30,6 +30,9 @@ class IvyMessagesInterface():
|
||||
|
||||
def Stop(self):
|
||||
IvyUnBindMsg(self.ivy_id)
|
||||
|
||||
def Shutdown(self):
|
||||
self.Stop()
|
||||
IvyStop()
|
||||
|
||||
def __init__del__(self):
|
||||
|
||||
Reference in New Issue
Block a user