SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 518
SWARM ROBOTICS FOR INTELLIGENT WAREHOUSING: AN
APPLICATION
Kayala Rahul1
1
UG Student, Dept. of ECE, RVCE, Karnataka, India, kayalarahul@gmail.com
Abstract
Warehousing has become an important part of the supply chain of any business. With a rise in global business there is increasing
pressure to modernize and improve the critical component of warehousing. This paper proposes automation of warehousing by using
swarm intelligence. It describes the various key features that define a swarm of robots, the various control mechanism. This paper
proposes a sample design of the warehouse robot and the warehouse layout. It proposes some key infrastructural changes in order to
enable swarm intelligence. It proposes a model and unique control mechanism between the various stakeholders of the warehousing
system. It also demonstrates improvements in some areas such as effective utilization of space, reduction in retrieval time, reduction in
power consumption and overall improvement in efficiency.
Keywords: Swarm Robotics, Warehousing, Centralized Control
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Warehousing is an important component of any global
business forming a vital part of the supply chain mechanism.
The criticality of the warehousing application has ensured its
automation in order to produce reliable and predictable
behavior over several indicators such as Average Retrieval
Time etc. However, each of the warehousing robots tends to
be independent machines which can perform only one task at a
time or perhaps at best several tasks in quick succession. Each
robot communicates only with a Central Command Centre and
not among them. This results in bulky, expensive machines
which reduce the overall performance of the system.
2. SWARM ROBOTICS
Designing a Robotic system has several challenges. One
approach to the design is to create multi-purpose, complex and
monolithic robots that are able to tackle the desired tasks alone
[1]. This solution is simple but fails on factors such as
robustness, flexibility and scalability. Adding to this is the
complexity of redesign to incorporate new functions. An
alternative to mechanism is to create a set of simple
individuals with small and simple capabilities which
collectively can perform the given task. This model is directly
borrowed from the biological world of ants, bees etc. which
use such “Swarm Intelligence” to accomplish tasks.
2.1 Key Features of a Swarm
Each Swarm is composed of many individuals. The
individuals are relatively similar i.e. homogeneous. The
individuals are relatively incapable. This means that they
perform only a subset of the tasks meant to be taken up by the
system. There is a high level of interaction among the
individuals which are based on simple behavioral rules that
primarily rely only on local information (Although, some
systems rely on global information). The overall behavior
results from a self-organized process, discovery and intensive
co-ordination between individuals [2].
2.2 Swarm Control Mechanisms
Swarm Systems usually follow 2 distinct methods of control –
Distributed or Localized Control and Centralized Control
System [3].
2.2.1 Distributed Control Mechanism (DCM)
In a DCM, there is no central command center to serve as a
hub of communication and co-ordination functions between
the various swarm individuals. Each of the individuals relies
on local information to decide on its behavior and its task
allocation scheme. This is commonly used in Search and
Discovery applications of Swarms as there is no global
knowledge of the environment for the system to rely on. The
environmental knowledge must be built bit by bit during the
progress of the task. DCM is inherently local, distributed and
scalable
There are two common ways of achieving communication in
DCM. One such method is Self-organization - A process in
which patterns at the global level of a system emerge solely
from numerous interactions among the lower level
components of the system. The other common method is
Stigmergy which relies on communication through altering the
environment. Stigmergy is used by ants which leave a trail of
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 519
pheromones to act as a signal to other members following
closely [4].
2.2.2 Centralized Control Mechanism (CCM)
A CCM relies on a centralized command center or a single
elected leader from amongst the individuals to serve as the
nerve center. All the individuals accept instructions from this
center and report new found local information to the leader.
The leader is primarily responsible for individual task
allocation, updating the global environment etc. The main
advantage of the CCM is that in scenarios where the global
environment is known before hand, CCM reduces the total
response time. In case of a DCM, some amount of response
time is utilized in creating global scenario references by
relying only on local information and local interactions
between individual. However, the primary drawback is that
the leader must have significant processing power in order to
deal with larger swarms. Hence, there is a limitation in terms
of scalability and flexibility of the swarm when it relies on
CCM.
3. TYPICAL PROBLEMS IN WAREHOUSE
3.1 Space
A warehouse is meant to store a large number of goods and
must therefore maximize on the amount of space allocated to
storage as compared to other functions such as administration,
spacing between racks for retrieval etc.
3.2 Retrieval Time
A good which is required to be dispatched from the warehouse
must be retrieved from its exact storage location and brought
to a dispatch/holding area as quick as possible
3.3 Storage Pattern Allocation
The System must follow an intelligent warehousing pattern in
which goods which have highest retrieval must be stored very
close to the dispatch/holding area. Several Optimization
algorithms are already available to solve this problem
3.4 Power and Efficiency
A warehouse must use as little power as necessary for storage
and retrieval of goods to enhance efficiency and profitability
4. DESIGN OF SWARM WAREHOUSE
Using Swarm Intelligence to solve some typical warehousing
challenges involves designing a compliant warehouse layout
as well as retrieval robots for automation of the entire process.
The warehouse must be incorporated with additional
infrastructure such as sensors, signaling networks for co-
ordination of swarm individuals.
4.1 Design of Warehouse Robot
The Swarm enabled warehouse robot must be capable of
carrying loads as per the goods specifications, which are to be
established during the setup of the system.
Fig-1: Typical Warehouse Robot
4.1.1 Communication Module
The robot’s communication module can be comprised of short
range protocol such as RF, Zigbee etc to leverage on local
information. Additionally, a longer range protocol such as
Wifi has to be incorporated in order for the robot to
communicate with the Central Command Center. Using two
separate protocols ensures that there is no network congestion
and makes for a very scalable model.
4.1.2 Sensors Module
The robot must be equipped with IR Sensor to sense the
proximity of other robots and obstacles in its path. It must
have a pressure sensor to accurately determine the load it is
carrying.
4.2 Warehouse Infrastructure
The Swarm enabled warehouse layout is slightly altered to
provide signaling and other infrastructure. The major
difference is that various warehouse racks can now be placed
much closer than before, leaving space only for one retrieving
robot between the racks. At each junction a congestion sensor
is placed which gives the number of robots between this
junction and the next. Say between (3,2) and (3,3) there are 2
robots, then the congestion sensor would read 2. This provides
for local routing information for each of the swarm
individuals.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 520
Fig-2: Swarm warehouse layout with congestion sensors
4.3 Control Mechanism
A mixed control mechanism is proposed for best results.
4.3.1 Dispatch Centre
The dispatch center acts as the centralized command center.
When a good has to be retrieved, it issues the command to the
mobile robot over the long distance communication protocol.
It issues the command to either a free robot or to the one
nearest to the location. The dispatch center is also responsible
for tracking each of the swarm members using their periodic
location updates. It is responsible for communicating the
global layout scenario to each individual. It also performs
readjustment of the storage pattern so as to further optimize
the retrieval time.
4.3.2 Individual to Congestion Sensor
Once an individual receives a fetch command from dispatch, it
must travel from its current location to the location of the
fetch. The layout of the warehouse is already known to each
individual and thus it can compute the shortest path and
travels along this path. Along the path, the swarm individual
communicates with the congestion sensor at every junction. If
the path along the shortest route is congested with other
individuals, it then recalculates the route. This avoids
unnecessary delays during retrieval.
4.3.3 Individual to Individual
Each individual transmits its current location via the long
range communication protocol back to the central command. It
also transmits the current load it is carrying over a shorter
range using short range protocol. This mechanism enables us
to achieve reallocation of assigned duties and promoters
greater efficiency. Say the dispatch has asked A to pick up an
item of weight 20kg from a location X. A while on its path to
location X hears over short range communication that another
Robot B which is in the vicinity of X is currently carrying
some load and can carry this additional 20kg load. A then
dynamically reassigns its order of the item to B. Such dynamic
reallocation leads to better utilization of resources and leads to
shorter retrieval times
4.3.4 Individual to Dispatch
This control mechanism happens over long range
communication protocols. Each individual updates the
dispatch command center about its location, current order list
and any dynamic reallocations if any.
5. ADVANTAGES
5.1 Space
Using intelligent swarm algorithms which have inbuilt
congestion control and rerouting capabilities, it is possible to
reduce the space between racks to a size small enough that
only one individual can fit. This allows for greater utilization
of space.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 521
5.2 Retrieval Time
The dispatch center has the current location of all the
individuals within the warehouse and allocates the fetching
duties to robot closest to the location. This greatly reduces
retrieval time. Additionally, dynamic order reallocation also
reduces the time taken to fetch an order. It has the ability to
reroute in case of congestion along the shortest route.
5.3 Power and Efficiency
The individual uses least amount of power in executing the
order of the dispatch. This is achieved due to its ability to take
the shortest route to the location, dynamic reallocation of
orders.
CONCLUSIONS & FUTURE WORK
This paper presented a unique way to apply swarm
intelligence to solve traditional warehousing problems. It
provides a complete high level design specification and high
level control and communication architecture for swarm based
warehousing system. Future work in this area would involve
developing a small scale model to implement the given
algorithms and correct latencies in the system.
REFERENCES
[1]Arne Brutschy, “Task Allocation in Swarm Robotics”,
Université Libre de Bruxelles.
[2]Dario Floreano and Claudio Mattiussi, “Bio-Inspired
Artificial Intelligence: Theories, Methods, and Technologies”,
MIT Press
[3]Amir M. Naghsh et all, “Analysis and Design of Human-
Robot Swarm Interaction in Firefighting”, IEEE International
Symposium on Robot and Human Interactive Communication,
Technische Universität München, Munich,
Germany
[4]E. Şahin and W. Spears , “Swarm robotics: From sources of
inspiration to domains of application”, Proceedings of the First
International Workshop on Swarm Robotics (at SAB 2004),
volume 3342 of Lecture Notes in Computer Science, pages
10–20. Springer, Berlin, Germany
[5]Christof Röhrig, “Real-Time Communication and
Localization for a Swarm of MobileRobots Using IEEE
802.15.4a CSS”,Proceedings of the 74th Vehicular
Technology Conference, San Francisco, USA, September
2011.
[6]Natanaree Sooksaksun and Voratas Kachitvichyanukul,
“Particle Swarm Optimization for Warehouse Design
Problem”, The 11th Asia Pacific Industrial Engineering and
Management Systems Conference
[7] Vassilios Vrysagotis and Patapios Alexios Kontis,
“Warehouse layout problems : Types of problems and solution
algorithms”, Journal of Computations & Modelling, vol.1,
no.1, 2011, 131-152 ISSN: 1792-7625 (print), 1792-8850
(online) International Scientific Press, 2011
BIOGRAPHIES
Kayala Rahul is currently in his 7th Semester at
RVCE, Bangalore. His research interests include
Swarm Robotics, Embedded systems, Internet of
Things etc.

