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

Similar to Swarm robotics for intelligent warehousing

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 (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 Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

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
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 
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
 
(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
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 

Recently uploaded (20)

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
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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
 
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
 
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
 
(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...
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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 Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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
 

Swarm robotics for intelligent warehousing

  • 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.