Add debug print statements.

This commit is contained in:
Michael Pivato
2019-02-07 07:00:03 +10:30
parent 4c25649c26
commit 61ef4a5e96

View File

@@ -1,3 +1,4 @@
print("It's happening!")
from DecisionSystem.CentralisedDecision.ballotvoter import BallotVoter
from DecisionSystem.CentralisedDecision.messenger import MqttMessenger
import numpy as np
@@ -10,6 +11,7 @@ from GestureRecognition.simplehandrecogniser import SimpleHandRecogniser
from threading import Thread
from queue import Queue
print("Parsing args")
parser = argparse.ArgumentParser(description="Runs a file with OpenCV and gets consensus from the swarm.")
parser.add_argument('-V', '--video', help="Path to video file.")