SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 830
Survey Paper on Human Following Robot
Prof. M. H. Thigale1, Rhishikesh Patil2, Pranav Nerlekar3, Omkar Palkar4
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The purpose of this project is to develop an
autonomous mobile robot which can follow a human being.
The robot will have a structure resembling a human. It will sit
on a controllable platform that has wheels to move around. A
tag that is placed on the person will continuously emit a
signal. The Robot will detect this signal and follow the human.
The robot can also be controlled remotely by an operator
using a remote control.
The method of triangulation will be used to find the
location of the transmitting source. Multipleantennas, present
on the robot will find the phase and the magnitude of the
received signal and based on these values, the location of the
tag will be determined.
Key Words: autonomous, tag, triangulation, multiple
antennas, phase, magnitude
1. Surveyed Algorithms
The techniques used to calculate the relative
positions of the emitter and the receiver use PIR and RF
localization system as wireless pyro-electric infrared
sensory fusion system to monitorthelocationinformation of
robots and people. It reduces the error of RF localization
information through tile proposed dynamic triangulation
(DTN) method. An algorithm calledastheWPIR interference
algorithm is also used. This algorithm determines the fused
position from both the PIR localization system and radio
frequency signal localization system which utilize tile
received signal strength(RSS)propagationmodel.Theyhave
developed and experimentally demonstrated a WPIR
sensory fusion system which can be successfully applied in
locating targets such as people and robot. With an accurate
localization mechanism for tile indoor environment, tile
provision of appropriate services to people can be realized.
A mathematical algorithm can also be used which
uses the DOA measurements from emitters with known
locations to estimate the vehicle's position as well as its
heading. The parameters ѲA and λA, show the vehicle’s
position and HA shows the vehicle's heading. ѲEi and λEi
show the emitter's position and Bi shows the emitter's
heading. These values are calculated by using mathematical
formulae. Error in the calculation of these values is
considered in the mathematical equations and the output is
adjusted accordingly. If a new error occurs in the system, it
has to be accommodated into the equations.
A method to calculate the position of the receiver
with respect to the emitter uses radio frequency
identification (RFID) technology to navigate a location. A
proposed cordic architecture with floating arithmetic
operation is implemented and verified on FPGA chip. The
cosine law is used to calculate the location of thereaderwith
respect to fixed locations of high frequency RFID tags. The
CORDIC algorithm is adapted to the cosine rule.
An RF-based system for locating and tracking users
inside buildings is provided. The signal strengthinformation
gathered at multiple receiver locations to triangulate the
user’s coordinates is used by RADAR. Both empirically
determined and theoretically computed signal strength
information is done using Triangulation. Experimental
results are quite encouraging. With high probability,RADAR
is able to estimate a user’s location to within a few meters of
higher actual location. Larger classes of location-aware
services can be built over an RF local-area wireless data
network. Using the synchronized timestamps, we mixed all
of the traces collected during the off-line phase into a single,
unified table containing tuples of the form (x,y,d,ss,snr,),
where i E {1,2,3}corresponding to the three base stations.
For each (x,y,d) tuple, we computed the mean, the standard
deviation, and the median of the corresponding signal
strength values for each of the base stations. Formuchofour
analysis, we use the processed data set rather than the
original, raw data set. To determine exact as well as closest
matches we wrote routines to search through the processed
data set. There is a lot of database research literature that
describes efficient data structures and algorithms.Thefocus
of the research is on the analysis and not on developing an
optimal closest match implementation.
A Bluetooth controlled robot contains an RF
transceiver; baseband and protocol stack and provide
services allowing the connection of various devices and the
exchange of different data classes. Bluetooth devices can be
divided into slave and master, which are able to actively
initiate and negotiate with other B1uetooth modules. They
have various effective ranges in different situations. This is
because of the influence of the environment, material
coverage, battery's power and antenna configuration. The
range is lower than the theoretical distance due to the
attenuation caused by signal reflections.Fordifferentclasses
of device and maximum power, their specified ranges are
distinct. The distances for Class 3, 2, and 1 radios are up to 1,
10, and 100 meters. Mobile devices are based on class 2
radios while class 3 radios are mostly found in industrial
environments.
Another way to control the robot is by sending
directions to the microcontroller with the help of Bluetooth
module, then Arduino handles the motor driver which
further supports the dc motors andenablesthehighsignal at
specific motor pins. The motor driver has several pins and
those pins are for power supply, ground, and each dc motor
has its own respective pins which when gets a high signal
activates the dc motor. The distance of the robot from the
obstacle is calculated by the ultrasonicsensorwhichgivesan
output on the app screen showing the distance.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 831
2. Advantages:
 The use of both antenna and PIR technology ensures
