From fb09f18c9b22e944b20a629d2a40be95b884ca80 Mon Sep 17 00:00:00 2001 From: Danyal Saeed Mirza Date: Tue, 17 Apr 2018 17:25:12 +0500 Subject: [PATCH] Update xvslam.py rename components to sensors --- examples/xvslam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xvslam.py b/examples/xvslam.py index 8937f5d..6658ea6 100755 --- a/examples/xvslam.py +++ b/examples/xvslam.py @@ -24,7 +24,7 @@ MAP_SIZE_METERS = 10 LIDAR_DEVICE = '/dev/ttyACM0' from breezyslam.algorithms import RMHC_SLAM -from breezyslam.components import XVLidar as LaserModel +from breezyslam.sensors import XVLidar as LaserModel from xvlidar import XVLidar as Lidar