Renamed components -> sensors, robots -> vehicles

This commit is contained in:
simondlevy
2017-11-12 16:28:20 -05:00
parent a25e70d672
commit dd56c10ce7
6 changed files with 14 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ MAP_SIZE_METERS = 10
LIDAR_DEVICE = '/dev/ttyACM0'
from breezyslam.algorithms import RMHC_SLAM
from breezyslam.components import URG04LX as LaserModel
from breezyslam.sensors import URG04LX as LaserModel
from breezylidar import URG04LX as Lidar