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