SlideShare a Scribd company logo
1 of 7
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 4, Ver. III (Jul - Aug .2015), PP 01-07
www.iosrjournals.org
DOI: 10.9790/2834-10430107 www.iosrjournals.org 1 | Page
Behavioral control of swarm robots with implicit communication:
A New approach
Saikiran Ambati1
, Sukesh Ramini1
, Chinnaaiah.M.C2
1
Under graduate student, Professor2
Department of ECE ,BVRIT Hyderabad, INDIA
Abstract: The Practical Swarm Optimization (PSO) algorithms are required behavioral control to perform
successful navigation. The role of communication with behavioral control is an important issue in swarm
robotics. This paper presents how the leader and follower robots can change their mode of behavioral control
by switching between centralization and decentralization processing methods with a new approach using
implicit communication. The target of the robots is to reach the goal point, which is placed with IR beacon. The
robots can avoid obstacles with the help of IR sensors (1 meter range) and communicates with RF Transceivers
(2.4GHz).If there is no obstacle in between leader and follower, then follower continues to follow the leader as
per centralization behavior mode. In this process if obstacle arrives between the leader and follower, it can
avoid with IR sensor’s information. When both of them are away from original path, then they are decentralized
and plan to reach the goal individually. The customized prototype Robots are developed with Arduino Uno
ATMEGA328P which is used as the control unit for both leader and follower with a transceiver pair of
NRF24L01 (2.4 GHz) to achieve inter – swarm communication. The proposed algorithm is implemented in our
laboratory and this design is pragmatic in industrial and medical fields.
IndexTerms: centralization, decentralization, obstacle avoidance, swarm robotics
I. Introduction
Man being a social animal need to communicate with each other to live in society for his smoothness of
living, by using language and gestures. Similarly in case of robots there is a vast research going on the way
about a group of robots does the work by communicating each other there by emerging a field called swarm
robotics with behavioral control.
The swarm robotics navigation and behavior control are majorly inspired by biological axis of ants,
bees and even humans [1]. This has its advantages in flexibility, robustness, scalability over a single robot path
planning. This field has got its importance in present robotic research that is in way of synchronizing of multiple
robots to perform particular task.[2]Jung and Zelinsky (2000) have designed a heterogeneous cooperative multi
robot system that was inspired by communication method of biological systems.
The robot path planning is one the most rattling issue in research which can be classified basing on the
environment it is defined as known and unknown environment .which is done with the technique of SLAM
(simultaneous localization and mapping) where the robots completely reckon on sensor information for
exploring of unknown environment. The research axes was classified by swarm size, communication range,
communication bandwidth, swarm reconfigurability by [3] Dudek et al. (1993).
The obstacle avoidance is one of main constraint in robot navigation. The single robot obstacle
avoidances are proposed by Lumelsky et al [6] & [7].The new versions of obstacle avoidance by tangent bug
algorithms [8]. The intensity based algorithm for improvement of the bug algorithms by Taylor et al [9]. In
similar lines the obstacle avoidance in swarm robotics also creates more hurdles in path planning of robots.The
other side of axes of the research influenced with obstacles disturbances, which creates the communication gap
in between robots .In this scenario the robots changes from centralization to decentralization methods.
The centralization in robotics mean that robotic system or community where any one of them will be
responsible for the work done by whole swarm which is cited to be leader robot, while other robots (follower)
take its command from leader and acts accordingly. Similarly the decentralization inrobotic community is
dwelled with fully autonomous robots which act independently for decision making. The authors [11] R.hamed
et al is proposed algorithm regarding the obstacle avoidance of the robots in decentralization environment. In the
swarm robotics navigation the centralization and decentralization methods are having their own advantages and
disadvantages [1]. This paper presents the new approach of the behavioral control of multi robot which can
swap between centralized and decentralized processing methods. The Microcontroller robots are best in
implementation of algorithm with less power consumption [10]. It is economical and reconfigurable.
This paper is machinated as follows, section II deals with the proposed algorithm of the behavioral
control between robots. The section III presents about design setup of embedded robots. Section IV is regarding
the experimental results for proposed algorithm. Section V concludes the importance of algorithm.
Behavioral control of swarm robots with implicit communication: A New approach
DOI: 10.9790/2834-10430107 www.iosrjournals.org 2 | Page
II. Proposed Algorithm For Swarm Robotics
Key idea:-
The behavioral control based swarm robotic algorithm proposed here is to have communication
between swarm robots. This algorithm is mainly developed with two aspects. The first key idea is development of
communication between two robots using RF transceivers for behavioral control of robots. In this method the
robots maintained to operate with centralization process. The leader always leads in this method, the follower
robots follows the leader to reach targeted goal. The second level of algorithm is switching of robots from
centralization to decentralization when situation demands. The both robots are navigated to goal independently
with intensity based concept [4][9]. The both the robots are equipped with the IR seeker, there are navigated
towards goal which is developed with IR beacon.
The Robots coordination with behavioral control is new approach in the swarm robotics. The control
unit for each robot is developed in modes one is for centralization and other is decentralization.
CENTRALIZATION AND DECENTRALIZATION APPROACH:
The leader follower approach is one of basic concept of centralization. In this paper the leader robot is
decision maker and it plans to traverse in the indoor environment in centralization approach. The leader robot
checks the follower robot behavior at every 0.5 secs of time period. The leader realizes either the follower robot is
followingit or not,by mode of implicit communication.
Initially the task is assigned to the leader robot by external user.The leader robot starts communicating the
follower robot using RF transceivers (NRF24L01) for implicit mode communication. The SPI protocol is used to
interface the RF transceivers with control unit board. The robots are also avoiding the obstacle in real time for
both static and dynamic scenarios.
The static type obstacle avoidance is developed on similar lines of „M‟algorithm. If the obstacle is dynamic it
waits for 2 sec‟s time period and checks the scenario. After completion of obstacle avoidance the leader checks
the status of the follower. If the follower is also performed the obstacle avoidance in the guide lines of the leader
robot then it acknowledge its status to the leader robot.
In this process if the status of the follower is away from the original path of the leader, then both will switch
into decentralization control mode.In the decentralization mode each robot plans to navigate successfully towards
goal. They are predesigned with the obstacle avoidance module to overcome the obstacle in indoor environment.
The both leader and follower robotsused IR seeker to traverse towards the goal point.
Algorithm steps of behavioral control of swarm robots
Step 1: Initialization of the robots with the task by the external user, then the leader robot communicates with
follower robot.
Step 2: The leader plans to traverse towards the goal with the intensity based method and every time checks the
behavior of follower. When the leader is in forward motion until it encounters an obstacle and follower does the
same by following leader that is in centralized mode.
Step 3: When the leader is confronted with obstacle it can avoid it withIR sensors and overcome with obstacle
avoidance mechanism. The same information is transmitted to follower through RF transceiver ensuring that
even follower avoids the obstacle.
Step 4: In centralized mode there is a chance of loss of communication between robots in that case the both
robots switches to decentralized mode and individually reaches the goal with the help of intensity from IR
beacon.
Remark 1: In centralization mode if there is an obstacle in path of follower it communicates this information to
leader and avoids the obstacle by sensor values. The leader waits until the follower clears obstacle.
Design setup of Embedded Robot:
The Embedded Robots both leader and follower are designed and developed with sensors like five pairs
of IR sensor, IR seeker and RF Transceiver module. All the modules are implemented on the device Arduino
Uno ATMEGA328P as shown in Figure 4. The control unit module is heart of the embedded robot. The RF
Transceiver module interfaced with devices NRF24L01 (RF transceivers), this interfacing developed with SPI
(Serial Peripheral Interface) protocol as shown in Figure 1. The RF transceivers play key role in the algorithm
for implicit communication.
Behavioral control of swarm robots with implicit communication: A New approach
DOI: 10.9790/2834-10430107 www.iosrjournals.org 3 | Page
The IR sensors are used for obstacle avoidance. The IR seeker is preferred for intensity based approach
to reach the goal. The Goal is developed with IR Beacon which always transmits the IR signals for every 15°
angle. This robot is powered with 12 volts/7 amps and regulated to the 5 volts level with level translator for
driving the sensors. The 5v DC motors are used to traverse the robot motion.
Figure 1: Serial Peripheral Interface Protocol
Figure 2: Sequence of the Leader and follower robots centralization flow.
Behavioral control of swarm robots with implicit communication: A New approach
DOI: 10.9790/2834-10430107 www.iosrjournals.org 4 | Page
Figure 3: Sequence of the Leader and follower robots decentralization flow.
Figure 4: Block diagram of the Embedded Robot.
Behavioral control of swarm robots with implicit communication: A New approach
DOI: 10.9790/2834-10430107 www.iosrjournals.org 5 | Page
III. Results
Experiment 1: Centralization Approach
Figure 5: snapshot of Robots while encountering an obstacle
Figure 6: Robots while avoiding obstacle and acknowledging mutually
Figure 7: Robots aligning themselves after clearing obstacle
Figure 8: robots reaching goal point
Experiment 2: Decentralization Approach
Figure 9: loss of communication and the follower robot acting autonomously
Behavioral control of swarm robots with implicit communication: A New approach
DOI: 10.9790/2834-10430107 www.iosrjournals.org 6 | Page
Figure 10: A snapshot taken while follower failed to acknowledge leader there
by switching to decentralization and reaching goal independently
Experiment 3: NRF communication results :
Figure 11: NRF device connected to Arduino
Figure 12: screen shot of Transmitter and receiver code console
Behavioral control of swarm robots with implicit communication: A New approach
DOI: 10.9790/2834-10430107 www.iosrjournals.org 7 | Page
Figure 13: serial monitor displaying transmitter and receiver information
Figure 14: serial monitor displaying the information of communication loss
IV. Conclusion
Theme of this paper is about the behavioral control of multi homogenous robots and way they
communicate each other for their synchronization in doing a particular task. Despites of the lot of research in
this field there is still lots of improvement should be done for its full-fledged implementation in real world.
References
[1]. Swarm Robotics: An Extensive Research Review Yogeswaran M. and Ponnambalam S. G. School of Engineering, Monash
University, Sunway Campus. 46150 Petaling Jaya, Selangor, Malaysia.
[2]. Jung, D. & Zelinsky, A. (2000). Grounded Symbolic Communication between Heterogeneous Cooperating Robots, Autonomous
Robots.
[3]. Dudek, G., Jenkin, M., Milios, E. & Wilkes, D. (1993). Taxonomy for Swarm Robots, Intelligent Robots and Systems‟ 93,
IROS‟93. Proceedings of the 1993 IEEE/RSJ International Conference.
[4]. Chinnaaiah .M.C. “A novel approach in implementation of rendezvous behavioral control between FPGA robots” published in
Advanced Robotics and Intelligent Systems (ARIS), 2014 International Conference.
[5]. D‟Angelo, A. &Pagello, E. (2005). Making Collective Behaviors to Work Through Implicit Communication, Robotics and
Automation, 2005.ICRA 2005. Proceedings of the 2005IEEE International Conference.
[6]. Lumelsky, V.; Mukhopadhyay, S.; Sun, K., "Sensor-Based Terrain Acquisition: a "Seed Spreader" Strategy," Intelligent Robots and
Systems '89. The Autonomous Mobile Robots and Its Applications. IROS '89. Proceedings. IEEE/RSJ International Workshop on ,
vol., no., pp.62,67, 4-6 Sep 1989.
[7]. Lumelsky, V.J.; Mukhopadhyay, S.; Sun, K., "Dynamic path planning in sensor-based terrain acquisition," Robotics and
Automation, IEEE Transactions on, vol.6, no.4, pp.462, 472, Aug 1990.
[8]. Haro, F.; Torres, M., "A Comparison of Path Planning Algorithms for Omni-Directional Robots in Dynamic
Environments," Robotics Symposium, 2006. LARS '06. IEEE 3rd Latin American, vol., no., pp.18, 25, 26-27 Oct. 2006.
[9]. Taylor, K.; LaValle, S.M., "I-Bug: An intensity-based bug algorithm," Robotics and Automation, 2009. ICRA '09. IEEE
International Conference on, vol., no., pp.3981, 3986, 12-17 May 2009.
[10]. Kioumars, A.H.; Liqiong Tang, "ATmega and XBee-based wireless sensing," Automation, Robotics and Applications (ICARA),
2011 5th International Conference on , vol., no., pp.351,356, 6-8 Dec. 2011.
[11]. Rezaee, H.; Abdollahi, F., "A Decentralized Cooperative Control Scheme With Obstacle Avoidance for a Team of Mobile
Robots," Industrial Electronics, IEEE Transactions on , vol.61, no.1, pp.347,354, Jan. 2014.

