SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 56
Real-Time Map Building using Ultrasound Scanning
Janasakthivel S1, Siddarth J2, Ganeshraja S3 ,Soundar S R4
1,2,3,4Student, Dept. of Mechanical Engineering, PSG college of technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The robots of tomorrow will be required to
negotiate a multitude of environs, indoor and outdoor,
varying in topography, possibly without human guidance. A
prerequisite for intelligent navigation is the presence of a
map or representation of the surrounding environment. The
challenge is to create a device that can enable a robot to
learn a new environment by sensing its surroundings and
building a representation of it, while keeping in mind the
specific requirements of mobile robots viz. low power draw,
minimal weight and minimal post-processing of data. A
device that uses a scanning ultrasonic range sensor to
gather information about the environment was proposed.
The device has moderate resolution at small-to-medium
ranges and generates the map in real-time allowing the
human operators to visualize the data as it is captured. The
image represents the plan view of the environment. It is
inexpensive in terms of power consumption, weight and
price. The platform is highly extensible i.e. it can easily be
made to work with higher resolution sensors, laser ranging
and capture 3D data.
Key Words: Real time mapping, Lab View, Ultrasonic
sensor, Scanning device, Echolocation,.
1. INTRODUCTION
With mobile robots becoming more pervasive in daily life,
it is not very hard to imagine a future where robots
replace humans in performing all manner of mundane or
dangerous tasks, with minimal human intervention.
Personal robotic butlers, autonomous fire-fighters and
soldiers, military drones for reconnaissance and attack
while straight out of science fiction, seem fairly inevitable.
Indeed, even today we find that mobile robots are being
used for tasks such as vacuuming (IRobot Roomba), lawn
mowing (Husqvarna Automower), load carrying (Boston
Dynamics BigDog) and industrial automation. Currently,
robots are not preferred for domestic/military use as the
relatively poor performance, limited functionality and high
cost of operation are hard to justify when cheap, effective
low-tech alternatives exist. But with time, as the low-
power processors, sensors and other specialized hardware
employed in robots become more widespread and
economies of scale are setup, their cost will drop. Cost and
ethics aside, a few technical problems must be solved
before the widespread adoption of autonomous mobile
robots. Currently, humans feature prominently in the
control loop in the form of a remote tele-operator. As
humans are further removed from the equation, the robots
will need to be imbued with sufficient intelligence to
perform the tasks autonomously. Mapping is second
nature to humans. We create cognitive maps of our
environment and are capable of efficient navigation.
Mapping is a fundamental problem that needs to be solved
for true robot autonomy to be realized. In order to move
effectively the robot must be able to construct a map of its
environment, be able to localize itself in it, and then decide
an appropriate path to its destination. Stimulus based
response, where reactions are triggered solely by current
external conditions is adequate only for the very simplest
of tasks. For more complex motion, it simply will not do.
Once mapping is combined with localization and motion
planning, the robot will be capable of autonomous motion.
2. BACKGROUND
The range sensor in question uses the time-of-flight (TOF)
or echolocation method for range calculation. The TOF
method is simply a method to measure distance to a target
by measuring the time it takes for sound/light to travel to
the target and back. The measured time is representative
of traveling twice the separation distance and must
therefore be reduced by half to result in actual range to
the target. The advantages of TOF systems arise from the
direct nature of their straight-line active sensing. The
returned signal follows essentially the same path back to
the receiver. Furthermore, the absolute range to an
observed point is directly available as output with no
complicated analysis required, and the technique is not
based on any assumptions concerning the planar
properties or orientation of the target surface. The three
main types of TOF techniques are RADAR (RAdio
Detection And Ranging), LIDAR (LIght Detection And
Ranging) and SONAR (SOund Navigation And Ranging).
Ultrasound range sensing was chosen due to the ready
availability of low-cost systems and their ease of interface.
The power requirements of ultrasound systems are
minimal and they have good resolution at small-moderate
distances. At present, the best ultrasound sensors have an
effective range of 10m with options for water and ingress
protection to allow for outdoor usage.
2. SYSTEM CONFIGURATION
The setup consists of an ultrasonic sensor module,
Arduino UNO micro controller development board and
servo motor.
Ultrasonic pulses are sent in the certain frequency. It has
an effective range of 2cm to 2m. It operates in the bi-static
mode with separate transmitter and receiver transducers,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 57
(a) (b)
Fig -1: (a) Ultrasonic sensor module, (b) Arduino UNO
micro controller development board.
placed side by side. With a power draw of less than 0.1W,
it is ideal for mobile use. The TOF is calculated by built-in
circuitry and is sent to the microcontroller as a Pulse
Width Modulated (PWM) signal. The Arduino is a
microcontroller development board and functions as a
Data Acquisition (DAQ) device. It controls the servo,
sensor and takes care of data transmission. It functions
autonomously, with the PC only serving to start the
program and act as a data sink. Commands and data are
sent through USB.
3. IMPLEMENTATION
The ultrasonic sensor module is mounted on a carousel
connected to the servo motor. As the servo rotates, the
sensor module gathers range data about its surroundings.
Fig -2: Ultrasound scanning platform
The Arduino has been programmed to rotate the servo,
trigger the sensor, receive the data from the sensor and
send it to the PC via USB. Once the PC receives the data, a
LabVIEW program parses and plots it as an image.
These steps are performed in a synchronised sequence.
The device is currently capable of capturing 180 data
points over a 180-degree field, with a minimum scanning
duration of 1.8sec.
3.1 Lab VIEW
A LabVIEW program was designed to parse and visualize
the data acquired by the Arduino. It plots the data as a
polar graph from 0-180 degrees. Objects beyond range of
the sensor are plotted at a certain distance. The Arduino,
while connected to the PC via USB, appears as a virtual
Serial device connected to a COM port. ‘VISA resource
name’ allows the user to select the port number. The
program allows the image and data to be exported to the
hard drive in the form of a jpeg and spreadsheet file
respectively. A variation is done to acquire a composite
image. , the flat surface was not detected as being flat;
rather it appeared as an arc of a circle with its center being
the location of the sensor.
Fig -3: (a) Lab View polar plot of a flat plate,
(b) Comparison of plotted image with actual object (actual
object represented as black overlay)
Fig -4: Scan of the test setup, visualized with the help of
the composite image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 58
A constructed test setup was subjected to multiple scans
and the resulting scan was produced. The image produced
is a fairly good representation of the actual setup and
suggests that with a few improvements, the unit can be
used to produce more accurate and detailed maps. The
problem of flat surfaces being detected as arcs, occurs
here as well.
(a) (b)
Fig -5: Scan of the test setup, visualized with the help of
the composite image (Module positioned Manually)
4. DISCUSSIONS
1. The sensor cannot accurately measure the
distance to an object that: is a) more than 2
meters away, b) that has its reflective surface at a
shallow angle (<45 degrees) so that sound will not
be reflected back towards the sensor, or c) is too
small to reflect enough sound back to the sensor.
In addition, objects that absorb sound or have a
soft or irregular surface, may not reflect enough
sound to be detected accurately. The unit is not
recommended for outdoor use. Ingress protection
can be made a feature in future iterations.
2. The main cause of inaccuracy in the plotted maps
is due to the width of the ultrasound beam. The
authors’ hypothesis is that due to the large
angular spread, the sensor keeps detecting the
shortest distance to the target object within its
spread (the intersection of the sensor axis and the
flat surface, when the angle between them is 90
degrees) even though it faces a different portion
of the surface. This results in the formation of arcs
instead of straight lines. This can be ameliorated
by using a higher resolution sensor that produces
a narrower beam. However, even a high
performance sensor with a mere 2-degree angular
spread will cover approximately 30cm at a range
of 10m. Attenuation effects also lead to loss of
signals at distances greater than 10m.This
suggests the usage of LIDAR for high precision or
long range measurements. Adopting these
systems will come with their own disadvantages
such as the need for precision timing circuits and
added cost.
3. The servo motor used only allows 180 degrees of
rotation, in 1 degree steps. It could be replaced
with a stepper motor which allows for continuous
360-degree rotation and permits sub-degree
angular control.
4. The velocity of sound is taken as a constant in the
range calculation. In actuality, the speed of sound
is a function of temperature and to a lesser extent,
humidity. The percentage error (of Vsound) over the
sensor’s operating range of 0 to 70 ° C is
significant, in the magnitude of 11 to 12 percent.
The incorporation of temperature sensors to
account for air temperature is essential for
accurate measurements.
5. In its current form, the program requires that the
sensor must be manually lifted and moved to
various predetermined positions and
orientations. For the device to be of real use, it
should reflect data from a positioning device.
Typical dead-reckoning methods can be used to
find position relative to the starting point. This
could be done by measuring the rotation of
wheels of the mobile platform using an odometer.
Inertial navigation methods such as GPS or
gyroscopes are attractive alternatives.
6. By turning the sensor upwards and moving the
platform, the unit can be made to capture 3D data,
with each scan producing one section of a multi-
section wireframe/mesh model. This might be of
considerable use when surveying caves, studying
depositions inside of pipes and navigation for an
aerial micro-robot.
7. Sensor resolution increases with frequency. It is
also affected by the accuracy of the time-
measuring circuits in the sensor. However, a
trade-off exists between resolution and effective
range, with resolution decreasing as range
increases. Therefore, a balance between the two
must be found as per the given requirements. A
lower frequency sensor should be selected for
longer.
5. CONCLUSION
The visual programming paradigm is a sea change when
compared to conventional programming. The benefits are
numerous. A more natural way to program when
compared to text-based interfaces. Improved readability
of large programs when compared to the conventional
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 59
programming paradigm allows for easy debugging.
Instead of manual positioning, if the test module’s location
and position are synchronized using a rover or a flying
device like quad copter, 3D imaging of the surrounding
with increased accuracy is possible. Even with a host of
limitations, the preliminary results look promising.
REFERENCES
[1] W.I. Sellers, A.T. Chamberlain, “Ultrasonic Cave
Mapping”, Published in Journal of Archaeological
Science, 1998, U.K.
[2] Dirk Bank, and Thomas Kampke “ High - Resolution
Ultrasonic Environment Imaging ’’ Published in IEEE
Transactions on Robotics, 2007.
[3] G.C. Anousaki and K.J. Kyriakopoulos, “Simultaneous
Localization And Map Building for Mobile Robot
Navigation”, IEEE Robotics and Automation Magazine.
[4] Daniel Pagac, Eduardo M. Nebot, And Hugh Durrant -
Whyte “ An Evidential approach to Map-Building for
Autonomous Vehicles”, IEEE Transactions on Robotics
and Automation, 1998.

