SlideShare a Scribd company logo
http://www.iaeme.com/IJMET/index.asp 1672 editor@iaeme.com
International Journal of Mechanical Engineering and Technology (IJMET)
Volume 10, Issue 01, January 2019, pp. 1672-1685, Article ID: IJMET_10_01_168
Available online at http://www.iaeme.com/ijmet/issues.asp?JType=IJMET&VType=10&IType=01
ISSN Print: 0976-6340 and ISSN Online: 0976-6359
© IAEME Publication Scopus Indexed
DEVELOPMENT OF A SMART AUTONOMOUS
MOBILE ROBOT FOR CAFETERIA
MANAGEMENT
Ademola Abdulkareem* and Victoria Ogunlesi
Department of Electrical and Information Engineering, College of Engineering, Covenant
University, Ota, Nigeria.
Adeniran S. Afolalu
Department of Mechanical Engineering Department, College of Engineering, Covenant
University, Ota, Nigeria
Adaobi Onyeakagbu1
Department of Electrical and Information Engineering, College of Engineering, Covenant
University, Ota, Nigeria.
*corresponding author
ABSTRACT
The main aim of this work is to use a robot in a typical cafeteria environment to deliver
food from the main counter to the customer’s table, thereby acting as a mobile robot
waiter. This study is essential in order to promote efficiency in serving food to customers.
The robot uses an Arduino microcontroller to run a program with a combination of RFID
technology, a line following module and an obstacle detecting system. The Radio
Frequency Identification (RFID) reader is fixed on the robot itself, and reads the RFID
passive tag which is placed under the serving tray. The RFID application allows the robot
to identify the right table that is to be served and the robot moves to the respective table
based on the tag. The uniqueness in the design of this serving robot is the application of
the obstacle detection and collision avoidance, together with the integration of RFID
technology. The findings from this research provide evidence that the robot is able to
move according to the described path.
Keywords: Smart autonomous, Mobile robot, Cafeteria management, RFID technology,
IR sensor module. Power converters,
Cite this Article: Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and
Adaobi Onyeakagbu, Development of a Smart Autonomous Mobile Robot for Cafeteria
Management, International Journal of Mechanical Engineering and Technology, 10(01),
2019, pp.1672–1685
http://www.iaeme.com/IJMET/issues.asp?JType=IJMET&VType=10&Type=01
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1673 editor@iaeme.com
1. INTRODUCTION
Food service industry is generally concerned with the quality preparation, presentation and
delivering of foods usually for immediate consumption away from home [1]. The use of service
robots for food delivery is growing rapidly in the industry especially in developed countries. The
idea behind these robots is to deliver food from kitchen to where the customer is sitting. T-
Bartender is one of the oldest food delivery robots and was implemented to improve on the
preparation of Japanese green tea [2]. The Waiter Robot was developed in 2015 to take care of
ordering and delivery. This robot, however, is not a fully autonomous system as it depends on
external computing to tell it at what table to stop.
There are numerous researches on service delivery applications of robot but not without one
challenge or the other [3]. For instance, a 7x5x2.5 electromechanical robot was designed to test
out how much weight the robot can carry without affecting its line tracing capabilities; the
application worked but not without challenge [4]. Warehouse navigation robot and food service
system robot based on the ‘line following system’ were designed and implemented [5]. These
applications worked fine, but ultimately lacked the ability to detect and avoid unexpected
obstacles. Another application of line following robot is the library inventory management system
(LIMS) designed to search through books on a rack and select the required one. Even though it
was able to perform its required purpose, it could only search books at the bottom row of the rack
due to height constraints and obstacle detecting sensors. [6]. the ultrasonic sensors are the most
popular type of obstacle detecting sensors. They are mostly used because of their low cost and
their inherent ability to achieve the goal. A tour guide robot called Central’s Automated Tour
Experience (CATE) [7] was developed in 2012 to act as sonar guided robot at an unspecified
higher institution. Majority of mobile robots used for food delivery operate on the basic principle
of line following. Line following is based on Infrared Photoelectric (IR) technology. An IR sensor
is used to ensure that the robot moves by tracking a line of white colour on a black surface or a
black colour on a white surface. It is a feedback control system, which allows a corrective
measure if the robot happens to move out of line. Moreover, RFID Technology has been applied
to many kinds of robots, such as a Pick and Place robot designed to follow a line to move to a
specific or required location [8]. Another RFID application of robot is the Warehouse robot; a
variation of the Pick and Place robot, designed to resemble a forklift used in warehouses [9].
Also, the “ServingBot” robot combines RFID technology, line following module and a simple
gripper and lifter mechanism to deliver food to tables by reading the tag which is placed under
the serving tray [10].
Meanwhile, the use of autonomous service delivery robots in Nigeria and other developing
countries is a potential goldmine. Furthermore, since the fast food industry in Nigeria has been a
key contributor to the Nigerian economy, it is recommended that a system that could handle the
high-volume traffic as well serve as a new customer attraction, be implemented. Therefore, this
work aims to explore the application of autonomous robots with RFID tracking and an obstacle
detection and avoidance system. This Smart autonomous mobile robot uses sensors for line
following and obstacle detection, coupled with a RFID tracking system to enable it deliver food
to customers in a typical indoor environment.Robots have increased in popularity due to a wide range of
factors. These factors include better quality of product and cost reduction [11, 12], For this work, the passive
RFID tag is used because of its cost effectiveness [13]. The outcome of the work can be
implemented in a typical Nigerian cafeteria or restaurant to eliminate cost of human error and
would inevitably boost customer patronage.
Development of a Smart Autonomous Mobile Robot for Cafeteria Management
http://www.iaeme.com/IJMET/index.asp 1674 editor@iaeme.com
2. SYSTEM DESIGN AND ANALYSIS
In building this autonomous robot, various suitable platforms are considered in order to build a
reliable and flexible system. The development and construction of the autonomous robot are
functionally divided into hardware and software designs.
2.1. Hardware Analysis
Differential drive robots have two wheels which can turn at different rates so that the robot moves
around. For differential drive robots, we have the right and left wheel velocities which are
controlled independently. If both wheels have the same velocity, the robot is moving straight; if
one wheel has a velocity lower than the other, the robot moves in the direction of the wheel with
lower speed. To develop a model for the differential drive robot, two parameters are specified:
is the distance between the two wheels; while is the radius of the wheel. The control parameters
are the speed of the right wheel, , and the speed of the left wheel, . The position of the robot
is given by , and it has an orientation angle specified by .A schematic diagram showing
parameters of a differential drive robot is shown in Figure 2.1
Figure. 2.1 Schematic diagram showing parameters of a differential drive robot
The differential drive robot model specified in terms and 	is given by:
cos ∅ (2.1)
sin ∅ (2.2)
∅ (2.3)
The dynamics of the differential drive robot specified in terms of its position and orientation
is given as:
cos ∅ (2.4)
sin∅ (2.5)
∅ (2.6)
Where and are the translational speed and angular velocity respectively
The hardware design of the robot basically consists of the mechanical structure and the
electronic circuit design of the circuit. Figure 2.2 gives an illustration of the hardware design of
the entire system.
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1675 editor@iaeme.com
Figure. 2.2 System hardware design
2.2. Mechanical Structure
The mechanical structure of the robot consists of the chassis as shown in Figure 2.3. It is the body
of the robot, the lifter system and the actuators. The chassis is made with strong clear acrylic
material with maximum length of 25.4 cm and maximum width of 152.4 cm. The Chassis is
coupled with a 4-wheel drive system with 4-DC geared motors controlling each 68mm wheel.
Figure 2.3 illustrates the fundamental design of the robot, indicating the chassis and the 4 wheels.
Figure. 2.3 Fundamental design of the robot
There are also 2 load bars connected to the chassis to enable a clear plastic to be attached.
This serves as the platform where the tray of food will be placed. Figure 2.4 is the proposed
bottom view of the robot, showing the 4-DC Geared motors that are used for driving the wheels.
The clear plastic will enable the RFID reader, which is attached under, to read each RFID tag on
the trays.
Development of a Smart Autonomous Mobile Robot for Cafeteria Management
http://www.iaeme.com/IJMET/index.asp 1676 editor@iaeme.com
Figure. 2.4 Proposed bottom view of the robot
2.3. Circuitry Design
The circuitry consists of the control module, the input and the output devices. The circuitry shown
in Figure 2.5 was designed, illustrated and simulated using the Proteus software. The major
components used are the Arduino Mega microcontroller, the 2 Infrared sensors, the Ultrasonic
sensor, the RFID module, the display, the servo motor, the motor driver and the powering circuit.
The circuit diagram for the service robot is shown in Figure 2.6.
The Arduino Mega board has 54 digital input/output pins with 15 pins having the additional
function of pulse width modulation outputs, 16 analog pins, a 16-MHz ceramic resonator/crystal
oscillator, an ICSP (In-circuit Serial Programming) header, 4 UARTs (hardware serial ports), a
USB connection, a power jack, and a reset button. It is based on the ATmega2560 processor
programmed as a USB-to-serial converter. The operating voltage is 5V while the recommended
input voltage ranges from 7V to 12V with limits of 6V minimum and 20V maximum. The DC
current per I/O Pin is 40mA while the DC current for 3.3V Pin is 50 mA. Its clock speed is the
same as that of the UNO board but it is chosen over the UNO board because of its additional
number of digital and PWM pins.
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1677 editor@iaeme.com
Figure 2.5 The circuitry of the robot
2.3.1. Infrared sensor (IR)
The IR Sensor Module is a circuit consisting of sensorswhich include an IR LED or photodiode
pair, a potentiometer, an LM358 operational amplifier, resistors and LED. IR sensor transmits
Infrared light and photo diode receives the infrared light. The behaviour of light varies from
surface to surface. Since this robotwill be tracking black lines on a white surface, the behaviour
of light on black and white surfaces is considered. When light falls on a white surface it is almost
fully reflected while in the case of black surface, light is completely absorbed. The LM358 is a
dual Op amp that acts as a comparator in the circuit. The potentiometer is used to set the reference
voltage at the LM358’sfirst terminal while the IR sensors are used to sense the line and provide
a change in voltage at comparator’s second terminal. Then comparator compares both voltages
and it generates a digital signal at the output. When the sensor senses a white surface, the
microcontroller receives a“1” as input and when it senses black surface (black line), the Arduino
gets “0” as input. Figure 2.7 shows the basic circuitry for an IR sensor module.
Development of a Smart Autonomous Mobile Robot for Cafeteria Management
http://www.iaeme.com/IJMET/index.asp 1678 editor@iaeme.com
Figurr 2.6 Circuit diagram of the service rotor
2.3.2. The Ultrasonic sensor
The Ultrasonic sensor provides the robot with the ability to virtually see and recognize object,
avoid obstacles and measure distance. It also provides exact, non-contact separation estimations
within 2cm to 3m. Its measuring angle is 30˚ but its effectual angle is less than 15˚. The ultrasonic
sensor emits short and high frequency signals propagating in air at the velocity of sound. The
ultrasonic sensor consists of a multi vibrator, fixed to the base. The multi vibrator is a combination
of a resonator and vibrator. The resonator delivers ultrasonic wave generated by the
vibration. The ultrasonic sensor actually consists of two parts: the emitter which produces a 40-
kHz sound wave and the detector which detects it and sends electrical signal back to the
microcontroller. Whenever any obstacle comes ahead of the ultrasonic sensor, the sound waves
will reflect back in the form of echo and generates an electric pulse. The time of return of the
echo is measured to determine the distance of objects. It is placed at the front of the robot to
detect any moving obstacles, for instance an approaching human, and sends a signal to the
Arduino which causes the robot to stop and this averts collisions.
2.3.3. Wheel Motor
The DC motors are freewheeling 12-V motors running at approximately 200RPM and are used
to power the wheels of the robot. Its speed is controlled using pulse width modulation. This refers
to the process of controlling the motor’s power level by strobing the power on and off. It makes
use of the principle of duty cycle, that is, the percentage of on-time to off-time. The L298N H-
bridge module shown in Figure 2.7 enables the control of the speed and direction of DC motors.
It has a current consuming capacity of 4A and can be used to drive 7V to 12V DC motors at a
maximum of 2A per channel with PWM. The Arduino board does not supply sufficient voltage
and current to power the motor. Therefore, the motor driver is used to provide the required
voltage. Figure 2.7 shows the connection of the motor driver to the 4 motors.
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1679 editor@iaeme.com
Figure 2.7 Circuitry of an IR Sensor
2.3.4. The RFID reader
The EM18 RFID reader is used for this project because it is a highly-integrated reader applied
for a 125-KHz contactless communication. It has a data transfer rate of 9,600bps and an operating
voltage of 5V that is required, in order to be powered by the Arduino board. The passive RFID
used for this work is of low cost, current consumption of less than 50mA, small form factor and
easy to use. When a tag, which is attached to a tray, is sensed by the reader, the ID is read and a
pulse is sent to the Arduino for the corresponding action. The power circuitry consists of a
Lithium-ion polymer (LiPo) battery. It is a rechargeable battery of lithium-ion technology in a
pouch format. They work with the principle of intercalation and de-intercalation of lithium ions
from a positive electrode material and a negative electrode material, with the liquid electrolyte
providing a conductive medium. They are light and can be charged, discharged into a load and
recharged many times. Four 3.4-V, 2000-mAH LiPo batteries are connected in series to give a
voltage of 14.8V. This is used to power the Arduino and motor driver at the same time. Due to
its heavy-duty feature, it is able to last for long periods of time and can be recharged when
discharged.
2.4. Software Implementation
The software methodology is illustrated as in the flowcharts shown in Figure 2.8. Arduino
Integrated Development Environment (IDE) is the programming software used in programming
the Arduino microcontroller which in turn, controls the motor driver, LCD, RFID module,
Infrared sensors and Ultrasonic sensor. C++ is used as the programming language to program the
robot. Figure 2.8 illustrates the autonomous process of the system in a simple flowchart.
Development of a Smart Autonomous Mobile Robot for Cafeteria Management
http://www.iaeme.com/IJMET/index.asp 1680 editor@iaeme.com
Figure. 2.8 Flow chart of software methodology
3. SYSTEM TESTING AND IMPLEMENTATION
In this section, tests conducted on the individual components and the entire system are shown
and discussed. These include the RFID reader, LCD screen, Servomotor, IR sensors, DC motors
and the line following module. Also, all modifications done to ensure smooth operation and
interfacing are discussed.
3.1. Mechanical Implementation
First, the base of the acrylic chassis was coupled with the use of screws, nuts and bolts to the four
motors and their respective wheels. The platform for the tray was then attached to the base with
screw. The bars used in holding the transparent plastic in place were 4, 6-inch screws that were
fixed with the aid of nuts as shown in Figure 3.1.
Figure. 3.1 Transparent Plastic
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1681 editor@iaeme.com
Figure.3.2 Electrical sub-circuit of plastic wheel
3.2. Electrical Implementation
For the implementation of the electrical circuit design, complex electrical circuits were treated as
individual circuits. The electrical sub circuit integration of transparent plastic wheels is as
presented in Figure 2.2. The software design was also implemented simultaneously as this is a
necessity to test the operation of the system. The Individual circuit is described in detail in the
following subsections:
3.2.1. The Arduino Microcontroller
The control circuit of the robot which consists of the Arduino Mega and the motor driver was
fixed firmly to the coupled chassis. The microcontroller which serves as the brain-box of the
circuit and receives the sensor signals from the 2 ultrasonic sensors, 2 infrared sensors and RFID
reader as input signals, also sends control signals as outputs to the actuators and the LCD. The
motor driver was incorporated into the circuit with a DC supply connected to the power input.
3.2.2. Integrating the Motor Driver
The motor driver was used to drive the motors with enough current as is required. The four output
terminals were connected to the positive and negative terminals of the four motors. The four
motors were connected to the driver in such a way that two motors on each side act as one. The
polarities of the motors were unclear so the direction of the motors was controlled using trial-
and-error method. The Motor driver also controls the forward and the reverse movements using
the Enable terminals.
3.2.3. Integrating the Infrared sensors
The two Infrared sensors were attached to the front of the chassis and connected to the Arduino
mega board. The sensitivity of the sensors was tested using different black materials to assure
optimum absorption. The sensitivity was calibrated by tuning the potentiometer accordingly. The
sensor positions are adjustable but the distance between the two sensors ranges between 2.5 and
5cm. This is to ensure that the sensors do not touch the black line or disrupt the movement of the
robot. The distance between each sensor and the ground is approximately 1cm.
3.2.4. Integrating the RFID reader
The EM18 RFID has only the RX pin because it can only perform the READ function. This
makes it an input device to the Arduino. Initially, the tags are tested against the reader in order to
get their Unique Identification (UID) number. This is done by isolating the RFID and checking
the Serial Monitor as the tags are placed within reach. The Unique Identification (UID) is then
incorporated into the code and stored in a character array of not more than 13-character capacity.
The code for the reading of the tags is then compiled to compare the tag read with the tags stored.
Development of a Smart Autonomous Mobile Robot for Cafeteria Management
http://www.iaeme.com/IJMET/index.asp 1682 editor@iaeme.com
3.2.5. Integrating the Ultrasonic sensors
The Ultrasonic sensors also serve as inputs to the microcontroller. When the robot is in motion
in either direction, or the sensors approach an obstacle within its ping distance, it sends a signal
to the microcontroller. The microcontroller then gives the command to the motors to stop and for
the LCD to display that there is an obstacle. The ping distance for the project was set at less than
20cm.
3.2.6. Integrating the LCD
In this system, the LCD describes most of the process. Initially, the LCD was tested using a
Parallel to Serial interface but then the interface was discarded due to the sufficient number of
pins on the Arduino Mega. To control the contrast of the LCD, 1-kΩ and 10-kΩ resistors based
on design, were connected in parallel to the V0 pin of the LCD. The other terminal of the 10-kΩ
resistor is also connected to the VDD terminal of the LCD while the other terminal of the 1-kΩ
resistor is connected to the VSS terminal of the LCD. Figure 3.3 shows the initialization message
of the system displayed by the LCD
Figure. 3.3 Initialization Message displayed on the LCD
3.2.7. Power Supply
The power supply was a DC supply from four rechargeable 3.4-V batteries connected in series.
This is calculated to be sufficient to power the Arduino and the motor driver simultaneously.
3.3. System Test
The testing of the system was done using a bottom-up approach as indicated in the previous
sections. This implies that the subsystems discussed above were individually tested. The process
of testing led to various adjustments made to the entire robot system for optimum performance.
One of the adjustments was to increase the sensitivity of the IR sensors according to the tested
response to various materials. Response of DC Motor with respect to IR sensor input signal is as
presented in Table 3.1. The distance between the sensors was also adjusted according to the width
of the black line used for testing. Figure 3.4 shows the adjustable IR sensors placed in position.
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1683 editor@iaeme.com
Table 3.1: Response of DC Motor with respect to IR Sensor Input Signal
Figure. 3.4 Adjustable IR Sensors
Another adjustment made was to the speed of the motors. The initial forward PWM speed
was 50 while the turning speed was 80. This was reduced to 40 for both movements. Figure 3.5
shows the robot during testing.
Figure. 3.5 Diagram of the robot during test
4. CONCLUSION
This work attempts to bring forward the prominent procedures concerning analysis, design and
development of an autonomous robot that solves some challenges posed in a typical cafeteria
environment. The test carried out on the complete assembly shows that the autonomous mobile
robot is able to read data from the prescribed RFID tags and can deliver order to corresponding
Left
IR
Right
IR
Left
Front
Motor
Right
Front
Moto
r
Left
Rear
Motor
Right
Rear
Motor
1 1 High High Low Low Forward
0 1 Low High High Low
Turned
Left
1 0 High Low Low High
Turned
Right
0 0 Low Low Low Low Stopped
IR Sensor
Input
PWM Value of DC
Motor Response
of DC
motor
Development of a Smart Autonomous Mobile Robot for Cafeteria Management
http://www.iaeme.com/IJMET/index.asp 1684 editor@iaeme.com
tables. The robot is completely autonomous, i.e. it moves by itself to reach the customer’s table
by following the prescribed path on the ground.It can also function efficiently on level ground
but is not optimized for rough.The fully functional robot has a maximum weight of 2.2kg; height
of 20cm and possesses eyes in front and back.However, to obtain an optimum performance, the
height of the robot should not be less than 75cm, corresponding to the approximate height of
cafeteria tables.Besides, an ordering system may be incorporated in the customer’s tables and to
the robot to further improve the efficiency. All the proposed objectives are attained and with due
consideration, the same ideas can be generalized for other applications, such as in a book-keeping
robot, tagging robot, etc.
ACKNOWLEDGMENTS
The author is highly indebted to the management of Covenant University, Ota, Nigeria, for the
financial support fund.
REFERENCES
[1] E. O. P. Oni, J. P. Adefila and A. Dauda, “Small and Medium scale business (Restaurant): A
career opportunity for Nigerian youths,” Arabian Journal of Business and Management
Review (OMAN Chapter), vol. I, no. 10, pp. 28-44, May 2012.
[2] M. Tadashi, and D. Misaki. "Development of Japanese green tea serving robot" T-
Bartender"." In Mechatronics and Automation, 2005 IEEE International Conference, vol. 2,
pp. 1069-1074. IEEE, 2005.
[3] X. Chen, Y. Chen and J. Chase, “Mobile Robots- Past, Present and Future,” in Mobile Robots-
State of the Art in Land, Sea, Air, and Collaborative Missions, Croatia, Intech Education and
Publishing, 2009, pp. 1-32.
[4] M. Islam and M. Rahman, “Design and Fabrication of Line Follower robot,” Asian journal of
Applied Science and Engineering, vol. II, no. 2, pp. 27-32, 2013.
[5] A. M. Rokonuzzaman, S. R. M.D and M. H. Mim, “Automated Restaurant Food Service
Management system using a Line Follower Robot,” in International Conference on
Mechanical, Industrial and Energy Engineering, Bangladesh, 2014.
[6] H. D. Chon, S. Jun, H. Jung and S. W. An, “Using RFID for Accurate Positioning,” Journal
of Global Positioning Systems, vol. III, no. 1-2, pp. 32-39, 2004.
[7] K. Yelamarthi, S. Sherbrook, J. Beckwith, M. Williams and R. Lefief, “An RFID Based
Autonomous Indoor Tour Guide Robot,” in Midwest Symposium on Circuits and Systems,
Michigan, 2012.
[8] S. H. Reddy, B. Vangipuram and G. Vishal, “Line Tracking Pick and Place Robot Using RFID
Technology,” International Journal of Advanced Research in Electrical, Electronics and
Instrumentation Engineering, vol. 4, no. 10, pp. 8059-8063, 2015.
[9] L. P. Chuan, A. Johari, M. H. A. Wahab, D. M. Nor, N. S. A. M. Taujuddin and M. E. Ayob,
“An RFID Warehouse Robot,” in International Conference on Intelligent and Advanced
Systems, Malaysia, 2007.
[10] T. B. Huang, “An RFID Based Serving Robot,” Faculty of Electrical Engineering, University
of Technology Malaysia, Malaysia, 2012.
[11] A. Abdulkareem, C. O. A. Awosope, S. A. Daramola and E. C. Nnorom, “Development of a
programable Mobile Robot”, International Journals of Applied Engineering Research, vol.
11, no. 4, pp. 2314-2320, 2016. V. O. Matthew, S. I. Popoola, E. Adetiba, A. A.
[12] Atayero, “Cost-Effective Medical RoboticTelepresence Solution using PlasticMannequin”,
International Journal of Electrical and Computer Science, vol. 7, no. 3, pp. 1212 1218.
[13] S. Smiley, “Active RFID vs. Passive RFID,” RFIDInsider, 4 March 2016. [Online].
Available: www.rfidinsider.com. [Accessed 8 October 2016].
Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu
http://www.iaeme.com/IJMET/index.asp 1685 editor@iaeme.com
[14] Mukul Anand Pathak, Kshitij Kamlakar, Shwetant Mohapatra, Prof. Uma Nagaraj,
Development of Control Software For Stair Detection In A Mobile Robot Using Artificial
Intelligence and Image Processing, International Journal of Computer Engineering and
Technology, 7(3), 2016, pp. 93–98.
[15] Ashwani Kumar Aggarwal. Machine Vision Based SelfPosition Estimation of Mobile Robots,
International Journal of Electronics and Communication Engineering & Technology, 6(10),
2015, pp. 20-29.
[16] A. Mubashira Anjum, Multifunction Mobile Robot-Virtual Human. International Journal of
Mechanical Engineering and Technology, 8(7), 2017, pp. 742– 749.