More Related Content

Viewers also liked

Comparison of glass fiber reinforced concrete &
Comparison of glass fiber reinforced concrete &Comparison of glass fiber reinforced concrete &
Comparison of glass fiber reinforced concrete &eSAT Publishing House
 
Static stiffness analysis of high frequency milling spindle
Static stiffness analysis of high frequency milling spindleStatic stiffness analysis of high frequency milling spindle
Static stiffness analysis of high frequency milling spindleeSAT Publishing House
 
Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control andeSAT Publishing House
 
Seasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life systemSeasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life systemeSAT Publishing House
 
Effectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steelEffectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steeleSAT Publishing House
 
Impact resistance capacity of a green ultra high performance hybrid fibre rei...
Impact resistance capacity of a green ultra high performance hybrid fibre rei...Impact resistance capacity of a green ultra high performance hybrid fibre rei...
Impact resistance capacity of a green ultra high performance hybrid fibre rei...eSAT Publishing House
 
A survey on data security in cloud computing issues and mitigation techniques
A survey on data security in cloud computing issues and mitigation techniquesA survey on data security in cloud computing issues and mitigation techniques
A survey on data security in cloud computing issues and mitigation techniqueseSAT Publishing House
 
Adaptation of anion exchange process to
Adaptation of anion exchange process toAdaptation of anion exchange process to
Adaptation of anion exchange process toeSAT Publishing House
 
