Course: SSC5888 - Autonomous Mobile Robots
Professor: Fernando Osório
[TOC]
- Odometry from real position/orientation of the robot in V-REP;
- As V-REP sensor readins don't provide noise, it is added in the Matlab code;
- Exploration and obstacle avoidance done with sonar sensors.
- Do odometry by simulate encoder signal in V-REP;
- Improve the performance of grid map printing;
- Do exploration and obstacle avoidance using Lidar.
- In Matlab file explorer go to rmaProject folder (You should clone or download this project);
- Open the file
slamViewerGUI.m
; - In Matlab EDITOR tab click in RUN button. The application will start;
- Open the file
rmaProject.ttt
in V-REP and start the simulation; - In Map Viewer GUI click on RUN SLAM button
- Statistics Toolbox
- V-REP PRO EDU V3.4.0 rev1
Older versions can broke some objects!
- Matlab 2016b
It is possible to use Matlab 2014b. You just need to change line 44 in file
printSpdDistInfo.m
toalgstr = algorithm;