fix link_combiner

This commit is contained in:
Felix Ruess
2015-07-17 14:09:31 +02:00
parent 04cafc04eb
commit c84c74b7ee
@@ -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