accurate calculation of position for direct line of
sight.
 Calculation of position using only triangulation of
the emitter is a fast process.
3. Disadvantages:
 Combining PIR and antenna data requires lots of
time.
 The use of only triangulation method may produce
inaccurate results.
 The scope of operation of these techniques is
4. Proposed Method:
The method we will be using to calculate the
location will use triangulation. The angle between the
emitter and each antenna will be found. The distance
between the emitter and each antenna will be calculated
using the RSSI method. This method calculates the distance
between the emitter and the receiver by measuring the
attenuation caused in the received signal.Basedontheangle
and magnitude values, the position of the tag can be found.
The use of three antennas will provide high accuracy.
Measurements can be made in all directions because of the
uniform placement of the three antennas. Besides the
triangulation method, the robot can also be controlled
remotely by an operator. The robot will transmitandreceive
signals via. a Bluetooth module. Thus the robot can be used
as an autonomous vehicle or it can be controlled.
5. CONCLUSION
After reviewing several papers,itwasfoundthatthe
methods for calculating the relative positions of the emitter
and the reader have to be fast to accommodate for the
constant motion of the reader or theemitter.Theaccuracyin
the calculation of the position has to be high. The algorithm
used should account for small errors in the data.
Thus a new method is proposed in which the robot
can be autonomous or can be controlled remotely.
6. REFERENCES
[1.] Ren C. Luo, Ogst Chen, Pei Hsien Lin "Indoor
Robot/human Localization Using Dynamic
Triangulation and Wireless Pyroelectric Infrared
Sensory Fusion Approaches"
[2.] James L. Poirot, Gerald V. McWilliams "Navigation
by Back Triangulation"
[3.] Yen-Chang Huang, Chien-Chang Lai, and Yu-Jung
Huang "Hardware Implementation ofTriangulation
Method Based on CORDIC Algorithm"
[4.] Paramvir Bahl and Venkata N. Padmanabhan
"RADAR: An In-Building RF-based User Location
and Tracking System"
[5.] Haoyao Chen, Dong Sun, Jie Yang, and Jian Chen
"Localization for Multirobot Formations in Indoor
Environment"
[6.] Surbhi Verma, "Android App Controlled Bluetooth
Robot"
[7.] Zhao Wang, Eng Gee Lim, Weiwei Wang, Mark
Leach, Ka Lok Man "Design of An Arduino-based
Smart Car"

More Related Content

PDF
Hybrid nearest neighbour and feed forward neural networks algorithm for indoo...
Conference Papers
 
PDF
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
ijwmn
 
PDF
IRJET-Securing Data in Cloud using Graphical Password Authentication and AES ...
IRJET Journal
 
PDF
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
IJRST Journal
 
PDF
Analyzing the performance of the dynamic
IJCNCJournal
 
PDF
Highly reliable multi service provisioning using sequential prediction of zon...
ijwmn
 
PDF
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
IRJET Journal
 
PDF
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
IRJET Journal
 
Hybrid nearest neighbour and feed forward neural networks algorithm for indoo...
Conference Papers
 
OPTIMIZATION OF THE RECURSIVE ONE-SIDED HYPOTHESIS TESTING TECHNIQUE FOR AUTO...
ijwmn
 
IRJET-Securing Data in Cloud using Graphical Password Authentication and AES ...
IRJET Journal
 
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
IJRST Journal
 
Analyzing the performance of the dynamic
IJCNCJournal
 
Highly reliable multi service provisioning using sequential prediction of zon...
ijwmn
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
IRJET Journal
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
IRJET Journal
 

What's hot (20)

PDF
Adaptive quantization for spectrum exchange information in mobile cognitive r...
IJECEIAES
 
PDF
D017522833
IOSR Journals
 
PDF
IRJET- Statistical Tuning of Hata Model for 3G Communication Networks at 1.85...
IRJET Journal
 
PDF
Enhanced location based self adaptive routing algorithm for wsn in industrial...
eSAT Publishing House
 
PDF
Survey paper on adaptive beamforming lms,nlms and rls algorithms for smart an...
eSAT Journals
 