More Related Content

What's hot

IRJET- Design and Fabrication of Automated Wheel Chair
IRJET- Design and Fabrication of Automated Wheel ChairIRJET- Design and Fabrication of Automated Wheel Chair
IRJET- Design and Fabrication of Automated Wheel Chair
IRJET Journal
 
Advanced agriculture system
Advanced agriculture systemAdvanced agriculture system
Advanced agriculture system
iaemedu
 
Line following robot with gripper
Line following robot with gripperLine following robot with gripper
Line following robot with gripper
Anika Jindal
 
pharmaceutical robotics
pharmaceutical roboticspharmaceutical robotics
pharmaceutical robotics
Syed Imran
 
Ts 2 b topic
Ts 2 b topicTs 2 b topic
Ts 2 b topic
Harini Vemula
 
DESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLE
DESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLEDESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLE
DESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLE
IAEME Publication
 
IRJET- Monitoring Bus Management System using GPS
IRJET- Monitoring Bus Management System using GPSIRJET- Monitoring Bus Management System using GPS
IRJET- Monitoring Bus Management System using GPS
IRJET Journal
 
Report on Pick and Place Line following Robot
Report on Pick and Place Line following RobotReport on Pick and Place Line following Robot
Report on Pick and Place Line following Robot
Pradeep Yadav
 
