mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 03:43:26 +08:00
fix link_combiner
This commit is contained in:
@@ -31,7 +31,7 @@ from ivy.std_api import *
|
||||
|
||||
PPRZ_HOME = os.getenv("PAPARAZZI_HOME")
|
||||
sys.path.append(PPRZ_HOME + "/sw/lib/python")
|
||||
import messages_xml_map
|
||||
from pprz_msg import messages_xml_map
|
||||
|
||||
class Circular_Buffer:
|
||||
def __init__(self, size):
|
||||
@@ -220,7 +220,7 @@ class Link_Combiner:
|
||||
|
||||
|
||||
def main():
|
||||
messages_xml_map.ParseMessages()
|
||||
messages_xml_map.parse_messages()
|
||||
|
||||
|
||||
#Command line options
|
||||
|
||||
Reference in New Issue
Block a user