Implementation of Autonomous Vehicle Navigation Algorithms Using Event-Driven Programming

Autonomous navigation is an important feature in robotics as it provides mobile robot with the ability to traverse from one point to another point while avoiding any obstacles that lie within its path. One of the challenges is to reduce the complexity of the development of programs that can provide...

Full description

Saved in:
Bibliographic Details
Main Authors: Saman, Abu Bakar Sayuti, Sebastian , Patrick, Malek, Nadhira, Hasidin, Nurul Zahidah
Format: Conference or Workshop Item
Published: 2012
Subjects:
Online Access:http://eprints.utp.edu.my/8096/1/1569574121.pdf
http://eprints.utp.edu.my/8096/
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Autonomous navigation is an important feature in robotics as it provides mobile robot with the ability to traverse from one point to another point while avoiding any obstacles that lie within its path. One of the challenges is to reduce the complexity of the development of programs that can provide the pertaining artificial intelligence. The objective of this paper is to describe the implementation of autonomous navigation through the use of event-driven programming technique which was based on finite state machines (FSM). By using FSM to describe the behaviour of a navigating mobile robot, an equivalent algorithm can be developed. The algorithm can be relatively easy translated to a suitable program with event-driven programming technique. Two types of navigation, maze navigation and grid following; were implemented by persons with minimum to intermediate programming skill; exhibiting