Line follower robot with color detection capability
Line follower robot  with color detection capabilityLine follower robot  with color detection capability
Line follower robot with color detection capability
Akhil K J
 
IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...
IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...
IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...
IRJET Journal
 
Pic & Place - Thesis poster-template@AIUB
Pic & Place - Thesis poster-template@AIUBPic & Place - Thesis poster-template@AIUB
Pic & Place - Thesis poster-template@AIUB
Nusrat Mary
 
Sem2 robotics ppt
Sem2 robotics pptSem2 robotics ppt
Sem2 robotics ppt
Ankita Tiwari
 
I1803045256
I1803045256I1803045256
I1803045256
IOSR Journals
 
Robot applications
Robot applicationsRobot applications
Robot applications
anand hd
 
IRJET- Review on Hyper Maneuverable Multi-Functional Robot
IRJET-  	  Review on Hyper Maneuverable Multi-Functional RobotIRJET-  	  Review on Hyper Maneuverable Multi-Functional Robot
IRJET- Review on Hyper Maneuverable Multi-Functional Robot
IRJET Journal
 

What's hot (15)

IRJET- Design and Fabrication of Automated Wheel Chair
IRJET- Design and Fabrication of Automated Wheel ChairIRJET- Design and Fabrication of Automated Wheel Chair
IRJET- Design and Fabrication of Automated Wheel Chair
 
