This study addresses the generic problem of navigating a robot between obstacles. The experimental case tested here is driving through doorways, which can be seen as a special case of a junction between corridors.
The robot used was the MICA wheelchair. On-board there is a scanning laser tilted downwards, a fiber optic gyro and odometric encoders. From the laser scan walls and the door are found using the Hough/Radon transform.
The results with the control law used gave a standard deviation of 1.4 cm for the lateral error and 2.2 degrees in angle. This can be improved by tuning of control law. The programming was mainly done in Java. Java methods can be integrated in a MATLAB script.
MATLAB and Java together was found to be an excellent test-bed for designing and testing algorithms. All computations was done in real-time. A long term goal in robotics is to fuse together many sensors into one platform and make a multipurpose vehicle.
Source: Luleå University of Technology
Author: Bengt Gunnarsson
>> 50+ Real-Time Project Abstracts and Downloads for Engineering Students
>> Computer Science Projects using Matlab with Free Base Paper Downloads
>> Robotic Projects using Matlab with Base Paper Downloads
>> Real-Time Project Ideas and Topics for Engineering Students
>> Simple Java Projects with Source Code Free Download and Documentation