More Related Content

What's hot

Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...CSCJournals
 
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation SystemOptimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation SystemIDES Editor
 
Based on ant colony algorithm to solve
Based on ant colony algorithm to solveBased on ant colony algorithm to solve
Based on ant colony algorithm to solveijaia
 
Autonomous system to control a mobile robot
Autonomous system to control a mobile robotAutonomous system to control a mobile robot
Autonomous system to control a mobile robotjournalBEEI
 
IRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET Journal
 
IRJET- Comprehensive Review on Modular Self-Reconfigurable Robot Architecture
IRJET- Comprehensive Review on Modular Self-Reconfigurable Robot ArchitectureIRJET- Comprehensive Review on Modular Self-Reconfigurable Robot Architecture
IRJET- Comprehensive Review on Modular Self-Reconfigurable Robot ArchitectureIRJET Journal
 
Motion Control of Mobile Robots using Fuzzy Controller
Motion Control of Mobile Robots using Fuzzy ControllerMotion Control of Mobile Robots using Fuzzy Controller
Motion Control of Mobile Robots using Fuzzy Controllerijtsrd
 
ACII 2011, USA
ACII 2011, USAACII 2011, USA
ACII 2011, USALê Anh
 

What's hot (10)

Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
 
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation SystemOptimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
 