Advanced agriculture system
Advanced agriculture systemAdvanced agriculture system
Advanced agriculture system
 
Line following robot with gripper
Line following robot with gripperLine following robot with gripper
Line following robot with gripper
 
pharmaceutical robotics
pharmaceutical roboticspharmaceutical robotics
pharmaceutical robotics
 
Ts 2 b topic
Ts 2 b topicTs 2 b topic
Ts 2 b topic
 
DESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLE
DESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLEDESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLE
DESIGNING AND MANUFACTURING OF “FOOT OPERATED STEERING” FOR DISABLED PEOPLE
 
IRJET- Monitoring Bus Management System using GPS
IRJET- Monitoring Bus Management System using GPSIRJET- Monitoring Bus Management System using GPS
IRJET- Monitoring Bus Management System using GPS
 
Report on Pick and Place Line following Robot
Report on Pick and Place Line following RobotReport on Pick and Place Line following Robot
Report on Pick and Place Line following Robot
 
Line follower robot with color detection capability
Line follower robot  with color detection capabilityLine follower robot  with color detection capability
Line follower robot with color detection capability
 
IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...
IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...
IRJET- Design and Construction of Electric Drive -A Smart System for Disabled...
 
Pic & Place - Thesis poster-template@AIUB
Pic & Place - Thesis poster-template@AIUBPic & Place - Thesis poster-template@AIUB
Pic & Place - Thesis poster-template@AIUB
 
Sem2 robotics ppt
Sem2 robotics pptSem2 robotics ppt
Sem2 robotics ppt
 