PDF
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
IRJET Journal
 
PDF
Spectrum Sensing with Energy Detection in Cognitive Radio Networks
IRJET Journal
 
PDF
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
IRJET Journal
 
PDF
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
irjes
 
DOCX
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
Nidhi Shirbhayye
 
PDF
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET Journal
 
PPTX
New Method for Traffic Density Estimation Based on Topic Model
Nidhi Shirbhayye
 
PDF
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
IRJET Journal
 
PPTX
Cognitive Radio Spectrum Sensing 1586 ppt
Anupam Yadav
 
DOCX
A historical beacon-aided localization algorithm for mobile sensor networks
jpstudcorner
 
PDF
Ijetcas14 443
Iasir Journals
 
PDF
IRJET- Energy Consumption Analysis of Direction Multimedia Access Control ...
IRJET Journal
 
PDF
50120140503018
IAEME Publication
 
PPTX
Wireless comm ppt1
Chetan Soni
 
DOC
Research paper on cognitive radio network
bkmishra21
 
Adaptive quantization for spectrum exchange information in mobile cognitive r...
IJECEIAES
 
D017522833
IOSR Journals
 
IRJET- Statistical Tuning of Hata Model for 3G Communication Networks at 1.85...
IRJET Journal
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
eSAT Publishing House
 
Survey paper on adaptive beamforming lms,nlms and rls algorithms for smart an...
eSAT Journals
 
Comparative Analysis of Mobility Models Using Routing Protocol for Vehicular ...
IRJET Journal
 
Spectrum Sensing with Energy Detection in Cognitive Radio Networks
IRJET Journal
 
IRJET- MIMO-Energy Efficient and Spectrum Analysis using Congnitive Radio Tec...
IRJET Journal
 
Performance Comparison of Energy Detection Based Spectrum Sensing for Cogniti...
irjes
 
NEW METHOD FOR TRAFFIC DENSITY ESTIMATION
Nidhi Shirbhayye
 
IRJET- Investigation on Delay and Power Minimization in IEEE 802.15.4 Protoco...
IRJET Journal
 
New Method for Traffic Density Estimation Based on Topic Model
Nidhi Shirbhayye
 
Performance Analysis of DSR, STAR, ZRP Routing Protocols for a Dynamic Ad-Hoc...
IRJET Journal
 
Cognitive Radio Spectrum Sensing 1586 ppt
Anupam Yadav
 
A historical beacon-aided localization algorithm for mobile sensor networks
jpstudcorner
 
Ijetcas14 443
Iasir Journals
 
IRJET- Energy Consumption Analysis of Direction Multimedia Access Control ...
IRJET Journal
 
50120140503018
IAEME Publication
 
Wireless comm ppt1
Chetan Soni
 
Research paper on cognitive radio network
bkmishra21
 
Ad

Similar to IRJET- Survey Paper on Human Following Robot (20)

PDF
Localization of wireless sensor network
IRJET Journal
 
PDF
IRJET - Military Spy Robot with Intelligentdestruction
IRJET Journal
 
PDF
Real-Time Map Building using Ultrasound Scanning
IRJET Journal
 
PDF
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
IRJET Journal
 
PDF
Object collision avoidance with train using android
eSAT Publishing House
 
PDF
Optimized mapping and navigation of remote area through an autonomous robot
eSAT Publishing House
 
PDF
Bio-inspired algorithm for decisioning wireless access point installation
IJECEIAES
 
PDF
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET Journal
 
PDF
IRJET- An Un-Hackable Security based Software Defined Radio using Wireles...
IRJET Journal
 
PDF
IRJET- Design and Analysis of Passive Multi-Static Radar System
IRJET Journal
 
PDF
IRJET- IoT based School Bus Tracking System
IRJET Journal
 
PDF
IOT ASSET TRACKING SYSTEM
IRJET Journal
 
PDF
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
IRJET Journal
 
PDF
Design and implementation of path planning algorithm for wheeled mobile robot...
eSAT Journals
 
PDF
Design and implementation of path planning algorithm for wheeled mobile robot...
eSAT Publishing House
 
PDF
Automatic Free Parking Slot Status Intimating System
IRJET Journal
 
PDF
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET Journal
 
PDF
IRJET- Personal Assistant for Visually Impaired People in Malls
IRJET Journal
 
PDF
IRJET- Smart Bus Transportation System
IRJET Journal
 