More Related Content

What's hot

IRJET- R-Lorgnon to Locate Humans Got in Fire Accident
IRJET-  	  R-Lorgnon to Locate Humans Got in Fire Accident IRJET-  	  R-Lorgnon to Locate Humans Got in Fire Accident
IRJET- R-Lorgnon to Locate Humans Got in Fire Accident IRJET Journal
 
Total station, digital self leveling levels,
Total station, digital self leveling levels,Total station, digital self leveling levels,
Total station, digital self leveling levels,Darshil Vekaria
 
Surveying,ADVANCE EQUIPMENT IN SURVEY
Surveying,ADVANCE EQUIPMENT  IN SURVEYSurveying,ADVANCE EQUIPMENT  IN SURVEY
Surveying,ADVANCE EQUIPMENT IN SURVEYPRAJWAL SHRIRAO
 
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...IRJET Journal
 
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...IRJET Journal
 
Bringing navigation indoors
Bringing navigation indoorsBringing navigation indoors
Bringing navigation indoorsevegod
 
IRJET- Inspection of Components with the Support of the Drones
IRJET- Inspection of Components with the Support of the DronesIRJET- Inspection of Components with the Support of the Drones
IRJET- Inspection of Components with the Support of the DronesIRJET Journal
 
Total Station Topographic Survey
Total Station Topographic Survey Total Station Topographic Survey
Total Station Topographic Survey haroldtaylor1113
 