I1803045256
I1803045256I1803045256
I1803045256
 
Robot applications
Robot applicationsRobot applications
Robot applications
 
IRJET- Review on Hyper Maneuverable Multi-Functional Robot
IRJET-  	  Review on Hyper Maneuverable Multi-Functional RobotIRJET-  	  Review on Hyper Maneuverable Multi-Functional Robot
IRJET- Review on Hyper Maneuverable Multi-Functional Robot
 

Similar to Ijmet 10 01_168

IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET Journal
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET Journal
 
Robot arm ppt
Robot arm pptRobot arm ppt
Robot arm ppt
Minuchaudhari1
 
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR SensorIRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET Journal
 
Design and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic armDesign and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic arm
IJECEIAES
 
Roboclub, IITK (2008)
Roboclub, IITK (2008)Roboclub, IITK (2008)
Roboclub, IITK (2008)
Shashank Chintalagiri
 
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET Journal
 
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET Journal
 
Pick and place
Pick and placePick and place
Pick and place
bharinalaharidhar
 
Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...
Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...
Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...
IJECEIAES
 
Vehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry pi
IRJET Journal
 
Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot Arm
IRJET Journal
 
Designing a suitable robotic arm for loading and unloading of material on lat...
Designing a suitable robotic arm for loading and unloading of material on lat...Designing a suitable robotic arm for loading and unloading of material on lat...
Designing a suitable robotic arm for loading and unloading of material on lat...
IRJET Journal
 
Stair Climbing Robot with Stable Platform
Stair Climbing Robot with Stable PlatformStair Climbing Robot with Stable Platform
Stair Climbing Robot with Stable Platform
ijtsrd
 
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
IRJET Journal
 
Unit 6-Role of Microcontroller in Robotics.pdf
Unit 6-Role of Microcontroller in Robotics.pdfUnit 6-Role of Microcontroller in Robotics.pdf
Unit 6-Role of Microcontroller in Robotics.pdf
2075AAGEPRATIK
 
pet feed robot using esp32 camera and l293d module
pet feed robot using esp32 camera and l293d modulepet feed robot using esp32 camera and l293d module
pet feed robot using esp32 camera and l293d module
HamedRaza2
 
Me robotics with qb
Me robotics with qb   Me robotics with qb
Me robotics with qb
Alagar S
 
Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot
Arcanjo Salazaku
 
Andriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower AutomatonAndriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower Automaton
ijtsrd
 

Similar to Ijmet 10 01_168 (20)

IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...IRJET-  	  Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
IRJET- Design, Manufacturing and Analysis of Robotic Arm with SCARA Confi...
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
 
Robot arm ppt
Robot arm pptRobot arm ppt
Robot arm ppt
 
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR SensorIRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
 
Design and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic armDesign and implementation of Arduino based robotic arm
Design and implementation of Arduino based robotic arm
 
Roboclub, IITK (2008)
Roboclub, IITK (2008)Roboclub, IITK (2008)
Roboclub, IITK (2008)
 
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using ArduinoIRJET - Six Wheel Drive Pick and Place Robot using Arduino
IRJET - Six Wheel Drive Pick and Place Robot using Arduino
 
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
 
Pick and place
Pick and placePick and place
Pick and place
 
Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...
Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...
Inverse kinematic analysis of 4 DOF pick and place arm robot manipulator usin...
 
Vehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry piVehicle Controlled by Hand Gesture Using Raspberry pi
Vehicle Controlled by Hand Gesture Using Raspberry pi
 
Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot Arm
 
Designing a suitable robotic arm for loading and unloading of material on lat...
Designing a suitable robotic arm for loading and unloading of material on lat...Designing a suitable robotic arm for loading and unloading of material on lat...
Designing a suitable robotic arm for loading and unloading of material on lat...
 
Stair Climbing Robot with Stable Platform
Stair Climbing Robot with Stable PlatformStair Climbing Robot with Stable Platform
Stair Climbing Robot with Stable Platform
 
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
Design and Development of a Semi-Autonomous Telerobotic Warehouse Management ...
 
Unit 6-Role of Microcontroller in Robotics.pdf
Unit 6-Role of Microcontroller in Robotics.pdfUnit 6-Role of Microcontroller in Robotics.pdf
Unit 6-Role of Microcontroller in Robotics.pdf
 
pet feed robot using esp32 camera and l293d module
pet feed robot using esp32 camera and l293d modulepet feed robot using esp32 camera and l293d module
pet feed robot using esp32 camera and l293d module
 
Me robotics with qb
Me robotics with qb   Me robotics with qb
Me robotics with qb
 
Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot
 
Andriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower AutomatonAndriod Controlled Pick and Place Arm with Line Follower Automaton
Andriod Controlled Pick and Place Arm with Line Follower Automaton
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 

Recently uploaded (20)

basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 

