Make the lidar streamer ready to work with main controller
This commit is contained in:
@@ -58,4 +58,7 @@ def getZmqPubSubStreamer(port):
|
||||
return ZmqPubSubStreamer(port)
|
||||
|
||||
def getTestingStreamer():
|
||||
return TestStreamer()
|
||||
return TestStreamer()
|
||||
|
||||
# TODO: Create a general get method that will get the streamer based on an
|
||||
# environment variable that is set.
|
||||
Reference in New Issue
Block a user