Based on ant colony algorithm to solve
Based on ant colony algorithm to solveBased on ant colony algorithm to solve
Based on ant colony algorithm to solve
 
Ts 2 b topic
Ts 2 b topicTs 2 b topic
Ts 2 b topic
 
Autonomous system to control a mobile robot
Autonomous system to control a mobile robotAutonomous system to control a mobile robot
Autonomous system to control a mobile robot
 
IRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A Review
 
IRJET- Comprehensive Review on Modular Self-Reconfigurable Robot Architecture
IRJET- Comprehensive Review on Modular Self-Reconfigurable Robot ArchitectureIRJET- Comprehensive Review on Modular Self-Reconfigurable Robot Architecture
IRJET- Comprehensive Review on Modular Self-Reconfigurable Robot Architecture
 
swarm robotics
swarm roboticsswarm robotics
swarm robotics
 
Motion Control of Mobile Robots using Fuzzy Controller
Motion Control of Mobile Robots using Fuzzy ControllerMotion Control of Mobile Robots using Fuzzy Controller
Motion Control of Mobile Robots using Fuzzy Controller
 
ACII 2011, USA
ACII 2011, USAACII 2011, USA
ACII 2011, USA
 

Viewers also liked

Conoscere l'editoria 2
Conoscere l'editoria 2Conoscere l'editoria 2
Conoscere l'editoria 2Cosi Repossi
 