Ijmet 10 01_168

  • 1. http://www.iaeme.com/IJMET/index.asp 1672 editor@iaeme.com International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 01, January 2019, pp. 1672-1685, Article ID: IJMET_10_01_168 Available online at http://www.iaeme.com/ijmet/issues.asp?JType=IJMET&VType=10&IType=01 ISSN Print: 0976-6340 and ISSN Online: 0976-6359 © IAEME Publication Scopus Indexed DEVELOPMENT OF A SMART AUTONOMOUS MOBILE ROBOT FOR CAFETERIA MANAGEMENT Ademola Abdulkareem* and Victoria Ogunlesi Department of Electrical and Information Engineering, College of Engineering, Covenant University, Ota, Nigeria. Adeniran S. Afolalu Department of Mechanical Engineering Department, College of Engineering, Covenant University, Ota, Nigeria Adaobi Onyeakagbu1 Department of Electrical and Information Engineering, College of Engineering, Covenant University, Ota, Nigeria. *corresponding author ABSTRACT The main aim of this work is to use a robot in a typical cafeteria environment to deliver food from the main counter to the customer’s table, thereby acting as a mobile robot waiter. This study is essential in order to promote efficiency in serving food to customers. The robot uses an Arduino microcontroller to run a program with a combination of RFID technology, a line following module and an obstacle detecting system. The Radio Frequency Identification (RFID) reader is fixed on the robot itself, and reads the RFID passive tag which is placed under the serving tray. The RFID application allows the robot to identify the right table that is to be served and the robot moves to the respective table based on the tag. The uniqueness in the design of this serving robot is the application of the obstacle detection and collision avoidance, together with the integration of RFID technology. The findings from this research provide evidence that the robot is able to move according to the described path. Keywords: Smart autonomous, Mobile robot, Cafeteria management, RFID technology, IR sensor module. Power converters, Cite this Article: Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu, Development of a Smart Autonomous Mobile Robot for Cafeteria Management, International Journal of Mechanical Engineering and Technology, 10(01), 2019, pp.1672–1685 http://www.iaeme.com/IJMET/issues.asp?JType=IJMET&VType=10&Type=01
  • 2. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1673 editor@iaeme.com 1. INTRODUCTION Food service industry is generally concerned with the quality preparation, presentation and delivering of foods usually for immediate consumption away from home [1]. The use of service robots for food delivery is growing rapidly in the industry especially in developed countries. The idea behind these robots is to deliver food from kitchen to where the customer is sitting. T- Bartender is one of the oldest food delivery robots and was implemented to improve on the preparation of Japanese green tea [2]. The Waiter Robot was developed in 2015 to take care of ordering and delivery. This robot, however, is not a fully autonomous system as it depends on external computing to tell it at what table to stop. There are numerous researches on service delivery applications of robot but not without one challenge or the other [3]. For instance, a 7x5x2.5 electromechanical robot was designed to test out how much weight the robot can carry without affecting its line tracing capabilities; the application worked but not without challenge [4]. Warehouse navigation robot and food service system robot based on the ‘line following system’ were designed and implemented [5]. These applications worked fine, but ultimately lacked the ability to detect and avoid unexpected obstacles. Another application of line following robot is the library inventory management system (LIMS) designed to search through books on a rack and select the required one. Even though it was able to perform its required purpose, it could only search books at the bottom row of the rack due to height constraints and obstacle detecting sensors. [6]. the ultrasonic sensors are the most popular type of obstacle detecting sensors. They are mostly used because of their low cost and their inherent ability to achieve the goal. A tour guide robot called Central’s Automated Tour Experience (CATE) [7] was developed in 2012 to act as sonar guided robot at an unspecified higher institution. Majority of mobile robots used for food delivery operate on the basic principle of line following. Line following is based on Infrared Photoelectric (IR) technology. An IR sensor is used to ensure that the robot moves by tracking a line of white colour on a black surface or a black colour on a white surface. It is a feedback control system, which allows a corrective measure if the robot happens to move out of line. Moreover, RFID Technology has been applied to many kinds of robots, such as a Pick and Place robot designed to follow a line to move to a specific or required location [8]. Another RFID application of robot is the Warehouse robot; a variation of the Pick and Place robot, designed to resemble a forklift used in warehouses [9]. Also, the “ServingBot” robot combines RFID technology, line following module and a simple gripper and lifter mechanism to deliver food to tables by reading the tag which is placed under the serving tray [10]. Meanwhile, the use of autonomous service delivery robots in Nigeria and other developing countries is a potential goldmine. Furthermore, since the fast food industry in Nigeria has been a key contributor to the Nigerian economy, it is recommended that a system that could handle the high-volume traffic as well serve as a new customer attraction, be implemented. Therefore, this work aims to explore the application of autonomous robots with RFID tracking and an obstacle detection and avoidance system. This Smart autonomous mobile robot uses sensors for line following and obstacle detection, coupled with a RFID tracking system to enable it deliver food to customers in a typical indoor environment.Robots have increased in popularity due to a wide range of factors. These factors include better quality of product and cost reduction [11, 12], For this work, the passive RFID tag is used because of its cost effectiveness [13]. The outcome of the work can be implemented in a typical Nigerian cafeteria or restaurant to eliminate cost of human error and would inevitably boost customer patronage.
  • 3. Development of a Smart Autonomous Mobile Robot for Cafeteria Management http://www.iaeme.com/IJMET/index.asp 1674 editor@iaeme.com 2. SYSTEM DESIGN AND ANALYSIS In building this autonomous robot, various suitable platforms are considered in order to build a reliable and flexible system. The development and construction of the autonomous robot are functionally divided into hardware and software designs. 2.1. Hardware Analysis Differential drive robots have two wheels which can turn at different rates so that the robot moves around. For differential drive robots, we have the right and left wheel velocities which are controlled independently. If both wheels have the same velocity, the robot is moving straight; if one wheel has a velocity lower than the other, the robot moves in the direction of the wheel with lower speed. To develop a model for the differential drive robot, two parameters are specified: is the distance between the two wheels; while is the radius of the wheel. The control parameters are the speed of the right wheel, , and the speed of the left wheel, . The position of the robot is given by , and it has an orientation angle specified by .A schematic diagram showing parameters of a differential drive robot is shown in Figure 2.1 Figure. 2.1 Schematic diagram showing parameters of a differential drive robot The differential drive robot model specified in terms and is given by: cos ∅ (2.1) sin ∅ (2.2) ∅ (2.3) The dynamics of the differential drive robot specified in terms of its position and orientation is given as: cos ∅ (2.4) sin∅ (2.5) ∅ (2.6) Where and are the translational speed and angular velocity respectively The hardware design of the robot basically consists of the mechanical structure and the electronic circuit design of the circuit. Figure 2.2 gives an illustration of the hardware design of the entire system.
  • 4. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1675 editor@iaeme.com Figure. 2.2 System hardware design 2.2. Mechanical Structure The mechanical structure of the robot consists of the chassis as shown in Figure 2.3. It is the body of the robot, the lifter system and the actuators. The chassis is made with strong clear acrylic material with maximum length of 25.4 cm and maximum width of 152.4 cm. The Chassis is coupled with a 4-wheel drive system with 4-DC geared motors controlling each 68mm wheel. Figure 2.3 illustrates the fundamental design of the robot, indicating the chassis and the 4 wheels. Figure. 2.3 Fundamental design of the robot There are also 2 load bars connected to the chassis to enable a clear plastic to be attached. This serves as the platform where the tray of food will be placed. Figure 2.4 is the proposed bottom view of the robot, showing the 4-DC Geared motors that are used for driving the wheels. The clear plastic will enable the RFID reader, which is attached under, to read each RFID tag on the trays.
  • 5. Development of a Smart Autonomous Mobile Robot for Cafeteria Management http://www.iaeme.com/IJMET/index.asp 1676 editor@iaeme.com Figure. 2.4 Proposed bottom view of the robot 2.3. Circuitry Design The circuitry consists of the control module, the input and the output devices. The circuitry shown in Figure 2.5 was designed, illustrated and simulated using the Proteus software. The major components used are the Arduino Mega microcontroller, the 2 Infrared sensors, the Ultrasonic sensor, the RFID module, the display, the servo motor, the motor driver and the powering circuit. The circuit diagram for the service robot is shown in Figure 2.6. The Arduino Mega board has 54 digital input/output pins with 15 pins having the additional function of pulse width modulation outputs, 16 analog pins, a 16-MHz ceramic resonator/crystal oscillator, an ICSP (In-circuit Serial Programming) header, 4 UARTs (hardware serial ports), a USB connection, a power jack, and a reset button. It is based on the ATmega2560 processor programmed as a USB-to-serial converter. The operating voltage is 5V while the recommended input voltage ranges from 7V to 12V with limits of 6V minimum and 20V maximum. The DC current per I/O Pin is 40mA while the DC current for 3.3V Pin is 50 mA. Its clock speed is the same as that of the UNO board but it is chosen over the UNO board because of its additional number of digital and PWM pins.
  • 6. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1677 editor@iaeme.com Figure 2.5 The circuitry of the robot 2.3.1. Infrared sensor (IR) The IR Sensor Module is a circuit consisting of sensorswhich include an IR LED or photodiode pair, a potentiometer, an LM358 operational amplifier, resistors and LED. IR sensor transmits Infrared light and photo diode receives the infrared light. The behaviour of light varies from surface to surface. Since this robotwill be tracking black lines on a white surface, the behaviour of light on black and white surfaces is considered. When light falls on a white surface it is almost fully reflected while in the case of black surface, light is completely absorbed. The LM358 is a dual Op amp that acts as a comparator in the circuit. The potentiometer is used to set the reference voltage at the LM358’sfirst terminal while the IR sensors are used to sense the line and provide a change in voltage at comparator’s second terminal. Then comparator compares both voltages and it generates a digital signal at the output. When the sensor senses a white surface, the microcontroller receives a“1” as input and when it senses black surface (black line), the Arduino gets “0” as input. Figure 2.7 shows the basic circuitry for an IR sensor module.
  • 7. Development of a Smart Autonomous Mobile Robot for Cafeteria Management http://www.iaeme.com/IJMET/index.asp 1678 editor@iaeme.com Figurr 2.6 Circuit diagram of the service rotor 2.3.2. The Ultrasonic sensor The Ultrasonic sensor provides the robot with the ability to virtually see and recognize object, avoid obstacles and measure distance. It also provides exact, non-contact separation estimations within 2cm to 3m. Its measuring angle is 30˚ but its effectual angle is less than 15˚. The ultrasonic sensor emits short and high frequency signals propagating in air at the velocity of sound. The ultrasonic sensor consists of a multi vibrator, fixed to the base. The multi vibrator is a combination of a resonator and vibrator. The resonator delivers ultrasonic wave generated by the vibration. The ultrasonic sensor actually consists of two parts: the emitter which produces a 40- kHz sound wave and the detector which detects it and sends electrical signal back to the microcontroller. Whenever any obstacle comes ahead of the ultrasonic sensor, the sound waves will reflect back in the form of echo and generates an electric pulse. The time of return of the echo is measured to determine the distance of objects. It is placed at the front of the robot to detect any moving obstacles, for instance an approaching human, and sends a signal to the Arduino which causes the robot to stop and this averts collisions. 2.3.3. Wheel Motor The DC motors are freewheeling 12-V motors running at approximately 200RPM and are used to power the wheels of the robot. Its speed is controlled using pulse width modulation. This refers to the process of controlling the motor’s power level by strobing the power on and off. It makes use of the principle of duty cycle, that is, the percentage of on-time to off-time. The L298N H- bridge module shown in Figure 2.7 enables the control of the speed and direction of DC motors. It has a current consuming capacity of 4A and can be used to drive 7V to 12V DC motors at a maximum of 2A per channel with PWM. The Arduino board does not supply sufficient voltage and current to power the motor. Therefore, the motor driver is used to provide the required voltage. Figure 2.7 shows the connection of the motor driver to the 4 motors.
  • 8. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1679 editor@iaeme.com Figure 2.7 Circuitry of an IR Sensor 2.3.4. The RFID reader The EM18 RFID reader is used for this project because it is a highly-integrated reader applied for a 125-KHz contactless communication. It has a data transfer rate of 9,600bps and an operating voltage of 5V that is required, in order to be powered by the Arduino board. The passive RFID used for this work is of low cost, current consumption of less than 50mA, small form factor and easy to use. When a tag, which is attached to a tray, is sensed by the reader, the ID is read and a pulse is sent to the Arduino for the corresponding action. The power circuitry consists of a Lithium-ion polymer (LiPo) battery. It is a rechargeable battery of lithium-ion technology in a pouch format. They work with the principle of intercalation and de-intercalation of lithium ions from a positive electrode material and a negative electrode material, with the liquid electrolyte providing a conductive medium. They are light and can be charged, discharged into a load and recharged many times. Four 3.4-V, 2000-mAH LiPo batteries are connected in series to give a voltage of 14.8V. This is used to power the Arduino and motor driver at the same time. Due to its heavy-duty feature, it is able to last for long periods of time and can be recharged when discharged. 2.4. Software Implementation The software methodology is illustrated as in the flowcharts shown in Figure 2.8. Arduino Integrated Development Environment (IDE) is the programming software used in programming the Arduino microcontroller which in turn, controls the motor driver, LCD, RFID module, Infrared sensors and Ultrasonic sensor. C++ is used as the programming language to program the robot. Figure 2.8 illustrates the autonomous process of the system in a simple flowchart.
  • 9. Development of a Smart Autonomous Mobile Robot for Cafeteria Management http://www.iaeme.com/IJMET/index.asp 1680 editor@iaeme.com Figure. 2.8 Flow chart of software methodology 3. SYSTEM TESTING AND IMPLEMENTATION In this section, tests conducted on the individual components and the entire system are shown and discussed. These include the RFID reader, LCD screen, Servomotor, IR sensors, DC motors and the line following module. Also, all modifications done to ensure smooth operation and interfacing are discussed. 3.1. Mechanical Implementation First, the base of the acrylic chassis was coupled with the use of screws, nuts and bolts to the four motors and their respective wheels. The platform for the tray was then attached to the base with screw. The bars used in holding the transparent plastic in place were 4, 6-inch screws that were fixed with the aid of nuts as shown in Figure 3.1. Figure. 3.1 Transparent Plastic
  • 10. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1681 editor@iaeme.com Figure.3.2 Electrical sub-circuit of plastic wheel 3.2. Electrical Implementation For the implementation of the electrical circuit design, complex electrical circuits were treated as individual circuits. The electrical sub circuit integration of transparent plastic wheels is as presented in Figure 2.2. The software design was also implemented simultaneously as this is a necessity to test the operation of the system. The Individual circuit is described in detail in the following subsections: 3.2.1. The Arduino Microcontroller The control circuit of the robot which consists of the Arduino Mega and the motor driver was fixed firmly to the coupled chassis. The microcontroller which serves as the brain-box of the circuit and receives the sensor signals from the 2 ultrasonic sensors, 2 infrared sensors and RFID reader as input signals, also sends control signals as outputs to the actuators and the LCD. The motor driver was incorporated into the circuit with a DC supply connected to the power input. 3.2.2. Integrating the Motor Driver The motor driver was used to drive the motors with enough current as is required. The four output terminals were connected to the positive and negative terminals of the four motors. The four motors were connected to the driver in such a way that two motors on each side act as one. The polarities of the motors were unclear so the direction of the motors was controlled using trial- and-error method. The Motor driver also controls the forward and the reverse movements using the Enable terminals. 3.2.3. Integrating the Infrared sensors The two Infrared sensors were attached to the front of the chassis and connected to the Arduino mega board. The sensitivity of the sensors was tested using different black materials to assure optimum absorption. The sensitivity was calibrated by tuning the potentiometer accordingly. The sensor positions are adjustable but the distance between the two sensors ranges between 2.5 and 5cm. This is to ensure that the sensors do not touch the black line or disrupt the movement of the robot. The distance between each sensor and the ground is approximately 1cm. 3.2.4. Integrating the RFID reader The EM18 RFID has only the RX pin because it can only perform the READ function. This makes it an input device to the Arduino. Initially, the tags are tested against the reader in order to get their Unique Identification (UID) number. This is done by isolating the RFID and checking the Serial Monitor as the tags are placed within reach. The Unique Identification (UID) is then incorporated into the code and stored in a character array of not more than 13-character capacity. The code for the reading of the tags is then compiled to compare the tag read with the tags stored.
  • 11. Development of a Smart Autonomous Mobile Robot for Cafeteria Management http://www.iaeme.com/IJMET/index.asp 1682 editor@iaeme.com 3.2.5. Integrating the Ultrasonic sensors The Ultrasonic sensors also serve as inputs to the microcontroller. When the robot is in motion in either direction, or the sensors approach an obstacle within its ping distance, it sends a signal to the microcontroller. The microcontroller then gives the command to the motors to stop and for the LCD to display that there is an obstacle. The ping distance for the project was set at less than 20cm. 3.2.6. Integrating the LCD In this system, the LCD describes most of the process. Initially, the LCD was tested using a Parallel to Serial interface but then the interface was discarded due to the sufficient number of pins on the Arduino Mega. To control the contrast of the LCD, 1-kΩ and 10-kΩ resistors based on design, were connected in parallel to the V0 pin of the LCD. The other terminal of the 10-kΩ resistor is also connected to the VDD terminal of the LCD while the other terminal of the 1-kΩ resistor is connected to the VSS terminal of the LCD. Figure 3.3 shows the initialization message of the system displayed by the LCD Figure. 3.3 Initialization Message displayed on the LCD 3.2.7. Power Supply The power supply was a DC supply from four rechargeable 3.4-V batteries connected in series. This is calculated to be sufficient to power the Arduino and the motor driver simultaneously. 3.3. System Test The testing of the system was done using a bottom-up approach as indicated in the previous sections. This implies that the subsystems discussed above were individually tested. The process of testing led to various adjustments made to the entire robot system for optimum performance. One of the adjustments was to increase the sensitivity of the IR sensors according to the tested response to various materials. Response of DC Motor with respect to IR sensor input signal is as presented in Table 3.1. The distance between the sensors was also adjusted according to the width of the black line used for testing. Figure 3.4 shows the adjustable IR sensors placed in position.
  • 12. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1683 editor@iaeme.com Table 3.1: Response of DC Motor with respect to IR Sensor Input Signal Figure. 3.4 Adjustable IR Sensors Another adjustment made was to the speed of the motors. The initial forward PWM speed was 50 while the turning speed was 80. This was reduced to 40 for both movements. Figure 3.5 shows the robot during testing. Figure. 3.5 Diagram of the robot during test 4. CONCLUSION This work attempts to bring forward the prominent procedures concerning analysis, design and development of an autonomous robot that solves some challenges posed in a typical cafeteria environment. The test carried out on the complete assembly shows that the autonomous mobile robot is able to read data from the prescribed RFID tags and can deliver order to corresponding Left IR Right IR Left Front Motor Right Front Moto r Left Rear Motor Right Rear Motor 1 1 High High Low Low Forward 0 1 Low High High Low Turned Left 1 0 High Low Low High Turned Right 0 0 Low Low Low Low Stopped IR Sensor Input PWM Value of DC Motor Response of DC motor
  • 13. Development of a Smart Autonomous Mobile Robot for Cafeteria Management http://www.iaeme.com/IJMET/index.asp 1684 editor@iaeme.com tables. The robot is completely autonomous, i.e. it moves by itself to reach the customer’s table by following the prescribed path on the ground.It can also function efficiently on level ground but is not optimized for rough.The fully functional robot has a maximum weight of 2.2kg; height of 20cm and possesses eyes in front and back.However, to obtain an optimum performance, the height of the robot should not be less than 75cm, corresponding to the approximate height of cafeteria tables.Besides, an ordering system may be incorporated in the customer’s tables and to the robot to further improve the efficiency. All the proposed objectives are attained and with due consideration, the same ideas can be generalized for other applications, such as in a book-keeping robot, tagging robot, etc. ACKNOWLEDGMENTS The author is highly indebted to the management of Covenant University, Ota, Nigeria, for the financial support fund. REFERENCES [1] E. O. P. Oni, J. P. Adefila and A. Dauda, “Small and Medium scale business (Restaurant): A career opportunity for Nigerian youths,” Arabian Journal of Business and Management Review (OMAN Chapter), vol. I, no. 10, pp. 28-44, May 2012. [2] M. Tadashi, and D. Misaki. "Development of Japanese green tea serving robot" T- Bartender"." In Mechatronics and Automation, 2005 IEEE International Conference, vol. 2, pp. 1069-1074. IEEE, 2005. [3] X. Chen, Y. Chen and J. Chase, “Mobile Robots- Past, Present and Future,” in Mobile Robots- State of the Art in Land, Sea, Air, and Collaborative Missions, Croatia, Intech Education and Publishing, 2009, pp. 1-32. [4] M. Islam and M. Rahman, “Design and Fabrication of Line Follower robot,” Asian journal of Applied Science and Engineering, vol. II, no. 2, pp. 27-32, 2013. [5] A. M. Rokonuzzaman, S. R. M.D and M. H. Mim, “Automated Restaurant Food Service Management system using a Line Follower Robot,” in International Conference on Mechanical, Industrial and Energy Engineering, Bangladesh, 2014. [6] H. D. Chon, S. Jun, H. Jung and S. W. An, “Using RFID for Accurate Positioning,” Journal of Global Positioning Systems, vol. III, no. 1-2, pp. 32-39, 2004. [7] K. Yelamarthi, S. Sherbrook, J. Beckwith, M. Williams and R. Lefief, “An RFID Based Autonomous Indoor Tour Guide Robot,” in Midwest Symposium on Circuits and Systems, Michigan, 2012. [8] S. H. Reddy, B. Vangipuram and G. Vishal, “Line Tracking Pick and Place Robot Using RFID Technology,” International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, vol. 4, no. 10, pp. 8059-8063, 2015. [9] L. P. Chuan, A. Johari, M. H. A. Wahab, D. M. Nor, N. S. A. M. Taujuddin and M. E. Ayob, “An RFID Warehouse Robot,” in International Conference on Intelligent and Advanced Systems, Malaysia, 2007. [10] T. B. Huang, “An RFID Based Serving Robot,” Faculty of Electrical Engineering, University of Technology Malaysia, Malaysia, 2012. [11] A. Abdulkareem, C. O. A. Awosope, S. A. Daramola and E. C. Nnorom, “Development of a programable Mobile Robot”, International Journals of Applied Engineering Research, vol. 11, no. 4, pp. 2314-2320, 2016. V. O. Matthew, S. I. Popoola, E. Adetiba, A. A. [12] Atayero, “Cost-Effective Medical RoboticTelepresence Solution using PlasticMannequin”, International Journal of Electrical and Computer Science, vol. 7, no. 3, pp. 1212 1218. [13] S. Smiley, “Active RFID vs. Passive RFID,” RFIDInsider, 4 March 2016. [Online]. Available: www.rfidinsider.com. [Accessed 8 October 2016].
  • 14. Ademola Abdulkareem, Victoria Ogunlesi, Adeniran S. Afolalu and Adaobi Onyeakagbu http://www.iaeme.com/IJMET/index.asp 1685 editor@iaeme.com [14] Mukul Anand Pathak, Kshitij Kamlakar, Shwetant Mohapatra, Prof. Uma Nagaraj, Development of Control Software For Stair Detection In A Mobile Robot Using Artificial Intelligence and Image Processing, International Journal of Computer Engineering and Technology, 7(3), 2016, pp. 93–98. [15] Ashwani Kumar Aggarwal. Machine Vision Based SelfPosition Estimation of Mobile Robots, International Journal of Electronics and Communication Engineering & Technology, 6(10), 2015, pp. 20-29. [16] A. Mubashira Anjum, Multifunction Mobile Robot-Virtual Human. International Journal of Mechanical Engineering and Technology, 8(7), 2017, pp. 742– 749.