From a34a452a9faabea773338c8d5c7c3ea3e5131676 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:05:50 +1030 Subject: [PATCH] More import fixes --- SlamController/slam_streamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlamController/slam_streamer.py b/SlamController/slam_streamer.py index d708f64..f79366e 100644 --- a/SlamController/slam_streamer.py +++ b/SlamController/slam_streamer.py @@ -2,7 +2,7 @@ import zmq from breezyslam.algorithms import RMHC_SLAM from breezyslam.sensors import RPLidarA1 as LaserModel from rplidar import RPLidar as Lidar -from SlamController_pb2 import SlamScan, SlamLocation +from .SlamController_pb2 import SlamScan, SlamLocation # Left here as was used in the example, configure as necessary.