From 3a9906f7da171dff85c8a66b5120194e895d57e8 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:35:13 +1030 Subject: [PATCH] Fix up commenting --- SlamController/slam_servicer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlamController/slam_servicer.py b/SlamController/slam_servicer.py index 3cf894e..3f8b790 100644 --- a/SlamController/slam_servicer.py +++ b/SlamController/slam_servicer.py @@ -12,7 +12,7 @@ class SlamServicer(SlamController_pb2_grpc.SlamControlServicer): self.slam = slam.SlamStreamer(lidar_connection=lidar_connection) def start_map_streaming(self, request, context): - print('Slam THread: ' + str(slam_thread)') + print('Received Map Start Streaming Request') if self.slam_thread is None: print('initialising slam_thread') # Don't bother creating and starting slam more than once.