DOKUMEN PERUSAHAAN DI BIDANG IMPORT :
DOKUMEN PERUSAHAAN DI BIDANG IMPORT :DOKUMEN PERUSAHAAN DI BIDANG IMPORT :
DOKUMEN PERUSAHAAN DI BIDANG IMPORT :legalservice
 
Lace bridesmaid dresses gudeer.com
Lace bridesmaid dresses   gudeer.comLace bridesmaid dresses   gudeer.com
Lace bridesmaid dresses gudeer.comGudeer Kitty
 
Weekend Warriors Connecting Buffalo
Weekend Warriors Connecting BuffaloWeekend Warriors Connecting Buffalo
Weekend Warriors Connecting BuffaloRich Frank
 
Madcom osp design, engineering & construction capabilities
Madcom osp design, engineering & construction capabilitiesMadcom osp design, engineering & construction capabilities
Madcom osp design, engineering & construction capabilitiesRich Frank
 
trung tâm mua đồng hồ casio chất lượng cao
trung tâm mua đồng hồ casio chất lượng caotrung tâm mua đồng hồ casio chất lượng cao
trung tâm mua đồng hồ casio chất lượng caoismael497
 
Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...
Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...
Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...IOSR Journals
 
Nervous system problems
Nervous system problemsNervous system problems
Nervous system problemslauretapl
 
Urus BPW (Biro Perjalanan Wisata)
Urus BPW (Biro Perjalanan Wisata)Urus BPW (Biro Perjalanan Wisata)
Urus BPW (Biro Perjalanan Wisata)legalservice
 
Maritime Conflicts
Maritime ConflictsMaritime Conflicts
Maritime ConflictsNeal Young
 
Buy cheap mother of the bride dresses australia sydressau.com
Buy cheap mother of the bride dresses australia   sydressau.comBuy cheap mother of the bride dresses australia   sydressau.com
Buy cheap mother of the bride dresses australia sydressau.comGudeer Kitty
 

Viewers also liked (17)

Proc eval prees
Proc eval preesProc eval prees
Proc eval prees
 
ET INTAN KASAR
ET INTAN KASARET INTAN KASAR
ET INTAN KASAR
 
Conoscere l'editoria 2
Conoscere l'editoria 2Conoscere l'editoria 2
Conoscere l'editoria 2
 
NPIK ELEKTRONIKA
NPIK ELEKTRONIKANPIK ELEKTRONIKA
NPIK ELEKTRONIKA
 
IP PCMX
IP PCMXIP PCMX
IP PCMX
 
DOKUMEN PERUSAHAAN DI BIDANG IMPORT :
DOKUMEN PERUSAHAAN DI BIDANG IMPORT :DOKUMEN PERUSAHAAN DI BIDANG IMPORT :
DOKUMEN PERUSAHAAN DI BIDANG IMPORT :
 
PE INTAN KASAR
PE INTAN KASARPE INTAN KASAR
PE INTAN KASAR
 
Lace bridesmaid dresses gudeer.com
Lace bridesmaid dresses   gudeer.comLace bridesmaid dresses   gudeer.com
Lace bridesmaid dresses gudeer.com
 
Weekend Warriors Connecting Buffalo
Weekend Warriors Connecting BuffaloWeekend Warriors Connecting Buffalo
Weekend Warriors Connecting Buffalo
 
