Add debug print after receiving zmq message
This commit is contained in:
@@ -38,6 +38,8 @@ class SlamStreamer:
|
||||
# Block until user opens zmq.
|
||||
self._socket.recv()
|
||||
|
||||
print('Received message from ZMQ')
|
||||
|
||||
# Adapted from BreezySLAM rpslam example.
|
||||
# Connect to Lidar unit
|
||||
lidar = Lidar(self._lidar_connection)
|
||||
|
||||
Reference in New Issue
Block a user