Total station topcon exp procedures
Total station topcon exp proceduresTotal station topcon exp procedures
Total station topcon exp proceduresNAGESH KUMAR GUTURU
 
Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...
Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...
Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...AugmentedWorldExpo
 
"Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ...
"Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ..."Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ...
"Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ...Edge AI and Vision Alliance
 
Modern surveying techniques
Modern surveying techniquesModern surveying techniques
Modern surveying techniquesSunny Jaiswal
 
Total station
Total stationTotal station
Total stationlbbinh
 
Precision (Indoor) Real Time Location Systems
Precision (Indoor) Real Time Location SystemsPrecision (Indoor) Real Time Location Systems
Precision (Indoor) Real Time Location SystemsPeter Batty
 
STEFANO CARRINO
STEFANO CARRINOSTEFANO CARRINO
STEFANO CARRINObutest
 

What's hot (20)

Surveying
Surveying Surveying
Surveying
 
IRJET- R-Lorgnon to Locate Humans Got in Fire Accident
IRJET-  	  R-Lorgnon to Locate Humans Got in Fire Accident IRJET-  	  R-Lorgnon to Locate Humans Got in Fire Accident
IRJET- R-Lorgnon to Locate Humans Got in Fire Accident
 
Total station, digital self leveling levels,
Total station, digital self leveling levels,Total station, digital self leveling levels,
Total station, digital self leveling levels,
 