PDF
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal
 
Localization of wireless sensor network
IRJET Journal
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET Journal
 
Real-Time Map Building using Ultrasound Scanning
IRJET Journal
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
IRJET Journal
 
Object collision avoidance with train using android
eSAT Publishing House
 
Optimized mapping and navigation of remote area through an autonomous robot
eSAT Publishing House
 
Bio-inspired algorithm for decisioning wireless access point installation
IJECEIAES
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET Journal
 
IRJET- An Un-Hackable Security based Software Defined Radio using Wireles...
IRJET Journal
 
IRJET- Design and Analysis of Passive Multi-Static Radar System
IRJET Journal
 
IRJET- IoT based School Bus Tracking System
IRJET Journal
 
IOT ASSET TRACKING SYSTEM
IRJET Journal
 
Performance Evaluation of Artificial Ant Colony using Zone Based Routing Appr...
IRJET Journal
 
Design and implementation of path planning algorithm for wheeled mobile robot...
eSAT Journals
 
Design and implementation of path planning algorithm for wheeled mobile robot...
eSAT Publishing House
 
Automatic Free Parking Slot Status Intimating System
IRJET Journal
 
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET Journal
 
IRJET- Personal Assistant for Visually Impaired People in Malls
IRJET Journal
 
IRJET- Smart Bus Transportation System
IRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 

Recently uploaded (20)

PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PPTX
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
PDF
July 2025: Top 10 Read Articles Advanced Information Technology
ijait
 
PDF
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PPTX
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
PPT
Ppt for engineering students application on field effect
lakshmi.ec
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PDF
Software Testing Tools - names and explanation
shruti533256
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PDF
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PPTX
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
Zero Carbon Building Performance standard
BassemOsman1
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
July 2025: Top 10 Read Articles Advanced Information Technology
ijait
 
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
Ppt for engineering students application on field effect
lakshmi.ec
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
Software Testing Tools - names and explanation
shruti533256
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
Inventory management chapter in automation and robotics.
atisht0104
 
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 

