Path Planning Algorithm Development For Autonomous PDF
Path Planning Algorithm Development For Autonomous PDF
Path Planning Algorithm Development For Autonomous PDF
net/publication/269297110
CITATIONS READS
28 10,703
3 authors, including:
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Khondker Jahid Reza on 04 November 2018.
1
Electronics and Communication Engineering Discipline
Khulna University, Khulna 9208, Bangladesh.
2
School of Computer and Communication Engineering,
Universiti Malaysia Perlis (UniMAP), Pauh Putra main campus, Arau, Perlis 02600, Malaysia.
Abstract - A vacuum cleaner robot, generally called a the robots in the market today. If it is commercially produced,
robovac, is an autonomous robot that is controlled by intelligent this robot will become a competitor. Although the cleaning
program. Autonomous vacuum cleaning robot will perform task efficiency of both the two robots is moderately good but the
like sweeping and vacuuming in a single pass. The DVR-1 problem so far with the cost. The expenditure of making cost
vacuum cleaning robot consists of two DC motor operated wheels
is pretty higher than the
that allow 360 degree rotation, a castor wheel, side spinning
brushes, a front bumper and a miniature vacuum pump. Sensors
in the bumper are used for generating binary information of The motto of this paper is to evaluate cost efficient,
obstacle detection then they are processed by some controlling lightweight, less noisy and low maintenance robotic system.
algorithms. These algorithms are used for path planning and Simultaneously, having the facility of automatic avoidance of
navigation. The robot's bumper prevents them from bumping any obstacles and capable of finding its way around after the
into walls and furniture by reversing or changing path fall from a height. On the other hand, the robot may perform
accordingly. floor cleaning functions like vacuum cleaning and sweeping
Index Terms - Bumper sensor, cliff sensor, navigation, vacuum while moving around. Mapping technology is absent in this
cleaner, complete coverage, route map algorithm. design due to cost effective issue. The idea make preference
for the robot to clean the entire area of a room.
I. INTRODUCTION A couple of spinning side brushes are attached to the
underneath of the cleaning machine to accumulate dirt, debris
Robots are emerged as a home appliance recently as the
including pet-hair as well during the move along the way.
people demands are increasing. Home appliance robotics
Though the robot is round shaped but it can still clean along
research is becoming active more than ever. So far several
edges and into other hard-to-reach places. The robot can also
number of big bulky cleaning machines are available for
be maneuvered using remote control to reach the destination.
domestic and industrial use. But their operations are non-
In this paper section II describes the basic block diagram of
autonomous type and these can perform only some specific
the systems, where section III gives some brief idea about the
functions of cleaning.
sensors. Developed algorithms are discussed in section IV.
The two most widely known robot vacuum cleaning robots are
Section V deals with design issues. This paper concludes with
the iRobot Roomba and Neato. Roomba cleans up very
performance analysis of the robot.
efficiently getting into hard-to-reach areas and often neglected
areas like wall edges and beneath furniture. Roomba senses its II. BLOCK DIAGRAM
surroundings and works intelligently around and under
The proposed robot is battery powered electronic device
furniture, avoiding stairs and other drop offs with 'cliff detect'
having two different sensors which produces binary
sensing. iRobot Roomba is a randomly moving robot. It does
information. This information is then sent to the control unit
not build a map of the house and it has no clue where it is in
which is regarded as the brain of the robot. This unit generates
the room rather it uses an algorithm called iAdapt. It goes
from wall to wall, turns when it bumps into an obstacle and control signals automatically based on the information
takes long enough time to cover the whole floor area [1]. But provided by the sensors. Finally these control signals are
forwarded to the wheel motor drivers.
with the help of a laser range finder that scans around in a full
360° circle, the Neato robot uses SLAM algorithm that allows Currently, two modes, i.e., manual and autonomous are
it to map the room for navigation and travels in straight line included to the robot. Manual mode allows the users to operate
patterns partially overlapped [2][3]. Kinect sensor based the robot by itself whether incase of autonomous it is driven
Roomba robot is already been investigated but the costs are by the operator. But the twice modes cannot be run
relatively higher [4]. But the proposed robot performs many of simultaneously.
the functions of Roomba and Neato but it is very much cost
effective costing only about US$ 55, far cheaper than any of
Assuming that,
Wheel radius= r
Wheel to centre point distance= R
Number of revolution of wheel per second=N
R Fig. 7. Random walk algorithm flowchart.
So, time for 3600 rotation of robot = second
N ii. Spiral algorithm
This algorithm allows the robot to create an increased circle.
First of all, the robot checks if there is enough place to start
moving spirally. If yes, the robot convolutes in a LHS (left
hand side) direction, increasing radius from centre point till an
obstacle is sensed. When the obstacle is sensed the robot stops
executing the algorithm. This algorithm helps in quick
coverage of the room area [10].
Fig. 5. Front bumper angle with respect to center point. The algorithm is exhibited in Fig. 8 using flowchart. For this
algorithm, the speed of the right wheel driving motor is
If the front bumper of the robot makes an angle ‘θ’ with the
considered running in full speed while the speed of the left
center point of driving wheel joining axis then to avoid corner
motor is gradually increasing with respect to time.
trapping condition-
Rθ
Minimum turning time after a collision= second
720.rN
Now some randomness is added to this time to improve
random walk performance.
The robot has circular body structure. For this algorithm, after
every collision the robot has a sequence of movements. They
are-
a. Back
b. 900 Turn (Right/Left)
c. Go
d. 900 Turn (Left/Right) Fig.12. Robot moving along room boundary in wall follow algorithm.
It is supposed that, the robot body diameter = The wall follow algorithm flowchart is give below.
The parallel lines should be such that the robot partially
overlaps adjacent lines.
So maximum separation between parallel lines=
Let, Back distance =
Then various timings are
So, various required timings are (seconds)
Back = second (1)
Go = second (3)
The robot has body diameter, L= 14.5cm
So, various required timings are calculated as
1) Back = 0.16 second
2) Turn = 0.625 second
Fig. 13. Wall follow algorithm flowchart.
3) Go = 0.48 second
Cleaning Cycle
The flowchart of the ‘S’ shape algorithm is given in Fig. 11. The robot continues executing those four algorithm one after
another (combined mode) until the whole surface area is fully
cleaned. The execution time for each algorithm is manually set
by the user or if not default execution time for each algorithm
is randomly set.
Fig. 11. Flow chart of the ‘S’ shape pattern algorithm. B. Manual mode
Manual mode allows the users to operate the robot hardly to
reach places. The user has freedom to command the robot to
create any pattern. In autonomous mode obstacles and cliffs The body of the robotic vacuum is composed of a circular
are handled automatically by on board sensors and controllers. piece of plastic board, onto which all the components are
But as the user operates the robot by him in manual mode, attached. The proposed robot is made of plastic as it is
some extra logics have to be developed. Without such relatively light and quite durable material for such a
programming the robot may bump an obstacle badly or fall construction. The motor specification is 2Amp/6VDC, 5500
from stairs. This may bring huge damage to the robot. The rpm with 70:1 gearbox.
allowed movements associated with both the sensors are listed
in Fig. 15. B. Driving system
The robot has different sort of driving systems. With driving
wheel placed on the center axis of the robot and differential
drive, a robot can rotate 3600 [12]. This facility is utilized in
the robot.
C. Side brush
The robot has two side brushes on the bottom for collecting
dirt along walls and corners. The brushes spin opposite to one
another. The side brush controlling motor specification is
Fig. 15. The DVR-1 robot’s bottom view showing various sensor
0.5Amp/6VDC with 30:1 gearbox.
arrangements.
The robot has two bumper sensors on left and right side
namely LB (left bumper) and RB (right bumper) respectively.
Table I includes the allowed commands regarding bumper
sensors.
Table I Various allowed commands corresponding to bumper sensor.
Fig.16. Robot’s side brush and vacuum filter.
Bumper Sensor
Featured Commands D. Vacuum system
LB RB Cyclonic type dry vacuum is used for collection of dirt.
0 0 All (Forward, Right, Left, Backward) Essentially the function of a cyclone separator is to remove the
0 1 Backward & Left majority of the dust and debris that is sucked up, and separate
1 0 Backward & Right it out from the air stream that carries it. It does this by
1 1 Backward introducing the dust filled air to the cyclone chamber. The
cyclone causes the air and dust to circulate around the outside
There are three cliff sensors on the bottom of the robot named of the container, and as such centrifugal forces keep the
LC, FC and RC. Featured commands of cliff sensor in manual particular matter to the outside edges. The vacuum motor is
mode are given below. 5Amp/6VDC with 8000rpm.
Table. II Allowed commands regarding cliff sensors.
Cliff Sensor Featured Commands
LC FC RC
0 0 0 All
0 0 1 Backward & Left
0 1 0 All except Forward
0 1 1 Backward & Left Fig.17. Dirty air suction and cyclonic filtration system.
1 0 0 Backward & Right
1 0 1 Backward E. Battery and electronics
1 1 0 Backward & Right The battery used is 6V/4.5Ah lead-acid. Lead-acid batteries
1 1 1 Backward are heavier than dry cell batteries but they have one big
advantage- they are far more cheaper than li-ion or NI-MH
batteries. The battery provides enough power to operate the
IV. MECHANICAL DESIGN OF PROPOSED ROBOT robot for about an hour. Charging time for the battery is about
5-6 hours.
Mechanical design consists of a three major parts. They will
be discussed in this section. V. PERFORMANCE DATA
given task. The room is 12×12 sq. ft and testing continues [5] V. Colla, A.M. Sabatini, A composite proximity sensor for
until entire room is cleaned. target location and color estimation, in: Proceedings of the
Four different algorithms were tested separately. Finally a IMEKO Sixth International Symposium on Measurement and
cleaning cycle was tested. The acquired data are then plotted Control in Robotics, Brussels, 1996, pp. 134–139.
in MATLAB. The efficiency was seen as area coverage in
[6] Chaomin Luo & Simon X. Yang Deborah A. Stacey:
time. In theory, only random walk or spiral or ‘S’ shape
“Real-time Path Planning with Deadlock Avoidance of
algorithm can provide complete coverage of the area if
Cleaning Robot”, Proceedings of the 2003 IEEE International
required time is provided. Owing the fact that both algorithms
Conference on Robotics & Automation. Taipei, Taiwan,
involved partial or complete randomness, their outputs were
September 14-19. 2003
highly unpredictable. Nevertheless, based on numerous tests
the data shows that the robot covers the entire area faster when [7] Stachniss and Cyrill, “Robotic Mapping and Exploration”,
operated in combined mode. in Springer Tracts in Advanced Robotics, Vol. 55, 2009,
XVIII, 196 p. 89 illus.
[8] Y D Zhang, K L Fan, B L Luk, Y H Fung, S K Tso
“Mechanical Design of A Cleaning Robot” in 8th IEEE
Conference on Mechatronics and Machine Vision in Practice
(2001)
[9] Ryo Kurazume, Shigeo Hirose, “Development of a
Cleaning Robot System with Cooperative Positioning System”
in Autonomous Robots (2000) Volume 9, Issue: 3, Publisher:
Springer, Pages: 237-246
[10] Sewan Kim, “Autonomous cleaning robot: Roboking
system integration and overview” in IEEE International
Fig.18. Performance graph of various algorithms in 12×12 foot room arena
Conference on Robotics and Automation 2004 Proceedings
ICRA 04 2004 (2004) Pages: 4437-4441 Vol.5
VI. CONCLUSION
[11] Chih-Hao Chen and Kai-Tai Song: “Complete Coverage
The aim of this work was to design and implement algorithms Motion Control of a Cleaning Robot Using Infrared Sensors”,
of movement of autonomous vacuum cleaner that would be Proceedings of the 2005 IEEE International Conference on
able to work inside of a flat, but not free of obstacles. Though Mechatronics July 10, 2005, Taipei, Taiwan.
the robot has minimum number of sensors, yet developed
algorithms fulfilled this goal. Future development of the robot [12] Charles A. Schuler, Willam L. Mcnamee, "Industrial
includes mapping technology, automatic charging algorithm Electronics and Robotics," Mcgraw-Hill International Edition,
and virtual walls. Neural network and fuzzy logics based Industrial Electronics Series, 2003.
control will be developed for better control of robot in future.
As the proposed robot performs several functions of Roomba
and Neato, but the expenditure will be less than them and
about 30 USD. If it is commercially produced, this robot will
become a competitor.
REFERENCES
[1] Available at:
http://www.irobot.com/EngineeringAwesome/images/iAdapt
%20Fast%20Facts.pdf
[2] "Hands-On: Neato XV-11 Robotic Vacuum Review".
Home Server Land. 2011-01-13.
http://www.homeserverland.com/2011/01/hands-on-neato-xv-
11-robotic-vacuum-review/. Retrieved 2011-01-13.
[3] "Neato Robotics XV-11". BotJunkie. 2010-05-18.
http://www.botjunkie.com/2010/05/18/botjunkie-review-
neato-robotics-xv-11/. Retrieved 2010-09-19.
[4] Ruiz, E.; Acuna, R.; Certad, N.; Terrones, A.; Cabrera,
M.E., "Development of a Control Platform for the Mobile
Robot Roomba Using ROS and a Kinect Sensor," Robotics
Symposium and Competition (LARS/LARC), 2013 Latin
American , vol., no., pp.55,60, 21-27 Oct. 2013.