Surveying,ADVANCE EQUIPMENT IN SURVEY
Surveying,ADVANCE EQUIPMENT  IN SURVEYSurveying,ADVANCE EQUIPMENT  IN SURVEY
Surveying,ADVANCE EQUIPMENT IN SURVEY
 
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
 
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
 
Bringing navigation indoors
Bringing navigation indoorsBringing navigation indoors
Bringing navigation indoors
 
Total station
Total station Total station
Total station
 
IRJET- Inspection of Components with the Support of the Drones
IRJET- Inspection of Components with the Support of the DronesIRJET- Inspection of Components with the Support of the Drones
IRJET- Inspection of Components with the Support of the Drones
 
3d scanning techniques
3d scanning techniques3d scanning techniques
3d scanning techniques
 
Total Station Topographic Survey
Total Station Topographic Survey Total Station Topographic Survey
Total Station Topographic Survey
 
Total station topcon exp procedures
Total station topcon exp proceduresTotal station topcon exp procedures
Total station topcon exp procedures
 
Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...
Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...
Tobias Rothermel (pmd technologies): pmd ToF – the Swiss Army Knife of 3D Sen...
 
"Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ...
"Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ..."Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ...
"Time of Flight Sensors: How Do I Choose Them and How Do I Integrate Them?," ...
 
Indoor navigation system
Indoor navigation systemIndoor navigation system
Indoor navigation system
 
Modern surveying techniques
Modern surveying techniquesModern surveying techniques
Modern surveying techniques
 
Total station
Total stationTotal station
Total station
 
Precision (Indoor) Real Time Location Systems
Precision (Indoor) Real Time Location SystemsPrecision (Indoor) Real Time Location Systems
Precision (Indoor) Real Time Location Systems
 
STEFANO CARRINO
STEFANO CARRINOSTEFANO CARRINO
STEFANO CARRINO
 
Total station
Total stationTotal station
Total station
 

Similar to Real-Time Map Building using Ultrasound Scanning

Total station and its application to civil engineering
Total station and its application to civil engineeringTotal station and its application to civil engineering
Total station and its application to civil engineeringTushar Dholakia
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET Journal
 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET Journal
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET Journal
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET Journal
 
Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...
Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...
Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...IRJET Journal
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robotIRJET Journal
 