IRJET- Survey Paper on Human Following Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 830 Survey Paper on Human Following Robot Prof. M. H. Thigale1, Rhishikesh Patil2, Pranav Nerlekar3, Omkar Palkar4 ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The purpose of this project is to develop an autonomous mobile robot which can follow a human being. The robot will have a structure resembling a human. It will sit on a controllable platform that has wheels to move around. A tag that is placed on the person will continuously emit a signal. The Robot will detect this signal and follow the human. The robot can also be controlled remotely by an operator using a remote control. The method of triangulation will be used to find the location of the transmitting source. Multipleantennas, present on the robot will find the phase and the magnitude of the received signal and based on these values, the location of the tag will be determined. Key Words: autonomous, tag, triangulation, multiple antennas, phase, magnitude 1. Surveyed Algorithms The techniques used to calculate the relative positions of the emitter and the receiver use PIR and RF localization system as wireless pyro-electric infrared sensory fusion system to monitorthelocationinformation of robots and people. It reduces the error of RF localization information through tile proposed dynamic triangulation (DTN) method. An algorithm calledastheWPIR interference algorithm is also used. This algorithm determines the fused position from both the PIR localization system and radio frequency signal localization system which utilize tile received signal strength(RSS)propagationmodel.Theyhave developed and experimentally demonstrated a WPIR sensory fusion system which can be successfully applied in locating targets such as people and robot. With an accurate localization mechanism for tile indoor environment, tile provision of appropriate services to people can be realized. A mathematical algorithm can also be used which uses the DOA measurements from emitters with known locations to estimate the vehicle's position as well as its heading. The parameters ѲA and λA, show the vehicle’s position and HA shows the vehicle's heading. ѲEi and λEi show the emitter's position and Bi shows the emitter's heading. These values are calculated by using mathematical formulae. Error in the calculation of these values is considered in the mathematical equations and the output is adjusted accordingly. If a new error occurs in the system, it has to be accommodated into the equations. A method to calculate the position of the receiver with respect to the emitter uses radio frequency identification (RFID) technology to navigate a location. A proposed cordic architecture with floating arithmetic operation is implemented and verified on FPGA chip. The cosine law is used to calculate the location of thereaderwith respect to fixed locations of high frequency RFID tags. The CORDIC algorithm is adapted to the cosine rule. An RF-based system for locating and tracking users inside buildings is provided. The signal strengthinformation gathered at multiple receiver locations to triangulate the user’s coordinates is used by RADAR. Both empirically determined and theoretically computed signal strength information is done using Triangulation. Experimental results are quite encouraging. With high probability,RADAR is able to estimate a user’s location to within a few meters of higher actual location. Larger classes of location-aware services can be built over an RF local-area wireless data network. Using the synchronized timestamps, we mixed all of the traces collected during the off-line phase into a single, unified table containing tuples of the form (x,y,d,ss,snr,), where i E {1,2,3}corresponding to the three base stations. For each (x,y,d) tuple, we computed the mean, the standard deviation, and the median of the corresponding signal strength values for each of the base stations. Formuchofour analysis, we use the processed data set rather than the original, raw data set. To determine exact as well as closest matches we wrote routines to search through the processed data set. There is a lot of database research literature that describes efficient data structures and algorithms.Thefocus of the research is on the analysis and not on developing an optimal closest match implementation. A Bluetooth controlled robot contains an RF transceiver; baseband and protocol stack and provide services allowing the connection of various devices and the exchange of different data classes. Bluetooth devices can be divided into slave and master, which are able to actively initiate and negotiate with other B1uetooth modules. They have various effective ranges in different situations. This is because of the influence of the environment, material coverage, battery's power and antenna configuration. The range is lower than the theoretical distance due to the attenuation caused by signal reflections.Fordifferentclasses of device and maximum power, their specified ranges are distinct. The distances for Class 3, 2, and 1 radios are up to 1, 10, and 100 meters. Mobile devices are based on class 2 radios while class 3 radios are mostly found in industrial environments. Another way to control the robot is by sending directions to the microcontroller with the help of Bluetooth module, then Arduino handles the motor driver which further supports the dc motors andenablesthehighsignal at specific motor pins. The motor driver has several pins and those pins are for power supply, ground, and each dc motor has its own respective pins which when gets a high signal activates the dc motor. The distance of the robot from the obstacle is calculated by the ultrasonicsensorwhichgivesan output on the app screen showing the distance.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 831 2. Advantages:  The use of both antenna and PIR technology ensures accurate calculation of position for direct line of sight.  Calculation of position using only triangulation of the emitter is a fast process. 3. Disadvantages:  Combining PIR and antenna data requires lots of time.  The use of only triangulation method may produce inaccurate results.  The scope of operation of these techniques is 4. Proposed Method: The method we will be using to calculate the location will use triangulation. The angle between the emitter and each antenna will be found. The distance between the emitter and each antenna will be calculated using the RSSI method. This method calculates the distance between the emitter and the receiver by measuring the attenuation caused in the received signal.Basedontheangle and magnitude values, the position of the tag can be found. The use of three antennas will provide high accuracy. Measurements can be made in all directions because of the uniform placement of the three antennas. Besides the triangulation method, the robot can also be controlled remotely by an operator. The robot will transmitandreceive signals via. a Bluetooth module. Thus the robot can be used as an autonomous vehicle or it can be controlled. 5. CONCLUSION After reviewing several papers,itwasfoundthatthe methods for calculating the relative positions of the emitter and the reader have to be fast to accommodate for the constant motion of the reader or theemitter.Theaccuracyin the calculation of the position has to be high. The algorithm used should account for small errors in the data. Thus a new method is proposed in which the robot can be autonomous or can be controlled remotely. 6. REFERENCES [1.] Ren C. Luo, Ogst Chen, Pei Hsien Lin "Indoor Robot/human Localization Using Dynamic Triangulation and Wireless Pyroelectric Infrared Sensory Fusion Approaches" [2.] James L. Poirot, Gerald V. McWilliams "Navigation by Back Triangulation" [3.] Yen-Chang Huang, Chien-Chang Lai, and Yu-Jung Huang "Hardware Implementation ofTriangulation Method Based on CORDIC Algorithm" [4.] Paramvir Bahl and Venkata N. Padmanabhan "RADAR: An In-Building RF-based User Location and Tracking System" [5.] Haoyao Chen, Dong Sun, Jie Yang, and Jian Chen "Localization for Multirobot Formations in Indoor Environment" [6.] Surbhi Verma, "Android App Controlled Bluetooth Robot" [7.] Zhao Wang, Eng Gee Lim, Weiwei Wang, Mark Leach, Ka Lok Man "Design of An Arduino-based Smart Car"