Paper Title (Use Style: Paper Title)

Total Page:16

File Type:pdf, Size:1020Kb

Paper Title (Use Style: Paper Title) SIN: A Programmable Platform for Swarm Robotics Ali Foroutannia Milad Shoryabi Amirali Alizadeh Anaraki Intelligent Systems & Robotics Lab Intelligent Systems & Robotics Lab Intelligent Systems & Robotics Lab Department of Electrical Engineering Department of Electrical Engineering Department of Electrical Engineering University of Neyshabur University of Neyshabur University of Neyshabur Neyshabur, Iran Neyshabur, Iran Neyshabur, Iran [email protected] [email protected] [email protected] Alireza Rowhanimanesh Intelligent Systems & Robotics Lab Department of Electrical Engineering University of Neyshabur Neyshabur, Iran [email protected] Abstract— Swarm robotics is an inspiration from nature visual display. The latest version of this platform has been and incorporates swarm intelligence to help collective robotics. widely employed in various educational and research This recent technology is usually characterized by a swarm of purposes [32, 33]. AMiR designed at Putra Malaysia simple, low-cost, and small robots instead of a complicated and University, 6.5 cm in size, is a low-cost but robust and expensive robot. Designing optimal and reliable swarm mobile platform for swarm robotics [34]. Kilobot was intelligence algorithms require real-world test environments. developed at Harvard University, is another applied As a practical solution, physical platforms can efficiently platform with capabilities such as grouping and group address this issue. In this paper, a programmable physical planning. Due to its simplicity and low energy consumption, platform, called SIN, is introduced for swarm robotics. Kilobot can work up to 24 hours without any need for Different design parameters such as communication range, battery recharging [35, 36]. ARGoS is another platform signaling pattern, types of sensors and actuators, cooperation rules, and degree of uncertainty and noise can be simply designed and simulated by Marco Dorigo's research team adjusted by user. The building blocks of each agent has been [37-40]. Also, Elisa-III is suitable for realizing distributed developed in a modular form to improve the hardware algorithms [41]. Bristle-bots is an efficient swarm micro- flexibility. To illustrate the efficiency of the proposed platform, robot with 8-bit microprocessors for motorized motion and a cooperative multi-robot target tracking problem is data transmission [42]. implemented on this platform as a case study, where the robots One of the well-known applications of swarm robotics is interacts by artificial attraction-repulsion forces based on nanorobotics, in which each robot is a straightforward short-range and noisy optical communication. The results demonstrate how the details of swarm behaviors such as nanoscale agent with limited capabilities. Hence, effective decentralized aggregation and collective target tracking can be cooperation among these agents through swarm intelligence successfully implemented on the proposed platform. is a vital need. Previous research on the application of swarm intelligence in nanorobotics has focused significantly Keywords— Swarm Robotics, Programmable Platform, on nanomedicine [43-48]. Designing optimal and reliable Swarm Aggregation, Cooperative Target Tracking. swarm intelligence algorithms require testing of the performance of the algorithm on a real swarm. Testing at I. INTRODUCTION microscopic scales is challenging and expensive. Also, Swarm Robotics is a synergic combination of two applied simulating real-world noise and uncertainty in computer research areas, swarm intelligence and robotics [1-5]. There software is hard. As a practical approach, a macroscopic exist some emerging behaviors that are not seen in individual physical platform can efficiently facilitate the optimal robots while they are observed in the presence of collective design. intelligence among robots. Flexibility, simplicity, In this paper, a programmable physical platform, called parallelism, scalability, sustainability, cost-effectiveness, SIN, is introduced for swarm robotics. Since all components energy efficiency, and robustness are crucial features of of agents are modular and programmable and can be easily swarm robotics [2, 6-14]. Swarm intelligence, inspired from activated or deactivated by user, different swarm nature, enables swarm robotics to deal with complex tasks intelligence algorithms and patterns of communication and and makes it attractive for different applications [11, 15-24]. cooperation in the swarm can be implemented on this Some of the previous works on this promising approach are flexible open-source platform. To illustrate the efficiency of reviewed [25-27]. the proposed platform, a cooperative multi-robot target A team at EPFL University designed Alice, 2.2-cm-wide tracking problem is implemented on this platform as a case swarm robots that have been used in many research study [45], where the robots interacts by artificial attraction- applications [28]. Another group at the University of repulsion forces based on short-range and noisy optical Stuttgart developed swarm robots called Jasmine, with a communication. size of 3 cm as an open-source swarm robotic platform This paper is organized as follows. In Section 2, a [29]. Another project was done at Lincoln University, mathematical model is presented for the case study of this entitled Colias swarm robots [30, 31]. Mona swarm robots paper. Then, this model is used for computer simulation in designed at Manchester University, 6.5 cm in size, is an Section 3. The hardware structure of each robot is explained open-source modular platform which allows the use of in Section 4. The details of real-world implementation and additional plugins such as wireless communications or a test results are demonstrated in Section 5. Finally, Section 6 XXX-X-XXXX-XXXX-X/XX/$XX.00 ©20XX IEEE concludes the paper. be used [55]. II. MATHEMATICAL MODELING In this section, a mathematical model is presented for the case study of this paper [45]. The goal of the swarm is decentralized aggregation and cooperative target tracking in the presence of noise and uncertainty. The locomotion of robots is based on simple attraction/repulsion forces among agents and targets. The individual and collective behavior of agents is inspired by the Brownian motion of real microscopic biological agents. The following equations describe the governing dynamics of a swarm of N individuals: (1) Fig. 2. The velocity of each agent is a function of the distance-dependent In this equation, and are forces applied to it from the target and other agents. the position and velocity of robot 푖 in the n-dimensional III. COMPUTER SIMULATION space, xt is the position of the target that can move In this section, the performance of swarm formation and independently in the space, dt,i is the Euclidian distance between target and robot i, f (.):RR is a distance- target tracking is demonstrated through computer simulation t,i in MATLAB. Without loss of generality, simulation is dependent attraction force applied from target to robot i, dj,i is the Euclidian distance between robot j and robot i, performed in a two-dimensional space in the presence of f (.):RR is a distance-dependent attraction-repulsion force noise and uncertainty. The shape and structure of robots are j,i identical. The robots (blue circles) and target (red circle) are applied from robot j to robot i, and fn is a bio-inspired white noise. According to this equation and as shown in Fig.2, the initially positioned randomly. Fig.3 shows the temporal and velocity of each agent is a function of the forces applied to it spatial profiles of the swarm dynamics in six time-points. In from the target and other agents, and these forces are very Fig.4, the simulation is repeated from four distinguishing dependent on the distances between them. random initial points. As expected from the mathematical model of Section 2, in all cases, the robots could robustly The patterns of these forces play a crucial role in ensuring converge to the target. The simulation environment utilizes swarm stability, swarm aggregation, and target tracking [49- a user-friendly graphical user interface, depicted in Fig.5, 52]. In this paper, the following patterns are considered: such that the user can easily adjust all simulation parameters. (2) (3) where a, b, c, A, B are positive constant parameters, and b > a. As shown in Fig.1, the value of fj,i is zero in the equilibrium distance. Also, it is repulsive if the distance between the two robots is less than the equilibrium distance. Conversely, if this distance is more than the equilibrium distance, the force will be attractive [53]. Fig. 3. The spatial and temporal profiles of the swarm at 6 time-points in computer simulation. Fig. 1. The pattern of a noisy distance-dependent attraction-repulsion force used in this paper [54] It should be noted that a parameter has been defined as a neighborhood threshold in the simulator environment. It means that the robots have a short communication range, inspired from nature. If the distance between some robots becomes more than the threshold, no communication will be possible among them. In order to ensure fast swarm formation and target tracking, higher number of robots can Fig. 4. The final spatial profiles of the swarm in 4 different random runs Fig.7 shows the details of the hardware structure of each agent in the proposed swarm platform, which is a simple robot with a 20 cm diameter. All embedded sensors, actuators, processing units, and communication
Recommended publications
  • Make Robots Be Bats: Specializing Robotic Swarms to the Bat Algorithm
    © <2019>. This manuscript version is made available under the CC- BY-NC-ND 4.0 license http://creativecommons.org/licenses/by-nc- nd/4.0/ Accepted Manuscript Make robots Be Bats: Specializing robotic swarms to the Bat algorithm Patricia Suárez, Andrés Iglesias, Akemi Gálvez PII: S2210-6502(17)30633-8 DOI: 10.1016/j.swevo.2018.01.005 Reference: SWEVO 346 To appear in: Swarm and Evolutionary Computation BASE DATA Received Date: 24 July 2017 Revised Date: 20 November 2017 Accepted Date: 9 January 2018 Please cite this article as: P. Suárez, André. Iglesias, A. Gálvez, Make robots Be Bats: Specializing robotic swarms to the Bat algorithm, Swarm and Evolutionary Computation BASE DATA (2018), doi: 10.1016/j.swevo.2018.01.005. This is a PDF file of an unedited manuscript that has been accepted for publication. As a service to our customers we are providing this early version of the manuscript. The manuscript will undergo copyediting, typesetting, and review of the resulting proof before it is published in its final form. Please note that during the production process errors may be discovered which could affect the content, and all legal disclaimers that apply to the journal pertain. ACCEPTED MANUSCRIPT Make Robots Be Bats: Specializing Robotic Swarms to the Bat Algorithm Patricia Su´arez1, Andr´esIglesias1;2;:, Akemi G´alvez1;2 1Department of Applied Mathematics and Computational Sciences E.T.S.I. Caminos, Canales y Puertos, University of Cantabria Avda. de los Castros, s/n, 39005, Santander, SPAIN 2Department of Information Science, Faculty of Sciences Toho University, 2-2-1 Miyama 274-8510, Funabashi, JAPAN :Corresponding author: [email protected] http://personales.unican.es/iglesias Abstract Bat algorithm is a powerful nature-inspired swarm intelligence method proposed by Prof.
    [Show full text]
  • Nanomedicine and Medical Nanorobotics - Robert A
    BIOTECHNOLOGY– Vol .XII – Nanomedicine and Medical nanorobotics - Robert A. Freitas Jr. NANOMEDICINE AND MEDICAL NANOROBOTICS Robert A. Freitas Jr. Institute for Molecular Manufacturing, Palo Alto, California, USA Keywords: Assembly, Nanomaterials, Nanomedicine, Nanorobot, Nanorobotics, Nanotechnology Contents 1. Nanotechnology and Nanomedicine 2. Medical Nanomaterials and Nanodevices 2.1. Nanopores 2.2. Artificial Binding Sites and Molecular Imprinting 2.3. Quantum Dots and Nanocrystals 2.4. Fullerenes and Nanotubes 2.5. Nanoshells and Magnetic Nanoprobes 2.6. Targeted Nanoparticles and Smart Drugs 2.7. Dendrimers and Dendrimer-Based Devices 2.8. Radio-Controlled Biomolecules 3. Microscale Biological Robots 4. Medical Nanorobotics 4.1. Early Thinking in Medical Nanorobotics 4.2. Nanorobot Parts and Components 4.3. Self-Assembly and Directed Parts Assembly 4.4. Positional Assembly and Molecular Manufacturing 4.5. Medical Nanorobot Designs and Scaling Studies Acknowledgments Bibliography Biographical Sketch Summary Nanomedicine is the process of diagnosing, treating, and preventing disease and traumatic injury, of relieving pain, and of preserving and improving human health, using molecular tools and molecular knowledge of the human body. UNESCO – EOLSS In the relatively near term, nanomedicine can address many important medical problems by using nanoscale-structured materials and simple nanodevices that can be manufactured SAMPLEtoday, including the interaction CHAPTERS of nanostructured materials with biological systems. In the mid-term, biotechnology will make possible even more remarkable advances in molecular medicine and biobotics, including microbiological biorobots or engineered organisms. In the longer term, perhaps 10-20 years from today, the earliest molecular machine systems and nanorobots may join the medical armamentarium, finally giving physicians the most potent tools imaginable to conquer human disease, ill-health, and aging.
    [Show full text]
  • Swarm Robotics”
    applied sciences Editorial Editorial: Special Issue “Swarm Robotics” Giandomenico Spezzano Institute for High Performance Computing and Networking (ICAR), National Research Council of Italy (CNR), Via Pietro Bucci, 8-9C, 87036 Rende (CS), Italy; [email protected] Received: 1 April 2019; Accepted: 2 April 2019; Published: 9 April 2019 Swarm robotics is the study of how to coordinate large groups of relatively simple robots through the use of local rules so that a desired collective behavior emerges from their interaction. The group behavior emerging in the swarms takes its inspiration from societies of insects that can perform tasks that are beyond the capabilities of the individuals. The swarm robotics inspired from nature is a combination of swarm intelligence and robotics [1], which shows a great potential in several aspects. The activities of social insects are often based on a self-organizing process that relies on the combination of the following four basic rules: Positive feedback, negative feedback, randomness, and multiple interactions [2,3]. Collectively working robot teams can solve a problem more efficiently than a single robot while also providing robustness and flexibility to the group. The swarm robotics model is a key component of a cooperative algorithm that controls the behaviors and interactions of all individuals. In the model, the robots in the swarm should have some basic functions, such as sensing, communicating, motioning, and satisfy the following properties: 1. Autonomy—individuals that create the swarm-robotic system are autonomous robots. They are independent and can interact with each other and the environment. 2. Large number—they are in large number so they can cooperate with each other.
    [Show full text]
  • Molecular Nanotechnology - Wikipedia, the Free Encyclopedia
    Molecular nanotechnology - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Molecular_manufacturing Molecular nanotechnology From Wikipedia, the free encyclopedia (Redirected from Molecular manufacturing) Part of the article series on Molecular nanotechnology (MNT) is the concept of Nanotechnology topics Molecular Nanotechnology engineering functional mechanical systems at the History · Implications Applications · Organizations molecular scale.[1] An equivalent definition would be Molecular assembler Popular culture · List of topics "machines at the molecular scale designed and built Mechanosynthesis Subfields and related fields atom-by-atom". This is distinct from nanoscale Nanorobotics Nanomedicine materials. Based on Richard Feynman's vision of Molecular self-assembly Grey goo miniature factories using nanomachines to build Molecular electronics K. Eric Drexler complex products (including additional Scanning probe microscopy Engines of Creation Nanolithography nanomachines), this advanced form of See also: Nanotechnology Molecular nanotechnology [2] nanotechnology (or molecular manufacturing ) Nanomaterials would make use of positionally-controlled Nanomaterials · Fullerene mechanosynthesis guided by molecular machine systems. MNT would involve combining Carbon nanotubes physical principles demonstrated by chemistry, other nanotechnologies, and the molecular Nanotube membranes machinery Fullerene chemistry Applications · Popular culture Timeline · Carbon allotropes Nanoparticles · Quantum dots Colloidal gold · Colloidal
    [Show full text]
  • Uses of Nanorobotics Technology
    Volume II, Issue IV, APRIL 2013 IJLTEMAS ISSN 2278 - 2540 USES OF NANOROBOTICS TECHNOLOGY Dr. Gaurav Kumar Jain Deepshikha Group of Colleges [email protected] Mr. Sandeep Joshi Deepshikha Group of Colleges Mr. Ravi Ranjan Deepshikha Group of Colleges ABSTRACT Illnesses such as cancer, neurodegenerative diseases and cardiovascular diseases Nanorobotics is the technology of creating continue to ravage people around the world. machines or robots at or close to the microscopic scale of a nanometer (10−9 NANOROBOTICS THEORY:- meters). More specifically, nanorobotics refers to the still largely hypothetical Since nanorobots would be microscopic in nanotechnology engineering discipline of size, it would probably be necessary for very designing and building nanorobots, devices large numbers of them to work together to ranging in size from 0.1-10 micrometers and perform microscopic and macroscopic tasks. constructed of nanoscale or molecular These nanorobot swarms, both those which components. As no artificial non-biological are incapable of replication (as in utility fog) nanorobots have yet been created, they and those which are capable of remain a hypothetical concept. The names unconstrained replication in the natural nanobots, nanoids, nanites or nanomites also environment (as in grey goo and its less have been used to describe these common variants), are found in many hypothetical devices. science fiction stories, such as the Borg nanoprobes in Star Trek. The word KEY WORDS "nanobot" (also "nanite", "nanogene", or Nanorobot, approaches and Applications "nanoant") is often used to indicate this fictional context and is an informal or even INTRODUCTION pejorative term to refer to the engineering concept of nanorobots.
    [Show full text]
  • Assembly and Disassembly of Magnetic Mobile Micro-Robots Towards Deterministic 2-D Reconfigurable Micro-Systems
    Assembly and Disassembly of Magnetic Mobile Micro-Robots towards Deterministic 2-D Reconfigurable Micro-Systems Eric Diller,∗ Chytra Pawashe,y Steven Floyd,z and Metin Sittix Abstract rise to synthetic reality (Goldstein et al. (2005)). This is similar to virtual or augmented reality, where a computer can generate A primary challenge in the field of reconfigurable robotics and modify an arbitrary object. However, in synthetic reality, is scaling down the size of individual robotic modules. We this object has physical realization. A primary goal for pro- present a novel set of permanent magnet modules that are grammable matter is scaling down the size of each individual under 1 mm in all dimensions, called Mag-µMods, for use in module, with the aim of increasing spatial resolution of the final a reconfigurable micro-system. The modules are actuated by assembled product. Currently, the smallest deterministic, actu- oscillating external magnetic fields of several mT in strength, ated module in a reconfigurable robotic system fits inside a 2 and are capable of locomoting on a 2-D surface. Multiple cm cube (Yoshida et al. (2001)), which is a self-contained mod- modules are controlled by using an electrostatic anchoring ule that is actuated using shape memory alloy. Scaling down surface, which can selectively prevent specific modules from further into the sub-millimeter scale brings new issues, includ- being driven by the external field while allowing others to ing module fabrication, control, and communication. move freely. We address the challenges of both assembling Micro-robotics technologies of the past few years have been and disassembling two modules.
    [Show full text]
  • Swarm Robotics
    SWARM ROBOTICS A FINAL PROJECT REPORT submitted in partial fulfillment of the requirements for the degree of BACHELOR OF TECHNOLOGY by JAYENDRASINGH R. PARDESHI 101742 (L-45) CHINMAY P. TIKHE 101051 (L-71) Under the guidance of Prof. (MRS.) K. S. DEGAONKAR DEPARTMENT OF ELECTRONICS ENGINEERING VISHWAKARMA INSTITUTE OF TECHNOLOGY PUNE 2013-2014 Bansilal Ramnath Agarwal Charitable Trust’s VISHWAKARMA INSTITUTE OF TECHNOLOGY, PUNE - 37 (An Autonomous Institute Affiliated to University of Pune ) CERTIFICATE This is to certify that the FINAL PROJECT REPORT entitled SWARM ROBOTICS has been submitted in the academic year 2013-14 by JAYENDRASINGH R. PARDESHI 101742 (L-45) CHINMAY P. TIKHE 101051 (L-71) under the supervision of Prof. (MRS.) K. S. DEGAONKAR in partial fulfillment of the re- quirements for the degree of Bachelor of Technology in ELECTRONICS AND TELECOM- MUNICATION ENGINEERING as prescribed by University of Pune. Guide/Supervisor Head of the Department Name: Prof. (Mrs.) K.S.Degaonkar Name: Prof. A. M. Chopde Signature: Signature: External Examiner Name: Signature: Acknowledgments It is matter of great pleasure for us to submit this project report on ”SWARM ROBOTICS” as a part of curriculum for award of ”BACHELOR OF TECHNOLOGY IN ELECTRONICS AND TELECOMMUNICATION”. We are thankful to our seminar guide Prof. (MRS.) K.S.DEGAONKAR, Assistant Professor in Electronics Engineering Department for her constant encouragement and able guidance. We are also thankful to Prof.A.M.CHOPDE, Head of Electronics Engineering Department for his valuable support. We take this opportunity to express our deep sense of gratitude towards those, who have helped us in various ways, for our project.
    [Show full text]
  • Zero Energy Refrigerator Using Bio Nanorobot
    Zero Energy Refrigerator Using Bio Nanorobot ABSTRACT: interested in building superior machines atom by atom. Nanotech means that each Nanotechnology, or nanotech, is atom of a machine is a functioning structure the study and design of machines on the on its own, but when combined with other molecular and atomic level. To be structures, these atoms work together to considered nanotechnology, these structures fulfill a larger purpose. As nanotech must be anywhere from 1 to 100 nanometers continues to develop, consumers will see it in size. As nanotech continues to develop, being used for several different purposes. consumers will see it being used for several This technology may be used in energy different purposes. Nano robotics is the production, medicine, and electronics, as emerging technology field creating well as other commercial uses. Many machines or robots whose components are at −9 believe that this technology will also be used or close to the scale of a nanometer (10 militarily. Nanotechnology will make it meters). Another definition is a robot that possible to build more advanced weapons allows precision interactions with nanoscale and surveillance devices. While these uses objects, or can manipulate with nanoscale are not yet possible, many researchers resolution. The Bio fridge is a concept believe that it is only a matter of time. where the Bio Robot cools biopolymer gel through luminescence. A non-sticky gel Nanorobotics is the emerging surrounds the food item when shoved into technology field creating machines or robots the biopolymer gel, creating separate pods. whose components are at or close to the The design features no doors or drawers, and scale of a nanometer (10−9 meters).[1][2][3] the food items are individually cooled at More specifically, nanorobotics refers to the their optimal temperature thanks to the nanotechnology engineering discipline of robot.
    [Show full text]
  • Estimation of the Blood Velocity for Nanorobotics Matthieu Fruchard, Laurent Arcese, Estelle Courtial
    Estimation of the blood velocity for nanorobotics Matthieu Fruchard, Laurent Arcese, Estelle Courtial To cite this version: Matthieu Fruchard, Laurent Arcese, Estelle Courtial. Estimation of the blood veloc- ity for nanorobotics. IEEE Transactions on Robotics, IEEE, 2014, 30 (1), pp.93-102. 10.1109/TRO.2013.2288799. hal-01071275 HAL Id: hal-01071275 https://hal.archives-ouvertes.fr/hal-01071275 Submitted on 3 Oct 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Estimation of the blood velocity for nanorobotics Matthieu Fruchard, Laurent Arcese, Estelle Courtial Abstract—The paper aims at estimating the blood velocity to enhance the navigation of an aggregate in the human vascu- lature. The considered system is a polymer binded aggregate of ferromagnetic nanorobots immersed in a blood vessel. The drag force depends on the blood velocity and specially acts on the aggregate dynamics. In the design of advanced control laws, the blood velocity is usually assumed to be known or set to a constant mean value to achieve the control objectives. We provide theoretical tools to on-line estimate the blood velocity from the sole measurement of the aggregate position and combine the state estimator with a backstepping control law.
    [Show full text]
  • Nanorobots: Changing Face of Healthcare System
    Open Access Austin Journal of Biomedical Engineering A Austin Full Text Article Publishing Group Editorial Nanorobots: Changing Face of Healthcare System Shrikant Mali* Abstract Department of Oral and Maxillofacial Surgery, MGV KBH dental college, India Nowadays medical science is more and more improving with the blessings of new scientific discoveries. Nanotechnology is such a field which is changing *Corresponding author: Shrikant Mali, Department vision of medical science. Nanorobot is an excellent tool for future medicine. of Oral and Maxillofacial Surgery, MGV KBH dental Nanorobotics is the technology of creating machines or robots at or close college nashik Maharashtra, India to the microscopic scale of a nanometer (10−9 meters). More specifically, Received: June 12, 2014; Accepted: June 16, 2014; nanorobotics refers to the still largely hypothetical nanotechnology engineering Published: June 18, 2014 discipline of designing and building nanorobots, devices ranging in size from 0.1-10 micrometers and constructed of nanoscale or molecular components. Nanobots moves around their environment consuming molecules to attain energy. Nanobots direct themselves towards certain cells by their glycolipid structures. This idea would help physicians to treat diseases effectively without any adverse side-effects; actually the idea is to repair organs such as the brain, or the heart. The most valuable feature is that without any invasive surgery all of this can be done. Keywords: Nanotechnology; Robots; Nanorobot Minimally invasive medicine is the current buzz word. Scientists and agile enough to navigate through the human circulatory system, are looking for effective ways of diagnosing ailments, detecting an incredibly complex network of veins and arteries. The robot should diseases and analyzing changes in the body without having to carry medication or miniature tools.
    [Show full text]
  • Grand Challenges in Bioengineered Nanorobotics for Cancer Therapy Scott C
    IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 3, MARCH 2013 667 Grand Challenges in Bioengineered Nanorobotics for Cancer Therapy Scott C. Lenaghan, Yongzhong Wang, Ning Xi, Toshio Fukuda, Tzyhjong Tarn, William R. Hamel, and Mingjun Zhang∗ Abstract—One of the grand challenges currently facing engi- gence in the design of bioinspired macrorobots [5], less progress neering, life sciences, and medicine is the development of fully has been made on transferring principles learned from microor- functional nanorobots capable of sensing, decision making, and ac- ganisms into nanorobotics. tuation. These nanorobots may aid in cancer therapy, site-specific drug delivery, circulating diagnostics, advanced surgery, and tissue Many of the challenges associated with the development of repair.In this paper, we will discuss, from a bioinspired perspective, nanorobots focus on the fabrication of small robots using tra- the challenges currently facing nanorobotics, including core design, ditional engineering approaches. Similarly, typical approaches propulsion and power generation, sensing, actuation, control, de- to power and control nanorobots suffer from a lack of minia- cision making, and system integration. Using strategies inspired turized electronics. In this study, we have turned our attention from microorganisms, we will discuss a potential bioengineered nanorobot for cancer therapy. to inspiration from micro/nanoscale biological systems. Hav- ing the advantage of evolution as a guiding force for design, Index Terms—Bioengineered robots, cancer therapy, biological systems have effectively developed robust strategies medical robotics, micro/nano-robotics, nanobiotechnology, nanoparticles. to overcome design limitations that currently plague tradition- ally engineered micro/nanorobots. As such, it is essential that I. INTRODUCTION an interdisciplinary bioinspired approach be used to design and ANOROBOTS have been envisioned since 1981 when fabricate future nanorobots.
    [Show full text]
  • A Survey on Nanorobotics Technology
    Pratik Rajan Bhore / International Journal of Computer Science & Engineering Technology (IJCSET) A Survey on Nanorobotics Technology Pratik Rajan Bhore Department of Computer Engineering Bharati Vidyapeeth University College of Engineering, Pune, India [email protected] Abstract— Nanorobotics is an upcoming technology field of creating robots whose components are at or close to the microscopic scale of a nanometer. To be more precise, Nanorobotics is the nanotechnology technique of building and forming designs of nanorobots. These robots range in size from 0.1-10 mm and get built in nanoscale (molecular component). The names nanorobots, Nanobots, nanoids, nanites, nanomachines or Nano-mites have also been used to describe these devices currently under research and development. Nanorobots get widely employed in the research & development (R & D) phases, but some first molecular robots get tested. In an example, a sensor having switch approx 1.5 nanometers across is capable of counting specific molecules in a chemical sample. The most useful applications of Nanobots are said to be in medical technology, which is used to identify and destroy cancer cells. The other potential example is the detection of toxic chemicals, and the measurement of their concentrations, in today’s environment. The size of the Nanorobots is microscopic to be exact. Hence it is necessary for a large number of nanorobots to perform the microscopic and macroscopic tasks correctly together. These nanorobots move into large numbers i.e. swarms, both those incapable of carrying the replication and those capable of unconstrained reproduction in the natural environment. Keywords--- Nanorobotics, Robotics, Nanobots, Nanorobots, Nanotechnology, Nanomedicine I. INTRODUCTION Nanorobotics is an upcoming frontier, a realm in which robots operate at scales of billionths of a meter [1].
    [Show full text]