Localization using filtered dgps
Localization using filtered dgpsLocalization using filtered dgps
Localization using filtered dgpseSAT Journals
 
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using AudioIRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using AudioIRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...eSAT Journals
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET Journal
 
2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDARTELKOMNIKA JOURNAL
 
IRJET - Detection of Landmine using Robotic Vehicle
IRJET -  	  Detection of Landmine using Robotic VehicleIRJET -  	  Detection of Landmine using Robotic Vehicle
IRJET - Detection of Landmine using Robotic VehicleIRJET Journal
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuIRJET Journal
 
IRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military SurveillanceIRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military SurveillanceIRJET Journal
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human PresenceIRJET Journal
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military AssistanceIRJET Journal
 
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET Journal
 

Similar to Real-Time Map Building using Ultrasound Scanning (20)

Total station and its application to civil engineering
Total station and its application to civil engineeringTotal station and its application to civil engineering
Total station and its application to civil engineering
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following Robot
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with Intelligentdestruction
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...
Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...
Optimisation of Distance Measurement in Autonomous Vehicle using Ultrasonic a...
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 
Localization using filtered dgps
Localization using filtered dgpsLocalization using filtered dgps
Localization using filtered dgps
 
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using AudioIRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using Audio
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
 
2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR
 
Project
ProjectProject
Project
 
IRJET - Detection of Landmine using Robotic Vehicle
IRJET -  	  Detection of Landmine using Robotic VehicleIRJET -  	  Detection of Landmine using Robotic Vehicle
IRJET - Detection of Landmine using Robotic Vehicle
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
 
IRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military SurveillanceIRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military Assistance
 
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)IRJET-  	  Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