Madcom osp design, engineering & construction capabilities
Madcom osp design, engineering & construction capabilitiesMadcom osp design, engineering & construction capabilities
Madcom osp design, engineering & construction capabilities
 
trung tâm mua đồng hồ casio chất lượng cao
trung tâm mua đồng hồ casio chất lượng caotrung tâm mua đồng hồ casio chất lượng cao
trung tâm mua đồng hồ casio chất lượng cao
 
PT INTAN KASAR
PT INTAN KASARPT INTAN KASAR
PT INTAN KASAR
 
Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...
Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...
Evaluation of the Biochemical Composition of Four Marine Algae and Its Nutrit...
 
Nervous system problems
Nervous system problemsNervous system problems
Nervous system problems
 
Urus BPW (Biro Perjalanan Wisata)
Urus BPW (Biro Perjalanan Wisata)Urus BPW (Biro Perjalanan Wisata)
Urus BPW (Biro Perjalanan Wisata)
 
Maritime Conflicts
Maritime ConflictsMaritime Conflicts
Maritime Conflicts
 
Buy cheap mother of the bride dresses australia sydressau.com
Buy cheap mother of the bride dresses australia   sydressau.comBuy cheap mother of the bride dresses australia   sydressau.com
Buy cheap mother of the bride dresses australia sydressau.com
 

Similar to A010430107

AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...ijaia
 
IRJET - Swarm Robotics for Agriculture
IRJET - Swarm Robotics for AgricultureIRJET - Swarm Robotics for Agriculture
IRJET - Swarm Robotics for AgricultureIRJET Journal
 
A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...
A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...
A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...IJECEIAES
 
Swarm robotics : Design and implementation
Swarm robotics : Design and implementationSwarm robotics : Design and implementation
Swarm robotics : Design and implementationIJECEIAES
 
Design & Development of Vision Controlled Snake Robot
Design & Development of Vision Controlled Snake RobotDesign & Development of Vision Controlled Snake Robot
Design & Development of Vision Controlled Snake Robotvivatechijri
 
Wall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerWall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerYousef Moh. Abueejela
 
Wall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerWall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerrajabco
 
HCI for Real world Applications
HCI for Real world ApplicationsHCI for Real world Applications
HCI for Real world ApplicationsIOSR Journals
 
Branches Of Robotics
Branches Of RoboticsBranches Of Robotics
Branches Of Roboticsparthmullick
 
A Design of fuzzy controller for Autonomous Navigation of Unmanned Vehicle
A Design of fuzzy controller for Autonomous Navigation of Unmanned VehicleA Design of fuzzy controller for Autonomous Navigation of Unmanned Vehicle
A Design of fuzzy controller for Autonomous Navigation of Unmanned VehicleWaqas Tariq
 
Scheme for motion estimation based on adaptive fuzzy neural network
Scheme for motion estimation based on adaptive fuzzy neural networkScheme for motion estimation based on adaptive fuzzy neural network
Scheme for motion estimation based on adaptive fuzzy neural networkTELKOMNIKA JOURNAL
 
embedded system report
embedded system reportembedded system report
embedded system reportmanish katara
 
Swarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingSwarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingIRJET Journal
 
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOTBIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOTJaresJournal
 
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOTBIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOTJaresJournal
 
Robot operating system based autonomous navigation platform with human robot ...
Robot operating system based autonomous navigation platform with human robot ...Robot operating system based autonomous navigation platform with human robot ...
Robot operating system based autonomous navigation platform with human robot ...TELKOMNIKA JOURNAL
 
Android based autonomous coloured line follower robot
Android based autonomous coloured line follower robotAndroid based autonomous coloured line follower robot
Android based autonomous coloured line follower roboteSAT Publishing House
 

Similar to A010430107 (20)

AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
 
K017418287
K017418287K017418287
K017418287
 
IRJET - Swarm Robotics for Agriculture
IRJET - Swarm Robotics for AgricultureIRJET - Swarm Robotics for Agriculture
IRJET - Swarm Robotics for Agriculture
 
A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...
A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...
A Multi-robot System Coordination Design and Analysis on Wall Follower Robot ...
 
Swarm robotics : Design and implementation
Swarm robotics : Design and implementationSwarm robotics : Design and implementation
Swarm robotics : Design and implementation
 
Design & Development of Vision Controlled Snake Robot
Design & Development of Vision Controlled Snake RobotDesign & Development of Vision Controlled Snake Robot
Design & Development of Vision Controlled Snake Robot
 
Wall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerWall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controller
 
Wall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerWall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controller
 
L01117074
L01117074L01117074
L01117074
 