Forecasting trip attraction based on commercial land
Forecasting trip attraction based on commercial landForecasting trip attraction based on commercial land
Forecasting trip attraction based on commercial landeSAT Publishing House
 
Measurement of iodine availability and stability of
Measurement of iodine availability and stability ofMeasurement of iodine availability and stability of
Measurement of iodine availability and stability ofeSAT Publishing House
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...eSAT Publishing House
 
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...eSAT Publishing House
 
Direct torque control using neural network approach
Direct torque control using neural network approachDirect torque control using neural network approach
Direct torque control using neural network approacheSAT Publishing House
 
A study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cellsA study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cellseSAT Publishing House
 
Effect of skew angle on static behaviour of reinforced
Effect of skew angle on static behaviour of reinforcedEffect of skew angle on static behaviour of reinforced
Effect of skew angle on static behaviour of reinforcedeSAT Publishing House
 
Implementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast systemImplementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast systemeSAT Publishing House
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 
Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...eSAT Publishing House
 
Automatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screensAutomatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screenseSAT Publishing House
 
Wireless facsimile connectivity using gsm module
Wireless facsimile connectivity using gsm moduleWireless facsimile connectivity using gsm module
Wireless facsimile connectivity using gsm moduleeSAT Publishing House
 

Viewers also liked (20)

