Fix print statement
This commit is contained in:
@@ -36,7 +36,7 @@ class SlamStreamer:
|
|||||||
self._socket = self._start_socket(
|
self._socket = self._start_socket(
|
||||||
self._create_socket(self._zmq_context), self._port)
|
self._create_socket(self._zmq_context), self._port)
|
||||||
|
|
||||||
print('Started and bound zmq socket.'
|
print('Started and bound zmq socket.')
|
||||||
|
|
||||||
# Adapted from BreezySLAM rpslam example.
|
# Adapted from BreezySLAM rpslam example.
|
||||||
# Connect to Lidar unit
|
# Connect to Lidar unit
|
||||||
|
|||||||
Reference in New Issue
Block a user