Real-Time Map Building using Ultrasound Scanning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 56 Real-Time Map Building using Ultrasound Scanning Janasakthivel S1, Siddarth J2, Ganeshraja S3 ,Soundar S R4 1,2,3,4Student, Dept. of Mechanical Engineering, PSG college of technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The robots of tomorrow will be required to negotiate a multitude of environs, indoor and outdoor, varying in topography, possibly without human guidance. A prerequisite for intelligent navigation is the presence of a map or representation of the surrounding environment. The challenge is to create a device that can enable a robot to learn a new environment by sensing its surroundings and building a representation of it, while keeping in mind the specific requirements of mobile robots viz. low power draw, minimal weight and minimal post-processing of data. A device that uses a scanning ultrasonic range sensor to gather information about the environment was proposed. The device has moderate resolution at small-to-medium ranges and generates the map in real-time allowing the human operators to visualize the data as it is captured. The image represents the plan view of the environment. It is inexpensive in terms of power consumption, weight and price. The platform is highly extensible i.e. it can easily be made to work with higher resolution sensors, laser ranging and capture 3D data. Key Words: Real time mapping, Lab View, Ultrasonic sensor, Scanning device, Echolocation,. 1. INTRODUCTION With mobile robots becoming more pervasive in daily life, it is not very hard to imagine a future where robots replace humans in performing all manner of mundane or dangerous tasks, with minimal human intervention. Personal robotic butlers, autonomous fire-fighters and soldiers, military drones for reconnaissance and attack while straight out of science fiction, seem fairly inevitable. Indeed, even today we find that mobile robots are being used for tasks such as vacuuming (IRobot Roomba), lawn mowing (Husqvarna Automower), load carrying (Boston Dynamics BigDog) and industrial automation. Currently, robots are not preferred for domestic/military use as the relatively poor performance, limited functionality and high cost of operation are hard to justify when cheap, effective low-tech alternatives exist. But with time, as the low- power processors, sensors and other specialized hardware employed in robots become more widespread and economies of scale are setup, their cost will drop. Cost and ethics aside, a few technical problems must be solved before the widespread adoption of autonomous mobile robots. Currently, humans feature prominently in the control loop in the form of a remote tele-operator. As humans are further removed from the equation, the robots will need to be imbued with sufficient intelligence to perform the tasks autonomously. Mapping is second nature to humans. We create cognitive maps of our environment and are capable of efficient navigation. Mapping is a fundamental problem that needs to be solved for true robot autonomy to be realized. In order to move effectively the robot must be able to construct a map of its environment, be able to localize itself in it, and then decide an appropriate path to its destination. Stimulus based response, where reactions are triggered solely by current external conditions is adequate only for the very simplest of tasks. For more complex motion, it simply will not do. Once mapping is combined with localization and motion planning, the robot will be capable of autonomous motion. 2. BACKGROUND The range sensor in question uses the time-of-flight (TOF) or echolocation method for range calculation. The TOF method is simply a method to measure distance to a target by measuring the time it takes for sound/light to travel to the target and back. The measured time is representative of traveling twice the separation distance and must therefore be reduced by half to result in actual range to the target. The advantages of TOF systems arise from the direct nature of their straight-line active sensing. The returned signal follows essentially the same path back to the receiver. Furthermore, the absolute range to an observed point is directly available as output with no complicated analysis required, and the technique is not based on any assumptions concerning the planar properties or orientation of the target surface. The three main types of TOF techniques are RADAR (RAdio Detection And Ranging), LIDAR (LIght Detection And Ranging) and SONAR (SOund Navigation And Ranging). Ultrasound range sensing was chosen due to the ready availability of low-cost systems and their ease of interface. The power requirements of ultrasound systems are minimal and they have good resolution at small-moderate distances. At present, the best ultrasound sensors have an effective range of 10m with options for water and ingress protection to allow for outdoor usage. 2. SYSTEM CONFIGURATION The setup consists of an ultrasonic sensor module, Arduino UNO micro controller development board and servo motor. Ultrasonic pulses are sent in the certain frequency. It has an effective range of 2cm to 2m. It operates in the bi-static mode with separate transmitter and receiver transducers,
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 57 (a) (b) Fig -1: (a) Ultrasonic sensor module, (b) Arduino UNO micro controller development board. placed side by side. With a power draw of less than 0.1W, it is ideal for mobile use. The TOF is calculated by built-in circuitry and is sent to the microcontroller as a Pulse Width Modulated (PWM) signal. The Arduino is a microcontroller development board and functions as a Data Acquisition (DAQ) device. It controls the servo, sensor and takes care of data transmission. It functions autonomously, with the PC only serving to start the program and act as a data sink. Commands and data are sent through USB. 3. IMPLEMENTATION The ultrasonic sensor module is mounted on a carousel connected to the servo motor. As the servo rotates, the sensor module gathers range data about its surroundings. Fig -2: Ultrasound scanning platform The Arduino has been programmed to rotate the servo, trigger the sensor, receive the data from the sensor and send it to the PC via USB. Once the PC receives the data, a LabVIEW program parses and plots it as an image. These steps are performed in a synchronised sequence. The device is currently capable of capturing 180 data points over a 180-degree field, with a minimum scanning duration of 1.8sec. 3.1 Lab VIEW A LabVIEW program was designed to parse and visualize the data acquired by the Arduino. It plots the data as a polar graph from 0-180 degrees. Objects beyond range of the sensor are plotted at a certain distance. The Arduino, while connected to the PC via USB, appears as a virtual Serial device connected to a COM port. ‘VISA resource name’ allows the user to select the port number. The program allows the image and data to be exported to the hard drive in the form of a jpeg and spreadsheet file respectively. A variation is done to acquire a composite image. , the flat surface was not detected as being flat; rather it appeared as an arc of a circle with its center being the location of the sensor. Fig -3: (a) Lab View polar plot of a flat plate, (b) Comparison of plotted image with actual object (actual object represented as black overlay) Fig -4: Scan of the test setup, visualized with the help of the composite image
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 58 A constructed test setup was subjected to multiple scans and the resulting scan was produced. The image produced is a fairly good representation of the actual setup and suggests that with a few improvements, the unit can be used to produce more accurate and detailed maps. The problem of flat surfaces being detected as arcs, occurs here as well. (a) (b) Fig -5: Scan of the test setup, visualized with the help of the composite image (Module positioned Manually) 4. DISCUSSIONS 1. The sensor cannot accurately measure the distance to an object that: is a) more than 2 meters away, b) that has its reflective surface at a shallow angle (<45 degrees) so that sound will not be reflected back towards the sensor, or c) is too small to reflect enough sound back to the sensor. In addition, objects that absorb sound or have a soft or irregular surface, may not reflect enough sound to be detected accurately. The unit is not recommended for outdoor use. Ingress protection can be made a feature in future iterations. 2. The main cause of inaccuracy in the plotted maps is due to the width of the ultrasound beam. The authors’ hypothesis is that due to the large angular spread, the sensor keeps detecting the shortest distance to the target object within its spread (the intersection of the sensor axis and the flat surface, when the angle between them is 90 degrees) even though it faces a different portion of the surface. This results in the formation of arcs instead of straight lines. This can be ameliorated by using a higher resolution sensor that produces a narrower beam. However, even a high performance sensor with a mere 2-degree angular spread will cover approximately 30cm at a range of 10m. Attenuation effects also lead to loss of signals at distances greater than 10m.This suggests the usage of LIDAR for high precision or long range measurements. Adopting these systems will come with their own disadvantages such as the need for precision timing circuits and added cost. 3. The servo motor used only allows 180 degrees of rotation, in 1 degree steps. It could be replaced with a stepper motor which allows for continuous 360-degree rotation and permits sub-degree angular control. 4. The velocity of sound is taken as a constant in the range calculation. In actuality, the speed of sound is a function of temperature and to a lesser extent, humidity. The percentage error (of Vsound) over the sensor’s operating range of 0 to 70 ° C is significant, in the magnitude of 11 to 12 percent. The incorporation of temperature sensors to account for air temperature is essential for accurate measurements. 5. In its current form, the program requires that the sensor must be manually lifted and moved to various predetermined positions and orientations. For the device to be of real use, it should reflect data from a positioning device. Typical dead-reckoning methods can be used to find position relative to the starting point. This could be done by measuring the rotation of wheels of the mobile platform using an odometer. Inertial navigation methods such as GPS or gyroscopes are attractive alternatives. 6. By turning the sensor upwards and moving the platform, the unit can be made to capture 3D data, with each scan producing one section of a multi- section wireframe/mesh model. This might be of considerable use when surveying caves, studying depositions inside of pipes and navigation for an aerial micro-robot. 7. Sensor resolution increases with frequency. It is also affected by the accuracy of the time- measuring circuits in the sensor. However, a trade-off exists between resolution and effective range, with resolution decreasing as range increases. Therefore, a balance between the two must be found as per the given requirements. A lower frequency sensor should be selected for longer. 5. CONCLUSION The visual programming paradigm is a sea change when compared to conventional programming. The benefits are numerous. A more natural way to program when compared to text-based interfaces. Improved readability of large programs when compared to the conventional
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 59 programming paradigm allows for easy debugging. Instead of manual positioning, if the test module’s location and position are synchronized using a rover or a flying device like quad copter, 3D imaging of the surrounding with increased accuracy is possible. Even with a host of limitations, the preliminary results look promising. REFERENCES [1] W.I. Sellers, A.T. Chamberlain, “Ultrasonic Cave Mapping”, Published in Journal of Archaeological Science, 1998, U.K. [2] Dirk Bank, and Thomas Kampke “ High - Resolution Ultrasonic Environment Imaging ’’ Published in IEEE Transactions on Robotics, 2007. [3] G.C. Anousaki and K.J. Kyriakopoulos, “Simultaneous Localization And Map Building for Mobile Robot Navigation”, IEEE Robotics and Automation Magazine. [4] Daniel Pagac, Eduardo M. Nebot, And Hugh Durrant - Whyte “ An Evidential approach to Map-Building for Autonomous Vehicles”, IEEE Transactions on Robotics and Automation, 1998.