Comparison of glass fiber reinforced concrete &
Comparison of glass fiber reinforced concrete &Comparison of glass fiber reinforced concrete &
Comparison of glass fiber reinforced concrete &
 
Static stiffness analysis of high frequency milling spindle
Static stiffness analysis of high frequency milling spindleStatic stiffness analysis of high frequency milling spindle
Static stiffness analysis of high frequency milling spindle
 
Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control and
 
Seasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life systemSeasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life system
 
Effectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steelEffectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steel
 
Impact resistance capacity of a green ultra high performance hybrid fibre rei...
Impact resistance capacity of a green ultra high performance hybrid fibre rei...Impact resistance capacity of a green ultra high performance hybrid fibre rei...
Impact resistance capacity of a green ultra high performance hybrid fibre rei...
 
A survey on data security in cloud computing issues and mitigation techniques
A survey on data security in cloud computing issues and mitigation techniquesA survey on data security in cloud computing issues and mitigation techniques
A survey on data security in cloud computing issues and mitigation techniques
 
Adaptation of anion exchange process to
Adaptation of anion exchange process toAdaptation of anion exchange process to
Adaptation of anion exchange process to
 
Forecasting trip attraction based on commercial land
Forecasting trip attraction based on commercial landForecasting trip attraction based on commercial land
Forecasting trip attraction based on commercial land
 
Measurement of iodine availability and stability of
Measurement of iodine availability and stability ofMeasurement of iodine availability and stability of
Measurement of iodine availability and stability of
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...
 
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
 
Direct torque control using neural network approach
Direct torque control using neural network approachDirect torque control using neural network approach
Direct torque control using neural network approach
 
A study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cellsA study on modelling and simulation of photovoltaic cells
A study on modelling and simulation of photovoltaic cells
 
Effect of skew angle on static behaviour of reinforced
Effect of skew angle on static behaviour of reinforcedEffect of skew angle on static behaviour of reinforced
Effect of skew angle on static behaviour of reinforced
 
Implementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast systemImplementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast system
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...
 
Automatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screensAutomatic anti glare system for night time driving using liquid crystal screens
Automatic anti glare system for night time driving using liquid crystal screens
 
Wireless facsimile connectivity using gsm module
Wireless facsimile connectivity using gsm moduleWireless facsimile connectivity using gsm module
Wireless facsimile connectivity using gsm module
 

Similar to Swarm robotics for intelligent warehousing an

AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...
AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...
AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...IAEME Publication
 
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...Eswar Publications
 
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks pijans
 
A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...
A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...
A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...IAEME Publication
 
Crypto Mark Scheme for Fast Pollution Detection and Resistance over Networking
Crypto Mark Scheme for Fast Pollution Detection and Resistance over NetworkingCrypto Mark Scheme for Fast Pollution Detection and Resistance over Networking
Crypto Mark Scheme for Fast Pollution Detection and Resistance over NetworkingIRJET Journal
 
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...IRJET Journal
 
Multisensor data fusion based autonomous mobile
Multisensor data fusion based autonomous mobileMultisensor data fusion based autonomous mobile
Multisensor data fusion based autonomous mobileeSAT Publishing House
 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemseSAT Publishing House
 
Review of implementing fog computing
Review of implementing fog computingReview of implementing fog computing
Review of implementing fog computingeSAT Journals
 
A Survey of Cyber foraging systems: Open Issues, Research Challenges
A Survey of Cyber foraging systems: Open Issues, Research ChallengesA Survey of Cyber foraging systems: Open Issues, Research Challenges
A Survey of Cyber foraging systems: Open Issues, Research ChallengesEswar Publications
 
Cloud computing – partitioning algorithm
Cloud computing – partitioning algorithmCloud computing – partitioning algorithm
Cloud computing – partitioning algorithmijcseit
 
A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...
A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...
A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...Neelamani Samal
 
A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...
A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...
A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...Eswar Publications
 
Swarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingSwarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingIRJET Journal
 
Secured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manetsSecured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manetseSAT Publishing House
 
A Parallel Computing-a Paradigm to achieve High Performance
A Parallel Computing-a Paradigm to achieve High PerformanceA Parallel Computing-a Paradigm to achieve High Performance
A Parallel Computing-a Paradigm to achieve High PerformanceAM Publications
 
A Novel Scheduling Mechanism for Hybrid Cloud Systems
A Novel Scheduling Mechanism for Hybrid Cloud SystemsA Novel Scheduling Mechanism for Hybrid Cloud Systems
A Novel Scheduling Mechanism for Hybrid Cloud SystemsIRJET Journal
 

Similar to Swarm robotics for intelligent warehousing an (20)

AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...
AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...
AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME...
 
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
 
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
 
A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...
A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...
A PROFICIENT MINIMUM-ROUTINE RELIABLE RECOVERY LINE ACCUMULATION SCHEME FOR N...
 
Crypto Mark Scheme for Fast Pollution Detection and Resistance over Networking
Crypto Mark Scheme for Fast Pollution Detection and Resistance over NetworkingCrypto Mark Scheme for Fast Pollution Detection and Resistance over Networking
Crypto Mark Scheme for Fast Pollution Detection and Resistance over Networking
 
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...IRJET-  	  Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
IRJET- Analysis of Micro Inversion to Improve Fault Tolerance in High Spe...
 
Multisensor data fusion based autonomous mobile
Multisensor data fusion based autonomous mobileMultisensor data fusion based autonomous mobile
Multisensor data fusion based autonomous mobile
 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systems
 
Review of implementing fog computing
Review of implementing fog computingReview of implementing fog computing
Review of implementing fog computing
 
A Survey of Cyber foraging systems: Open Issues, Research Challenges
A Survey of Cyber foraging systems: Open Issues, Research ChallengesA Survey of Cyber foraging systems: Open Issues, Research Challenges
A Survey of Cyber foraging systems: Open Issues, Research Challenges
 