HCI for Real world Applications
HCI for Real world ApplicationsHCI for Real world Applications
HCI for Real world Applications
 
Branches Of Robotics
Branches Of RoboticsBranches Of Robotics
Branches Of Robotics
 
A Design of fuzzy controller for Autonomous Navigation of Unmanned Vehicle
A Design of fuzzy controller for Autonomous Navigation of Unmanned VehicleA Design of fuzzy controller for Autonomous Navigation of Unmanned Vehicle
A Design of fuzzy controller for Autonomous Navigation of Unmanned Vehicle
 
Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...
 
Scheme for motion estimation based on adaptive fuzzy neural network
Scheme for motion estimation based on adaptive fuzzy neural networkScheme for motion estimation based on adaptive fuzzy neural network
Scheme for motion estimation based on adaptive fuzzy neural network
 
embedded system report
embedded system reportembedded system report
embedded system report
 
Swarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics ControllingSwarm Intelligence for Logistics Controlling
Swarm Intelligence for Logistics Controlling
 
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOTBIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
 
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOTBIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
BIO-INSPIRATIONS AND PHYSICAL CONFIGURATIONS OF SWARM-BOT
 
Robot operating system based autonomous navigation platform with human robot ...
Robot operating system based autonomous navigation platform with human robot ...Robot operating system based autonomous navigation platform with human robot ...
Robot operating system based autonomous navigation platform with human robot ...
 
Android based autonomous coloured line follower robot
Android based autonomous coloured line follower robotAndroid based autonomous coloured line follower robot
Android based autonomous coloured line follower robot
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 

