diff --git a/sw/ground_segment/python/redundant_link/link_combiner.py b/sw/ground_segment/python/redundant_link/link_combiner.py index 5343d05615..ad7cc32236 100755 --- a/sw/ground_segment/python/redundant_link/link_combiner.py +++ b/sw/ground_segment/python/redundant_link/link_combiner.py @@ -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