Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 474 Bytes

Robot-SLAM

Use a robot to map out indoor environment using Simultaneous Localisation & Mapping (SLAM). Full details can be found in Project Report.pdf.

Example results:

map 21

map 23

How to run:

  • Put training data files (encoder, lidar, imu) into folder 'test'
  • In your terminal, run: python slam.py <encoder_filename> <lidar_filename>
  • For example: python slam.py Encoders20.mat Hokuyo20.mat