More import fixes

This commit is contained in:
Piv
2020-02-11 21:05:50 +10:30
parent b185f3c1d1
commit a34a452a9f

View File

@@ -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.