Cluster computing report
Cluster computing reportCluster computing report
Cluster computing report
 
Cloud computing – partitioning algorithm
Cloud computing – partitioning algorithmCloud computing – partitioning algorithm
Cloud computing – partitioning algorithm
 
111 118
111 118111 118
111 118
 
111 118
111 118111 118
111 118
 
A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...
A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...
A fault tolerant tokenbased atomic broadcast algorithm relying on responsive ...
 
A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...
A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...
A Survey of Various Fault Tolerance Checkpointing Algorithms in Distributed S...
 
Swarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingSwarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics Controlling
 
Secured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manetsSecured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manets
 
A Parallel Computing-a Paradigm to achieve High Performance
A Parallel Computing-a Paradigm to achieve High PerformanceA Parallel Computing-a Paradigm to achieve High Performance
A Parallel Computing-a Paradigm to achieve High Performance
 
A Novel Scheduling Mechanism for Hybrid Cloud Systems
A Novel Scheduling Mechanism for Hybrid Cloud SystemsA Novel Scheduling Mechanism for Hybrid Cloud Systems
A Novel Scheduling Mechanism for Hybrid Cloud Systems
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
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
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 

Recently uploaded (20)

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
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...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
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
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 

Swarm robotics for intelligent warehousing an

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 518 SWARM ROBOTICS FOR INTELLIGENT WAREHOUSING: AN APPLICATION Kayala Rahul1 1 UG Student, Dept. of ECE, RVCE, Karnataka, India, kayalarahul@gmail.com Abstract Warehousing has become an important part of the supply chain of any business. With a rise in global business there is increasing pressure to modernize and improve the critical component of warehousing. This paper proposes automation of warehousing by using swarm intelligence. It describes the various key features that define a swarm of robots, the various control mechanism. This paper proposes a sample design of the warehouse robot and the warehouse layout. It proposes some key infrastructural changes in order to enable swarm intelligence. It proposes a model and unique control mechanism between the various stakeholders of the warehousing system. It also demonstrates improvements in some areas such as effective utilization of space, reduction in retrieval time, reduction in power consumption and overall improvement in efficiency. Keywords: Swarm Robotics, Warehousing, Centralized Control ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Warehousing is an important component of any global business forming a vital part of the supply chain mechanism. The criticality of the warehousing application has ensured its automation in order to produce reliable and predictable behavior over several indicators such as Average Retrieval Time etc. However, each of the warehousing robots tends to be independent machines which can perform only one task at a time or perhaps at best several tasks in quick succession. Each robot communicates only with a Central Command Centre and not among them. This results in bulky, expensive machines which reduce the overall performance of the system. 2. SWARM ROBOTICS Designing a Robotic system has several challenges. One approach to the design is to create multi-purpose, complex and monolithic robots that are able to tackle the desired tasks alone [1]. This solution is simple but fails on factors such as robustness, flexibility and scalability. Adding to this is the complexity of redesign to incorporate new functions. An alternative to mechanism is to create a set of simple individuals with small and simple capabilities which collectively can perform the given task. This model is directly borrowed from the biological world of ants, bees etc. which use such “Swarm Intelligence” to accomplish tasks. 2.1 Key Features of a Swarm Each Swarm is composed of many individuals. The individuals are relatively similar i.e. homogeneous. The individuals are relatively incapable. This means that they perform only a subset of the tasks meant to be taken up by the system. There is a high level of interaction among the individuals which are based on simple behavioral rules that primarily rely only on local information (Although, some systems rely on global information). The overall behavior results from a self-organized process, discovery and intensive co-ordination between individuals [2]. 2.2 Swarm Control Mechanisms Swarm Systems usually follow 2 distinct methods of control – Distributed or Localized Control and Centralized Control System [3]. 2.2.1 Distributed Control Mechanism (DCM) In a DCM, there is no central command center to serve as a hub of communication and co-ordination functions between the various swarm individuals. Each of the individuals relies on local information to decide on its behavior and its task allocation scheme. This is commonly used in Search and Discovery applications of Swarms as there is no global knowledge of the environment for the system to rely on. The environmental knowledge must be built bit by bit during the progress of the task. DCM is inherently local, distributed and scalable There are two common ways of achieving communication in DCM. One such method is Self-organization - A process in which patterns at the global level of a system emerge solely from numerous interactions among the lower level components of the system. The other common method is Stigmergy which relies on communication through altering the environment. Stigmergy is used by ants which leave a trail of
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 519 pheromones to act as a signal to other members following closely [4]. 2.2.2 Centralized Control Mechanism (CCM) A CCM relies on a centralized command center or a single elected leader from amongst the individuals to serve as the nerve center. All the individuals accept instructions from this center and report new found local information to the leader. The leader is primarily responsible for individual task allocation, updating the global environment etc. The main advantage of the CCM is that in scenarios where the global environment is known before hand, CCM reduces the total response time. In case of a DCM, some amount of response time is utilized in creating global scenario references by relying only on local information and local interactions between individual. However, the primary drawback is that the leader must have significant processing power in order to deal with larger swarms. Hence, there is a limitation in terms of scalability and flexibility of the swarm when it relies on CCM. 3. TYPICAL PROBLEMS IN WAREHOUSE 3.1 Space A warehouse is meant to store a large number of goods and must therefore maximize on the amount of space allocated to storage as compared to other functions such as administration, spacing between racks for retrieval etc. 3.2 Retrieval Time A good which is required to be dispatched from the warehouse must be retrieved from its exact storage location and brought to a dispatch/holding area as quick as possible 3.3 Storage Pattern Allocation The System must follow an intelligent warehousing pattern in which goods which have highest retrieval must be stored very close to the dispatch/holding area. Several Optimization algorithms are already available to solve this problem 3.4 Power and Efficiency A warehouse must use as little power as necessary for storage and retrieval of goods to enhance efficiency and profitability 4. DESIGN OF SWARM WAREHOUSE Using Swarm Intelligence to solve some typical warehousing challenges involves designing a compliant warehouse layout as well as retrieval robots for automation of the entire process. The warehouse must be incorporated with additional infrastructure such as sensors, signaling networks for co- ordination of swarm individuals. 4.1 Design of Warehouse Robot The Swarm enabled warehouse robot must be capable of carrying loads as per the goods specifications, which are to be established during the setup of the system. Fig-1: Typical Warehouse Robot 4.1.1 Communication Module The robot’s communication module can be comprised of short range protocol such as RF, Zigbee etc to leverage on local information. Additionally, a longer range protocol such as Wifi has to be incorporated in order for the robot to communicate with the Central Command Center. Using two separate protocols ensures that there is no network congestion and makes for a very scalable model. 4.1.2 Sensors Module The robot must be equipped with IR Sensor to sense the proximity of other robots and obstacles in its path. It must have a pressure sensor to accurately determine the load it is carrying. 4.2 Warehouse Infrastructure The Swarm enabled warehouse layout is slightly altered to provide signaling and other infrastructure. The major difference is that various warehouse racks can now be placed much closer than before, leaving space only for one retrieving robot between the racks. At each junction a congestion sensor is placed which gives the number of robots between this junction and the next. Say between (3,2) and (3,3) there are 2 robots, then the congestion sensor would read 2. This provides for local routing information for each of the swarm individuals.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 520 Fig-2: Swarm warehouse layout with congestion sensors 4.3 Control Mechanism A mixed control mechanism is proposed for best results. 4.3.1 Dispatch Centre The dispatch center acts as the centralized command center. When a good has to be retrieved, it issues the command to the mobile robot over the long distance communication protocol. It issues the command to either a free robot or to the one nearest to the location. The dispatch center is also responsible for tracking each of the swarm members using their periodic location updates. It is responsible for communicating the global layout scenario to each individual. It also performs readjustment of the storage pattern so as to further optimize the retrieval time. 4.3.2 Individual to Congestion Sensor Once an individual receives a fetch command from dispatch, it must travel from its current location to the location of the fetch. The layout of the warehouse is already known to each individual and thus it can compute the shortest path and travels along this path. Along the path, the swarm individual communicates with the congestion sensor at every junction. If the path along the shortest route is congested with other individuals, it then recalculates the route. This avoids unnecessary delays during retrieval. 4.3.3 Individual to Individual Each individual transmits its current location via the long range communication protocol back to the central command. It also transmits the current load it is carrying over a shorter range using short range protocol. This mechanism enables us to achieve reallocation of assigned duties and promoters greater efficiency. Say the dispatch has asked A to pick up an item of weight 20kg from a location X. A while on its path to location X hears over short range communication that another Robot B which is in the vicinity of X is currently carrying some load and can carry this additional 20kg load. A then dynamically reassigns its order of the item to B. Such dynamic reallocation leads to better utilization of resources and leads to shorter retrieval times 4.3.4 Individual to Dispatch This control mechanism happens over long range communication protocols. Each individual updates the dispatch command center about its location, current order list and any dynamic reallocations if any. 5. ADVANTAGES 5.1 Space Using intelligent swarm algorithms which have inbuilt congestion control and rerouting capabilities, it is possible to reduce the space between racks to a size small enough that only one individual can fit. This allows for greater utilization of space.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 521 5.2 Retrieval Time The dispatch center has the current location of all the individuals within the warehouse and allocates the fetching duties to robot closest to the location. This greatly reduces retrieval time. Additionally, dynamic order reallocation also reduces the time taken to fetch an order. It has the ability to reroute in case of congestion along the shortest route. 5.3 Power and Efficiency The individual uses least amount of power in executing the order of the dispatch. This is achieved due to its ability to take the shortest route to the location, dynamic reallocation of orders. CONCLUSIONS & FUTURE WORK This paper presented a unique way to apply swarm intelligence to solve traditional warehousing problems. It provides a complete high level design specification and high level control and communication architecture for swarm based warehousing system. Future work in this area would involve developing a small scale model to implement the given algorithms and correct latencies in the system. REFERENCES [1]Arne Brutschy, “Task Allocation in Swarm Robotics”, Université Libre de Bruxelles. [2]Dario Floreano and Claudio Mattiussi, “Bio-Inspired Artificial Intelligence: Theories, Methods, and Technologies”, MIT Press [3]Amir M. Naghsh et all, “Analysis and Design of Human- Robot Swarm Interaction in Firefighting”, IEEE International Symposium on Robot and Human Interactive Communication, Technische Universität München, Munich, Germany [4]E. Şahin and W. Spears , “Swarm robotics: From sources of inspiration to domains of application”, Proceedings of the First International Workshop on Swarm Robotics (at SAB 2004), volume 3342 of Lecture Notes in Computer Science, pages 10–20. Springer, Berlin, Germany [5]Christof Röhrig, “Real-Time Communication and Localization for a Swarm of MobileRobots Using IEEE 802.15.4a CSS”,Proceedings of the 74th Vehicular Technology Conference, San Francisco, USA, September 2011. [6]Natanaree Sooksaksun and Voratas Kachitvichyanukul, “Particle Swarm Optimization for Warehouse Design Problem”, The 11th Asia Pacific Industrial Engineering and Management Systems Conference [7] Vassilios Vrysagotis and Patapios Alexios Kontis, “Warehouse layout problems : Types of problems and solution algorithms”, Journal of Computations & Modelling, vol.1, no.1, 2011, 131-152 ISSN: 1792-7625 (print), 1792-8850 (online) International Scientific Press, 2011 BIOGRAPHIES Kayala Rahul is currently in his 7th Semester at RVCE, Bangalore. His research interests include Swarm Robotics, Embedded systems, Internet of Things etc.