Humanoid Robotics Using Mobile Phones

Total Page:16

File Type:pdf, Size:1020Kb

Humanoid Robotics Using Mobile Phones Complex AI on Small Embedded Systems: Humanoid Robotics Using Mobile Phones Jacky Baltes and John Anderson Department of Computer Science, University of Manitoba, Winnipeg, Manitoba, R3T 2N2 Canada Email: jacky,[email protected] http://aalab.cs.umanitoba.ca Abstract ory, and better battery technology have combined to al- low far more effective embedded systems than were previ- Until recent years, the development of real-world hu- ously possible. Consequently, a generation of systems that manoid robotics applications has been hampered by a are lighter and more robust now affords the possibility of lack of available mobile computational power. Un- like wheeled platforms, which can reasonably easily be smaller, lighter, and more adaptable robots. For the same expected to carry a payload of computers and batter- reasons, these small, powerful embedded systems have also ies, humanoid robots couple a need for complex con- moved out of the industrial sector and into the realm of con- trol over many degrees of freedom with a form where sumer electronics, giving much higher computational ability any significant payload complicates the balancing and in embedded devices for everything from video equipment control problem itself. In the last few years, how- to automobiles. In particular, mobile phones have evolved ever, an significant number of options for embedded from basic telephone and contact management abilities to processing suitable for humanoid robots have appeared handheld computers supporting sophisticated applications. (e.g. miniaturized motherboards such as beagle boards), The latter provide particularly exciting possibilities for AI along with ever-smaller and more powerful battery tech- and robotics: they combine powerful computational abilities nology. Part of the drive for these embedded hardware breakthroughs has been the increasing demand by con- with on-board peripheral devices (cameras, accelerometers, sumers for more sophisticated mobile phone applica- GPS units, bluetooth networking) that are in many cases im- tions, and these modern devices now supply much in the provements over what was available just a few years ago and way of sensor technology that is also potentially of use would have to be separately managed. to roboticists (e.g. accelerometers, cameras, GPS). In Our work involves the development of control, planning, this paper, we explore the use of modern mobile phones learning, and vision in humanoid robots. While small em- as a vehicle for the sophisticated AI necessary for au- bedded processors have previously been used to power small tonomous humanoid robots. humanoid robots (e.g. (Yamasaki et al. 2001), Manus I (Zhang et al. 2003), Tao-Pie-Pie (Baltes and Lam 2004), Introduction Roboerectus (Zhou and Yue 2004), and Hansa Ram (Kim et al. 2004)), these examples range in cost from $1000 to Until the last few years, intelligent mobile robotics has been $20,000 US. Currently, we have moved from using these greatly hampered by the size, power consumption, and com- older types of embedded systems to developing sophisti- putational limitations of available mobile computing plat- cated robotics platforms using mobile phones. Used mod- forms. While small mobile robots such as the Khepera ern mobile phones can be had for $100-$200 US (or indeed, have been used in applied research for many years, the ap- even for free as a result of recycling programs) and provide plications of these were limited because of on-board pro- all the facilities necessary to power complex adaptive hu- cessing ability, and the units were expensive (several thou- manoid robots for a fraction of the cost of several years ago. sand dollars each). More typical equipment likely to be en- countered in the average AI lab would be platforms such as Our interest in humanoid robots is in developing the kinds the Pioneer-II, which are large enough to carry laptops or of broad adaptive behaviour that are necessary to support full-size internal computing systems, but remain similarly service robots of the future (e.g. for nursing or firefighting). expensive and carry significant demands due of their size These behaviours include being able to actively balance on (heavy lead-acid batteries and larger motors). uneven surfaces (e.g. move through grass or gravel), plan Conversely, recent years have brought about a revolu- complex motions, such as crawling, carrying, and climbing, tion in available computational ability in embedded systems as well as combinations of these (e.g. pick up dirty laundry from the standpoint of mobile robotics. Smaller, power- from underneath the bed), and interact with other robots or ful and less power-hungry processors, cheaper flash mem- humans (e.g. move furniture in groups). The broad nature of these tasks is extremely challenging to AI in general, let Copyright c 2010, Association for the Advancement of Artificial alone intelligent systems running on small embedded pro- Intelligence (www.aaai.org). All rights reserved. cessors such as mobile phones. 2 built IrDA interface, based on the Microchip MCP 2150 IrDA transceiver, to the humanoid kit. This allows the mo- bile phone to control the high-level motions of the robot. While the Bioloid kit comes with firmware that can record and play back basic motions, this is not suitable for the com- plex motions we require, and so we replace this firmware with our own (requiring reverse-engineering part of the orig- inal Robotis firmware). The firmware also supports a 3-axis accelerometer from Analog devices, so that phones that do not have internal accelerometers can use an external sensor for active balancing. Figure 1: The modified Robotis Bioloid robot STORM Adapting Mobile Phones for Embedded Control Systems There is is a huge variety of mobile phones available on the We have been competing for the last three years at major market, and dozens more are released each year. The cost robotics competitions (RoboCup, FIRA) using humanoids of these devices is extremely competitive compared to many whose main computational demands are supported using embedded systems (given their speed, memory, and included mobile phones. While RoboCup (RoboCup 2009) involves sensing devices), because they are produced in huge volume. mainly soccer and a few challenges closely related to soc- While economy of scale and the ability to have many nec- cer (e.g. a ball throw-in), the FIRA HuroCup (FIRA 2009) essary sensing devices included in an embedded system is competition is specifically designed to encourage the devel- very attractive to a researcher interested in supporting arti- opment of the types of broad robotic skills in which we are ficial intelligence and robotics on such systems, one is also interested. The same physical robot must be able to partic- well advised to heed the old motto: Caveat Emptor.Even ipate in events ranging from basketball free-throws to ob- from the same manufacturer, individual phones often have stacle course runs, to a climbing wall, taking place over ex- different versions of the same OS, support different exten- tended periods of time. The computing demands to support sions, and may sometimes run totally different OSs. The the artificial intelligence necessary for such a range of ac- model number often confuses more than it helps in trying to tivity (managing everything from computer vision, to active decipher the OS that is run by a device. For example, the balancing and intelligent control, to localization and plan- Nokia 6600 and 6680 are Nokia Series 60 devices, which ning) would tax a full-sized desktop system, let alone a mod- is a very good OS for robotics purposes, whereas the Nokia ern mobile phone. 3300 and 3500 are Nokia Series 30 devices, which are not This paper explores our experiences with using mobile programmable. But the Nokia 6230 is a Series 30 device and phones for supporting sophisticated real time artificial in- the Nokia 3230 is a Series 60 device. telligence in the domain of robotic control. We begin by It is also important to realize that mobile phone manufac- describing our typical research platform. Following this, we turers see these phones as finished consumer products, and describe with issues in adapting phones for these purposes, therefore do not expect them to be “illicitly hacked” (from and discuss variations in OS, IO support, and issues in soft- their perspective) to be used as embedded control systems. ware development. We then illustrate the abilities of mobile At best, some manufacturers encourage the development of phones for AI by describing three elements of our work that third-party applications, but these applications often run in a are representative of the difficulty of supporting AI on such sandbox which strictly limits which hardware is accessible systems: real-time computer vision, localization, and. to the application. In spite of these hurdles, mobile phones can provide an Humanoid Robots: Hardware and Software extremely cheap development platform with high speed pro- For a physical platform, we begin with the Robotis Bioloid cessing, LCD, buttons, wireless, bluetooth, infrared and one humanoid robot kit: these provide 18 degrees of freedom, or two cameras in a very small and lightweight package. use reasonably powerful and robust motors given their cost, This section details our experiences with adapting these de- and are far easier to acquire and assemble than building vices for robotics applications, including working with real skeletal components from scratch. The Robotis kit includes time operating systems, developing software, and ultimately a small AVR ATMega128 embedded controller for manag- developing an IrDA interface for supporting IO. ing the individual servos of the robot. In our work, this is only used for low-level position control of the servo motors. A Tale of Caution Figure 1 shows one of our robots, STORM, using this plat- The most ubiquitous development environment for mobile form, along with a mounted Nokia 5500 mobile phone for devices is Java 2ME from Sun.
Recommended publications
  • Boletin Septiembre
    Boletín Electrónico Rama de Estudiantes de la UNED Septiembre-2011 EDITOR AGRADECIMIENTOS Miguel Latorre Vicerrectorado de Investigación UNED ([email protected]) Vicerrectorado de Estudiantes y Desarrollo Profesional UNED Escuela Técnica Superior de Ingenieros REVISORES Industriales UNED Manuel Castro Escuela Técnica Superior de Ingenieros Miguel Latorre Informáticos UNED Germán Carro Sección Española del IEEE Departamento de Ingeniería Eléctrica, Electrónica y de Control (DIEEC) UNED DISEÑO PORTADA IEEE Women In Engineering (WIE) Sergio Martín AGRADECIMIENTO ESPECIAL AUTORES Agradecemos a nuestro Catedrático de Germán Carro Tecnología Electrónica y Profesor Núria Girbau Consejero de la Rama, Manuel Castro, Francisco J. Caneda todo el tiempo y la dedicación que nos Miguel Latorre presta, así como, el habernos dado la Mohamed Tawfik posibilidad de colaborar con el Capítulo Español de la Sociedad de Educación del IEEE para la elaboración del mismo. Agradecemos a todos los autores, y a aquellos que han colaborado para hacer posible este Boletín Electrónico. BOLETÍN DESARROLLADO EN COLABORACIÓN CON EL CAPÍTULO ESPAÑOL DE LA SOCIEDAD DE EDUCACIÓN DEL IEEE Junta Directiva 2010-2012 Germán Carro Fernández. Actualmente, también colabora con Presidente de la Rama de el departamento de ingeniería Estudiantes del IEEE-UNED. eléctrica electrónica y de control Economista, Ingeniero Técnico en (DIEEC) de la UNED en proyectos Informática de Sistemas y relacionados con objetos de Estudiante del Master en el aprendizaje. Departamento de IEEC en la ETSII [email protected] de la UNED. En años anteriores ha colaborado con la Junta Directiva Ramón Carrasco. Vicepresidente de como Vicepresidente y como zona - A Coruña.. Licenciado en Coordinador de Actividades Ciencias Física, especialidad Generales.
    [Show full text]
  • Italia Milano Roma Mondo Speciale Tefaf Berlino Londra New York Parigi Vienna SUPPLEMENTO DI «IL GIORNALE DELL’ARTE» N
    A cura di Franco Fanelli Questo mese (Arte contemporanea e Gallerie) 146 mostre Anna Maria Farinato (Arte antica) in 72 città Laura Giuliani (Archeologia) Walter Guadagnini (Fotografia) di 15 Paesi «IL GIORNALE DELL’ARTE» | MARZO 2020 IL GIORNALE DELLE MOSTRE Italia Milano Roma Mondo Speciale Tefaf Berlino Londra New York Parigi Vienna SUPPLEMENTO DI «IL GIORNALE DELL’ARTE» N. 406 MARZO 2020 / SOCIETÀ EDITRICE ALLEMANDI N. 406 MARZO 2020 / SOCIETÀ SUPPLEMENTO DI «IL GIORNALE DELL’ARTE» Un fotogramma del video «Nova» (2019) di Cao Fei. Cortesia (2019) di Cao Fei. Un fotogramma del video «Nova» dell’artista e di Vitamin Creative Space e Sprüth Magers. Dal 4 marzo al 17 maggio l’artista progetto espositivo per le Serpentine cinese presenta un nuovo Galleries di Londra. BOLOGNA GRESSONEY-SAINT-JEAN PISTOIA VENARIA REALE IL GIORNALE DELLE MOSTRE ITALIA Bologna Tutti insieme a casa Ricomposto il Polittico Griffoni, perla del Quattrocento emiliano «Santa Lucia» di Francesco del Cossa, Washington, Bologna. La riscoperta di un capola- National Gallery of Art. voro è la realizzazione di un evento In alto, Cecilia Cavalca che resterà probabilmente irripetibi- e Mauro Natale «Nudo femminile di schiena» (1735 ca) di Pierre Subleyras e, sotto, il logo della mostra le. Nell’epico racconto di un «ritorno a casa», nel mistico ritrovarsi di quel Così, in una mostra vo- Venaria gruppo di santi eleganti e solenni, una lutamente concentrata squadra di campioni spirituali «ricon- e filologica, dove a in- vocata» dopo quasi 300 anni, c’è, infat- cantare è, come sempre ti, il sapore dell’impresa memorabile. dovrebbe essere, la rara Tra Barocco e C’è, insomma, aria di festa, a Bologna, qualità degli originali, nell’accogliere questa mostra, «La ri- l’unica concessione alla Neoclassicismo scoperta di un capolavoro.
    [Show full text]
  • Development of a Series Elastic Actuator and a Distributed Computational Platform for Robotics
    Development of a Series Elastic Actuator and a Distributed Computational Platform for Robotics Gonçalo Patrício Luís Thesis to obtain the Master of Science Degree in Mechanical Engineering Supervisor: Prof. Jorge Manuel Mateus Martins Examination Committee Chairperson: Prof. João Rogério Caldas Pinto Supervisor: Prof. Jorge Manuel Mateus Martins Member of the Committee: Prof. Carlos Baptista Cardeira November 2015 i ii To my Parents iii iv Acknowledgments I would like to thank Professor Jorge Martins for believing in my ideas on building a new computational platform from scratch in detriment of using the old platform. The first task he gave me was to play arround with the old platform until I felt confortable with it, not all teachers believe in loosing time on learning things that are supposed to work and should only be used instead of studied. In the end the freedom he gave me turned into finding gross mistakes in the old platform and ultimately building a new, more capable one. I would like to thank Professor Carlos Cardeira for clearing some questions I had about electronics regarding the circuit board for voltage conversion. I would also like to thank Professor Paulo Oliveira and Professor Alexandra Moutinho for showing me the power and beauty of control systems engineering in the lecture I had with them on that topic. Their practical and clear explanations ultimately made me choose Systems as my Masters area, a choice I couldn’t be happier about. I am also deeply grateful to all the other teachers on the systems department and Eng. Camilo for creating and maintaining a friendly environment during classes and at the laboratory.
    [Show full text]
  • Then and Now: Servos
    NOW Then and SERVOS by Tom Carroll ervos? Just what is a servo (or a servo hack one to see what I could do with it. beginner’s kits from Parallax and others Smotor or servo mechanism, as they I believe that first thing I made was use similar servos in small robots. are sometimes called)? Is that a year’s a linear actuator. Pulling the 4.7K pot Tabletop robots can make use of collection of this magazine? Most of us out, cutting off the stops from the the little motor/gearbox to drive a who have built robots have used one or output gear, I attached a 25 turn lead set of wheels and the associated more of these in our creations, but not all screw and a 25 turn 5K trim pot (in the electronics to receive the pulse trains robots use servos. Most of the larger vari- place of the other one) to the output from a microcontroller and convert eties of robots don’t use servos though shaft and had an amazingly powerful them to drive signals. This is a cheap they might employ shaft encoders to push-pull actuator. Other experi- and effective way to get a robot design provide some sort of positional feedback menters in our robotics group were from a few sketches to a working to a controlling microcontroller or attaching them to arm and leg joints, machine in a few hours. computer. Most combat robots (like the and driving the servos with 555/556 As robot experimenters, we think ones that seem out of control) don’t use timer circuits or 6502 microprocessors, of those little black boxes that any form of them, so why do so many and a few started to use them as drive were originally developed for model experimenters utilize them? motors for small robot’s wheels.
    [Show full text]
  • An Interactive Tool for Designing Complex Robot Motion Patterns
    An Interactive Tool for Designing Complex Robot Motion Patterns Georgios Pierris and Michail G. Lagoudakis Abstract— Low-cost robots with a large number of degrees KME was originally designed for and currently supports of freedom are becoming increasingly popular, nevertheless only the Aldebaran Nao humanoid robot (RoboCup edi- their programming is still a domain for experts. This paper tion) [1], which features a total of 21 degrees of freedom, and introduces the Kouretes Motion Editor (KME), an interactive software tool for designing complex motion patterns on robots its simulated model on the Webots simulator [2]. However, with many degrees of freedom using intuitive means. KME the main features of KME could be easily adapted for allows for a TCP/IP connection to a real or simulated robot, other robots and the tool itself could be used for a variety over which various robot poses can be communicated to or from of purposes, such as providing complex motion patterns the robot and manipulated locally using the KME graphical as starting points for learning algorithms and supporting user interface. This portability and flexibility enables the user to work under different modes, with different robots, using educational activities in robot programming courses. KME different host machines. KME was originally designed for and has been employed successfully by Kouretes, the RoboCup currently supports only the Aldebaran Nao humanoid robot team of the Technical University of Crete in Greece, for which features a total of 21 degrees of freedom. KME has designing various special actions (stand-up, ball kicks, goalie been employed successfully by Kouretes, the RoboCup team of falls), thanks to which the team ranked in the 3rd place at the Technical University of Crete, for designing various special actions, thanks to which the team ranked in the 3rd place at the RoboCup 2008 competition (Standard Platform League).
    [Show full text]
  • Generation of the Whole-Body Motion for Humanoid Robots with the Complete Dynamics Oscar Efrain Ramos Ponce
    Generation of the whole-body motion for humanoid robots with the complete dynamics Oscar Efrain Ramos Ponce To cite this version: Oscar Efrain Ramos Ponce. Generation of the whole-body motion for humanoid robots with the complete dynamics. Robotics [cs.RO]. Universite Toulouse III Paul Sabatier, 2014. English. tel- 01134313 HAL Id: tel-01134313 https://tel.archives-ouvertes.fr/tel-01134313 Submitted on 23 Mar 2015 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. Christine CHEVALLEREAU: Directeur de Recherche, École Centrale de Nantes, France Francesco NORI: Researcher, Italian Institute of Technology, Italy Patrick DANÈS: Professeur des Universités, Université de Toulouse III, France Ludovic RIGHETTI: Researcher, Max-Plank-Institute for Intelligent Systems, Germany Nicolas MANSARD: Chargé de Recherche, LAAS-CNRS, France Philippe SOUÈRES: Directeur de recherche, LAAS-CNRS, France Yuval TASSA: Researcher, University of Washington, USA Abstract This thesis aims at providing a solution to the problem of motion generation for humanoid robots. The proposed framework generates whole-body motion using the complete robot dy- namics in the task space satisfying contact constraints. This approach is known as operational- space inverse-dynamics control. The specification of the movements is done through objectives in the task space, and the high redundancy of the system is handled with a prioritized stack of tasks where lower priority tasks are only achieved if they do not interfere with higher priority ones.
    [Show full text]
  • HBS-1: a Modular Child-Size 3D Printed Humanoid
    robotics Article HBS-1: A Modular Child-Size 3D Printed Humanoid Lianjun Wu, Miles Larkin, Akshay Potnuru and Yonas Tadesse * Received: 6 November 2015; Accepted: 4 January 2016; Published: 13 January 2016 Academic Editor: Huosheng Hu Humanoid, Biorobotics and Smart Systems Laboratory (HBS Lab), Department of Mechanical Engineering, The University of Texas at Dallas, Richardson TX 75080, USA; [email protected] (L.W.); [email protected] (M.L.); [email protected] (A.P.) * Correspondence: [email protected]; Tel.: +1-972-883-4556; Fax: +1-972-883-4659 Abstract: An affordable, highly articulated, child-size humanoid robot could potentially be used for various purposes, widening the design space of humanoids for further study. Several findings indicated that normal children and children with autism interact well with humanoids. This paper presents a child-sized humanoid robot (HBS-1) intended primarily for children’s education and rehabilitation. The design approach is based on the design for manufacturing (DFM) and the design for assembly (DFA) philosophies to realize the robot fully using additive manufacturing. Most parts of the robot are fabricated with acrylonitrile butadiene styrene (ABS) using rapid prototyping technology. Servomotors and shape memory alloy actuators are used as actuating mechanisms. The mechanical design, analysis and characterization of the robot are presented in both theoretical and experimental frameworks. Keywords: humanoid; mechanical design; actuators; manufacturing; 3D printing 1. Introduction Humanoid robots have great potential for use in our daily life by accompanying or working together with people. Growing interest in humanoid robots has spurred a substantial increase in their development over the past decade.
    [Show full text]
  • Malachy Eaton Evolutionary Humanoid Robotics Springerbriefs in Intelligent Systems
    SPRINGER BRIEFS IN INTELLIGENT SYSTEMS ARTIFICIAL INTELLIGENCE, MULTIAGENT SYSTEMS, AND COGNITIVE ROBOTICS Malachy Eaton Evolutionary Humanoid Robotics SpringerBriefs in Intelligent Systems Artificial Intelligence, Multiagent Systems, and Cognitive Robotics Series editors Gerhard Weiss, Maastricht, The Netherlands Karl Tuyls, Liverpool, UK More information about this series at http://www.springer.com/series/11845 Malachy Eaton Evolutionary Humanoid Robotics 123 Malachy Eaton Department of Computer Science and Information Systems University of Limerick Limerick Ireland ISSN 2196-548X ISSN 2196-5498 (electronic) SpringerBriefs in Intelligent Systems ISBN 978-3-662-44598-3 ISBN 978-3-662-44599-0 (eBook) DOI 10.1007/978-3-662-44599-0 Library of Congress Control Number: 2014959413 Springer Heidelberg New York Dordrecht London © The Author(s) 2015 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made.
    [Show full text]
  • (ROS) Based Humanoid Robot Control Ganesh Kumar Kalyani
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Middlesex University Research Repository A Robot Operating System (ROS) Based Humanoid Robot Control Ganesh Kumar Kalyani A Thesis submitted to Middlesex University in fulfillment of the requirements for degree of MASTER OF SCIENCE Department of Design Engineering & Mathematics Middlesex University, London Supervisors Dr. Vaibhav Gandhi Dr. Zhijun Yang November 2016 Tables of Contents Table of Contents…………………………………………………………………………………….II List of Figures…………………………………………………………………………………….….IV List of Tables………………………………………………………………………………….……...V Acknowledgement…………………………………………………………………………………...VI Abstract……………………………………………………………………………………………..VII List of Acronyms and Abbreviations……………………………………………………………..VIII 1. Introduction .................................................................................................................................. 1 1.1 Introduction ............................................................................................................................ 1 1.2 Rationale ................................................................................................................................. 6 1.3 Aim and Objective ................................................................................................................... 7 1.4 Outline of the Thesis ............................................................................................................... 8 2. Literature Review .....................................................................................................................
    [Show full text]
  • Parts Required to Make a Robot
    Parts Required To Make A Robot If penal or tripinnate Aldrich usually interferes his Loretta interwreathing fulgently or revise again and inextricably, how metaphysicallyseventieth is Izzy? as unmingled Vitelline Harrison Dominique improvised survive herher smokopandoras so helpfullybarney askance. that Rabi revalidates very how. Arron barter There are trying to eliminate the parts required to help them on artificial intelligence The robot gives you make robot, we will make sure to be looking to convert electrical work in this is easy way to. You type also smile a balance between both approaches. Would love this socket it was a sturdy metal bolts, cell phones are even thou i find. It even comes with a multimeter so public can test your circuits and diagnose any electrical problems. Your part of parts required to make it requires a medium members of four holes that can be your mistakes easy to get to then place a webcam or walls. There a few pairs of it requires a light brightness of vex iq ecosystem is required, make a program directly? User to make it requires knowledge regarding robotics is part numbers are bolted to spend it easy as an interactive robot. Once you need to let you to make a robot parts required are drilling of wtwh media, organization of the robot is. It should cover where those have succeeded and sun you have failed to bind the aims set out hard the specifications. Parts required in determining other part extends to make robots? How to build a robotic characteristics make a robot parts required to develop good idea you need to add your wifi as a robot uses and detrimental effects upon various arduino? We cannot do you require.
    [Show full text]
  • Korean Robotics
    NOW Then and KOREAN ROBOTICS by Tom Carroll orea has ambitious plans to novelty makers built wind-up as the main thrust of Korean Kimplement robotics in education, automatons similar to ones built in industries, with personal/service medicine, and in the military. Growth Japan and China. Korea was truly a robots and robotic appliances a main in robotics research and sales in Korea Third World country a century ago part of that industrial sector. is predicted to increase from $1 billion and struggled to feed and clothe (US) in 2007 to $10 billion (US) in its citizens. More Robot 2010, though the international After the Korean War (which recession may cut that back a bit. technically is not over), Korea was Vacuum Cleaners Scientific breakthroughs abound determined to become an industrial Korean companies have as Korean universities and high-tech force and rid itself of “Third World” developed some interesting robotic companies continue to develop status. Since this war, Korean devices to assist the homemaker. amazing products for the world, industries have been grouped into Korean electronics giant, Samsung has including robots. The Hubo-Einstein “chaebols,” or what we might call manufactured several robot vacuum robot developed by the Korea conglomerates or monopolies, cleaners that have been sold in Asian Advanced Institute of Science all sanctioned by the Korean countries, but very few in the US. (KAIST) back in 2004 has astounded government. Grouping was frequently Samsung took into account some of audiences around the world. under ‘semiconductors,’ ‘heavy the issues with the world’s best One of South Korea’s major goals machinery,’ and similar classifications.
    [Show full text]
  • Deliverable D2
    Deliverable D5 SAS 6 - 017759 ETHICBOTS Emerging Technoethics of Human Interaction with Communication, Bionic and Robotic Systems Coordination Action Structuring the European Research Area D5: Techno-Ethical Case-Studies in Robotics, Bionics, and Related AI Agent Technologies Due date of deliverable: April 30th, 2008 Actual submission date: April 27th, 2008 Start date of project: 1 November 2005 Duration: 24 months + 6 months extension University “Federico II”, Naples Revision: Final Project co-funded by the European Commission Dissemination Level PU Public PP Restricted to other programme participants (including the Commission Services) x RE Restricted to a group specified by the consortium (including the Commission Services) CO Confidential, only for members of the consortium (including the Commission Services) Emerging Technoethics of Human Interaction with Communication, Bionic and Robotic Systems Deliverable D5: Techno-Ethical Case-Studies in Robotics, Bionics, and related AI Agent Technologies Editors: Rafael Capurro, Guglielmo Tamburrini, Jutta Weber Co-author(s): Luca Botturi, Rafael Capurro, Francesco Donnarumma, Mark Gasson, Satinder Gill, Alessandro Giordani, Cecilia Laschi, Federica Lucivero, Christoph Pingel, Pericle Salvini, Matteo Santoro, Guglielmo Tamburrini, Kevin Warwick, Jutta Weber Project funded by the European Community as Coordination Action Contract SAS 6 Nr. 017759 Deliverable D5 Revision history Deliverable administration and summary Project acronym: Ethicbots ID: SAS-6-017759 Document identifier: Ethicbots-D5
    [Show full text]