A010430107

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 4, Ver. III (Jul - Aug .2015), PP 01-07 www.iosrjournals.org DOI: 10.9790/2834-10430107 www.iosrjournals.org 1 | Page Behavioral control of swarm robots with implicit communication: A New approach Saikiran Ambati1 , Sukesh Ramini1 , Chinnaaiah.M.C2 1 Under graduate student, Professor2 Department of ECE ,BVRIT Hyderabad, INDIA Abstract: The Practical Swarm Optimization (PSO) algorithms are required behavioral control to perform successful navigation. The role of communication with behavioral control is an important issue in swarm robotics. This paper presents how the leader and follower robots can change their mode of behavioral control by switching between centralization and decentralization processing methods with a new approach using implicit communication. The target of the robots is to reach the goal point, which is placed with IR beacon. The robots can avoid obstacles with the help of IR sensors (1 meter range) and communicates with RF Transceivers (2.4GHz).If there is no obstacle in between leader and follower, then follower continues to follow the leader as per centralization behavior mode. In this process if obstacle arrives between the leader and follower, it can avoid with IR sensor’s information. When both of them are away from original path, then they are decentralized and plan to reach the goal individually. The customized prototype Robots are developed with Arduino Uno ATMEGA328P which is used as the control unit for both leader and follower with a transceiver pair of NRF24L01 (2.4 GHz) to achieve inter – swarm communication. The proposed algorithm is implemented in our laboratory and this design is pragmatic in industrial and medical fields. IndexTerms: centralization, decentralization, obstacle avoidance, swarm robotics I. Introduction Man being a social animal need to communicate with each other to live in society for his smoothness of living, by using language and gestures. Similarly in case of robots there is a vast research going on the way about a group of robots does the work by communicating each other there by emerging a field called swarm robotics with behavioral control. The swarm robotics navigation and behavior control are majorly inspired by biological axis of ants, bees and even humans [1]. This has its advantages in flexibility, robustness, scalability over a single robot path planning. This field has got its importance in present robotic research that is in way of synchronizing of multiple robots to perform particular task.[2]Jung and Zelinsky (2000) have designed a heterogeneous cooperative multi robot system that was inspired by communication method of biological systems. The robot path planning is one the most rattling issue in research which can be classified basing on the environment it is defined as known and unknown environment .which is done with the technique of SLAM (simultaneous localization and mapping) where the robots completely reckon on sensor information for exploring of unknown environment. The research axes was classified by swarm size, communication range, communication bandwidth, swarm reconfigurability by [3] Dudek et al. (1993). The obstacle avoidance is one of main constraint in robot navigation. The single robot obstacle avoidances are proposed by Lumelsky et al [6] & [7].The new versions of obstacle avoidance by tangent bug algorithms [8]. The intensity based algorithm for improvement of the bug algorithms by Taylor et al [9]. In similar lines the obstacle avoidance in swarm robotics also creates more hurdles in path planning of robots.The other side of axes of the research influenced with obstacles disturbances, which creates the communication gap in between robots .In this scenario the robots changes from centralization to decentralization methods. The centralization in robotics mean that robotic system or community where any one of them will be responsible for the work done by whole swarm which is cited to be leader robot, while other robots (follower) take its command from leader and acts accordingly. Similarly the decentralization inrobotic community is dwelled with fully autonomous robots which act independently for decision making. The authors [11] R.hamed et al is proposed algorithm regarding the obstacle avoidance of the robots in decentralization environment. In the swarm robotics navigation the centralization and decentralization methods are having their own advantages and disadvantages [1]. This paper presents the new approach of the behavioral control of multi robot which can swap between centralized and decentralized processing methods. The Microcontroller robots are best in implementation of algorithm with less power consumption [10]. It is economical and reconfigurable. This paper is machinated as follows, section II deals with the proposed algorithm of the behavioral control between robots. The section III presents about design setup of embedded robots. Section IV is regarding the experimental results for proposed algorithm. Section V concludes the importance of algorithm.
  • 2. Behavioral control of swarm robots with implicit communication: A New approach DOI: 10.9790/2834-10430107 www.iosrjournals.org 2 | Page II. Proposed Algorithm For Swarm Robotics Key idea:- The behavioral control based swarm robotic algorithm proposed here is to have communication between swarm robots. This algorithm is mainly developed with two aspects. The first key idea is development of communication between two robots using RF transceivers for behavioral control of robots. In this method the robots maintained to operate with centralization process. The leader always leads in this method, the follower robots follows the leader to reach targeted goal. The second level of algorithm is switching of robots from centralization to decentralization when situation demands. The both robots are navigated to goal independently with intensity based concept [4][9]. The both the robots are equipped with the IR seeker, there are navigated towards goal which is developed with IR beacon. The Robots coordination with behavioral control is new approach in the swarm robotics. The control unit for each robot is developed in modes one is for centralization and other is decentralization. CENTRALIZATION AND DECENTRALIZATION APPROACH: The leader follower approach is one of basic concept of centralization. In this paper the leader robot is decision maker and it plans to traverse in the indoor environment in centralization approach. The leader robot checks the follower robot behavior at every 0.5 secs of time period. The leader realizes either the follower robot is followingit or not,by mode of implicit communication. Initially the task is assigned to the leader robot by external user.The leader robot starts communicating the follower robot using RF transceivers (NRF24L01) for implicit mode communication. The SPI protocol is used to interface the RF transceivers with control unit board. The robots are also avoiding the obstacle in real time for both static and dynamic scenarios. The static type obstacle avoidance is developed on similar lines of „M‟algorithm. If the obstacle is dynamic it waits for 2 sec‟s time period and checks the scenario. After completion of obstacle avoidance the leader checks the status of the follower. If the follower is also performed the obstacle avoidance in the guide lines of the leader robot then it acknowledge its status to the leader robot. In this process if the status of the follower is away from the original path of the leader, then both will switch into decentralization control mode.In the decentralization mode each robot plans to navigate successfully towards goal. They are predesigned with the obstacle avoidance module to overcome the obstacle in indoor environment. The both leader and follower robotsused IR seeker to traverse towards the goal point. Algorithm steps of behavioral control of swarm robots Step 1: Initialization of the robots with the task by the external user, then the leader robot communicates with follower robot. Step 2: The leader plans to traverse towards the goal with the intensity based method and every time checks the behavior of follower. When the leader is in forward motion until it encounters an obstacle and follower does the same by following leader that is in centralized mode. Step 3: When the leader is confronted with obstacle it can avoid it withIR sensors and overcome with obstacle avoidance mechanism. The same information is transmitted to follower through RF transceiver ensuring that even follower avoids the obstacle. Step 4: In centralized mode there is a chance of loss of communication between robots in that case the both robots switches to decentralized mode and individually reaches the goal with the help of intensity from IR beacon. Remark 1: In centralization mode if there is an obstacle in path of follower it communicates this information to leader and avoids the obstacle by sensor values. The leader waits until the follower clears obstacle. Design setup of Embedded Robot: The Embedded Robots both leader and follower are designed and developed with sensors like five pairs of IR sensor, IR seeker and RF Transceiver module. All the modules are implemented on the device Arduino Uno ATMEGA328P as shown in Figure 4. The control unit module is heart of the embedded robot. The RF Transceiver module interfaced with devices NRF24L01 (RF transceivers), this interfacing developed with SPI (Serial Peripheral Interface) protocol as shown in Figure 1. The RF transceivers play key role in the algorithm for implicit communication.
  • 3. Behavioral control of swarm robots with implicit communication: A New approach DOI: 10.9790/2834-10430107 www.iosrjournals.org 3 | Page The IR sensors are used for obstacle avoidance. The IR seeker is preferred for intensity based approach to reach the goal. The Goal is developed with IR Beacon which always transmits the IR signals for every 15° angle. This robot is powered with 12 volts/7 amps and regulated to the 5 volts level with level translator for driving the sensors. The 5v DC motors are used to traverse the robot motion. Figure 1: Serial Peripheral Interface Protocol Figure 2: Sequence of the Leader and follower robots centralization flow.
  • 4. Behavioral control of swarm robots with implicit communication: A New approach DOI: 10.9790/2834-10430107 www.iosrjournals.org 4 | Page Figure 3: Sequence of the Leader and follower robots decentralization flow. Figure 4: Block diagram of the Embedded Robot.
  • 5. Behavioral control of swarm robots with implicit communication: A New approach DOI: 10.9790/2834-10430107 www.iosrjournals.org 5 | Page III. Results Experiment 1: Centralization Approach Figure 5: snapshot of Robots while encountering an obstacle Figure 6: Robots while avoiding obstacle and acknowledging mutually Figure 7: Robots aligning themselves after clearing obstacle Figure 8: robots reaching goal point Experiment 2: Decentralization Approach Figure 9: loss of communication and the follower robot acting autonomously
  • 6. Behavioral control of swarm robots with implicit communication: A New approach DOI: 10.9790/2834-10430107 www.iosrjournals.org 6 | Page Figure 10: A snapshot taken while follower failed to acknowledge leader there by switching to decentralization and reaching goal independently Experiment 3: NRF communication results : Figure 11: NRF device connected to Arduino Figure 12: screen shot of Transmitter and receiver code console
  • 7. Behavioral control of swarm robots with implicit communication: A New approach DOI: 10.9790/2834-10430107 www.iosrjournals.org 7 | Page Figure 13: serial monitor displaying transmitter and receiver information Figure 14: serial monitor displaying the information of communication loss IV. Conclusion Theme of this paper is about the behavioral control of multi homogenous robots and way they communicate each other for their synchronization in doing a particular task. Despites of the lot of research in this field there is still lots of improvement should be done for its full-fledged implementation in real world. References [1]. Swarm Robotics: An Extensive Research Review Yogeswaran M. and Ponnambalam S. G. School of Engineering, Monash University, Sunway Campus. 46150 Petaling Jaya, Selangor, Malaysia. [2]. Jung, D. & Zelinsky, A. (2000). Grounded Symbolic Communication between Heterogeneous Cooperating Robots, Autonomous Robots. [3]. Dudek, G., Jenkin, M., Milios, E. & Wilkes, D. (1993). Taxonomy for Swarm Robots, Intelligent Robots and Systems‟ 93, IROS‟93. Proceedings of the 1993 IEEE/RSJ International Conference. [4]. Chinnaaiah .M.C. “A novel approach in implementation of rendezvous behavioral control between FPGA robots” published in Advanced Robotics and Intelligent Systems (ARIS), 2014 International Conference. [5]. D‟Angelo, A. &Pagello, E. (2005). Making Collective Behaviors to Work Through Implicit Communication, Robotics and Automation, 2005.ICRA 2005. Proceedings of the 2005IEEE International Conference. [6]. Lumelsky, V.; Mukhopadhyay, S.; Sun, K., "Sensor-Based Terrain Acquisition: a "Seed Spreader" Strategy," Intelligent Robots and Systems '89. The Autonomous Mobile Robots and Its Applications. IROS '89. Proceedings. IEEE/RSJ International Workshop on , vol., no., pp.62,67, 4-6 Sep 1989. [7]. Lumelsky, V.J.; Mukhopadhyay, S.; Sun, K., "Dynamic path planning in sensor-based terrain acquisition," Robotics and Automation, IEEE Transactions on, vol.6, no.4, pp.462, 472, Aug 1990. [8]. Haro, F.; Torres, M., "A Comparison of Path Planning Algorithms for Omni-Directional Robots in Dynamic Environments," Robotics Symposium, 2006. LARS '06. IEEE 3rd Latin American, vol., no., pp.18, 25, 26-27 Oct. 2006. [9]. Taylor, K.; LaValle, S.M., "I-Bug: An intensity-based bug algorithm," Robotics and Automation, 2009. ICRA '09. IEEE International Conference on, vol., no., pp.3981, 3986, 12-17 May 2009. [10]. Kioumars, A.H.; Liqiong Tang, "ATmega and XBee-based wireless sensing," Automation, Robotics and Applications (ICARA), 2011 5th International Conference on , vol., no., pp.351,356, 6-8 Dec. 2011. [11]. Rezaee, H.; Abdollahi, F., "A Decentralized Cooperative Control Scheme With Obstacle Avoidance for a Team of Mobile Robots," Industrial Electronics, IEEE Transactions on , vol.61, no.1, pp.347,354, Jan. 2014.