A Backward-Oriented Approach for Offline Programming of Complex

Total Page:16

File Type:pdf, Size:1020Kb

A Backward-Oriented Approach for Offline Programming of Complex Paper accepted for 2015 6th International Conference on Automation, Robotics and Applications (ICARA) © 2015 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works. DOI: 10.1109/ICARA.2015.7081135 A backward-oriented approach for offline programming of complex manufacturing tasks Ludwig Nagele¨ ∗, Miroslav Macho∗, Dr. Andreas Angerer∗,AlwinHoffmann∗, Michael Vistein∗, Manfred Schonheits¨ † and Prof. Dr. Wolfgang Reif∗ ∗Institute for Software & Systems Engineering, University of Augsburg, Universitatsstrae¨ 6a, 86159 Augsburg, Germany Email: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] †German Aerospace Center, Institute of Structures and Design, Center for Lightweight Production Technology (ZLP), Am Technologiezentrum 4, 86159 Augsburg, Germany, Email: [email protected] Abstract—The automation of production processes with large cesses this can be very time consuming. This required time in process variability and a low batch size can be very difficult particular is another major drawback of online programming. and non-economic. Using the example of manufacturing carbon- While the programming is in process, the robot (and possibly fibre-reinforced polymers (CFRP) which represents a complex, the whole production line where the robot is stationed) cannot currently hardly automated process, we present a backward- be used for production and thus no revenue is generated. oriented approach for offline programming of complex manufac- turing tasks. We focus on an automatic process definition which A possible solution to these problems is the use of offline is supported by expert knowledge where required. Due to domain programming, where all major development steps take place specific software modules, user interaction is intuitive and tailored using a simulated environment which resembles the real fact- to CFRP experts. This leads to significant time-savings compared ory floor as close as possible. The simulation environment is to currently used teach-in approaches. Moreover, we introduce usually based on CAD data of the robot cell. Offline program- an extensible offline programming platform which is able to meet ming allows the developer to test all programs without the the high requirements of CFRP manufacturing. dangers of collisions and without blocking the real hardware for an extended period of time. Testing on the real hardware I. INTRODUCTION is necessary nevertheless, because the simulated environment Automating production processes has become a major trend almost always differs slightly from the real-world e.g. due in many industries. Key benefits of automated processes are to production tolerances. In contrast to online programming, highly precise and repeatable results as well as a high through- this step takes considerably less time as only small positional put. Because industrial robot arms can be flexibly adjusted to a modifications should be required. broad variety of tasks by simply using different programs, they This work is focused on an approach for offline pro- are a common sight in an automated production line. Creating gramming of industrial robot systems for the production of robot programs for complex manufacturing tasks however is carbon-fibre-reinforced polymers (CFRP). Amongst the differ- not always that easy, sometimes requiring several months of ent methods for the manufacturing of CFRP components [1]– development time. Even before the programming of robots [3], the investigated process uses dry textile preforms and VAP can be started, it is necessary to design a production process resin infusion [4]. This means that a CFRP part consists of that can be employed for creating the desired work-pieces many planar cut-pieces from dry textile weave or non-crimp with the available hardware. Due to different capabilities, but fabric. A CFRP part is designed using a CAD tool and its cut- also to different limitations, processes previously performed pieces are stored in a plybook. Moreover, the cut-pieces are by human workers cannot necessarily be directly transformed usually of different shapes and dimensions: in our example into automated processes. This paper introduces an approach of CFRP, the size ranged between 0.3m × 0.2m up to which concentrates on the results of a production process to 2.0m× 2.0m. For the preforming process, each planar cut- deduct the steps necessary to reach this result, instead of trying piece has to be laid onto a 3D tooling surface. This draping to find the steps beginning from the raw materials. process is challenging because it has to precisely transform a planar textile into a 3D form with double curvature in order Once the production process has been designed, programs to guarantee the overall material properties. In particular the controlling all automation hardware including robots and tools requirements to the position of the resulting contour and the must be created. Traditionally, industrial robots are equipped local fibre angle must be met according to the plybook [4]. with a programming environment which allows writing and Although the offline programming platform has been evaluated testing programs directly on the robot hardware (so-called using the preform process, it is – due to its extensibility – also online programming). Although this programming method has applicable to other methods. the advantage of immediate feedback of whether the program is working properly, it also has several drawbacks. Testing new CFRP parts are currently manufactured with a low automa- robot programs always comes with the risk of collisions due to tion level and many manual steps [4]. However, many different programming errors. Depending on the mounted tools and the shapes and delicate handling of the cut-pieces pose challenges selected robot systems, such collisions can be extremely costly. to human workers. The automation of such a process is difficult This risk can be reduced by testing programs carefully and as well and often non-economic with traditional approaches slowly after each change, however for large production pro- due to small batch sizes. Current research projects for automat- Figure 1. Supported research end-effectors: Foam Gripper, Grid Gripper and Modular Surface Gripper ing CFPR production often concentrate on developing novel The remainder of this paper is organized as follows. The gripping end-effectors (c. f. Fig. 1). To put these end-effectors requirements for both the production process as well as the into operation, usually a teach-in process as illustrated in Fig. 2 offline programming platform are identified in Sect. II. The is utilised. Each cut-piece defined in the plybook is picked backward-oriented approach for interactive programming is ex- up with the gripper which is attached to a robot’s flange plained in Sect. III, its integration into an offline programming and is positioned within the moulding form. A laser projector platform in Sect. IV. The approach has been evaluated in real- programmed with the dimensions and position of the cut-piece world scenarios, the results can be found in Sect. V. Sect. VI is used to draw the boundaries onto the form. After the cut- gives a short overview of related work for both process design piece has been placed by the robot, a teaching-expert compares and offline programming environments. This paper is finally the real position to the laser projection and, if necessary, the concluded with Sect. VII. positioning process is repeated until the cut-piece perfectly fits the projected position. For large CFRP parts consisting of many layers, this process is very time-consuming. II. REQUIREMENTS ANALYSIS To facilitate the automation of CFRP manufacturing, we For the development of the offline programming environ- developed a novel backward-oriented approach for interact- ment, several general requirements in the domain of CFRP ively programming tasks for complex gripping end-effectors. manufacturing have been identified. Those requirements cover In this paper, we show that offline programming combined both the general design of an offline programming environment with a (partially) automated generation of preforming tasks as well as an expert-driven process definition required in this significantly reduces the time required for automation with res- specific domain. The identified general requirements are as ults comparable to manual teach-in. The proposed backward- follows: oriented approach has been developed as part of the AZI- ∙ automatic process definition: The production process MUT project [5] and was integrated into an extensible offline should be generated automatically as far as possible, and programming research environment which was particularly user input should only be requested if domain-expert designed for CFRP manufacturing. It currently supports three knowledge is required. In particular, the user should different end-effectors which are mounted on different KUKA not need to have in-deep knowledge about automation industrial robots (KR-210 and KR-270). The end-effector technology or software development. Available data such systems – Foam Gripper, Grid Gripper and Modular Surface as CAD models or the plybook should be used. Gripper (c. f. Fig. 1) – have different gripping
Recommended publications
  • Annual Report 2014 OUR VISION
    AMOS Centre for Autonomous Marine Operations and Systems Annual Report 2014 Annual Report OUR VISION To establish a world-leading research centre for autonomous marine operations and systems: To nourish a lively scientific heart in which fundamental knowledge is created through multidisciplinary theoretical, numerical, and experimental research within the knowledge fields of hydrodynamics, structural mechanics, guidance, navigation, and control. Cutting-edge inter-disciplinary research will provide the necessary bridge to realise high levels of autonomy for ships and ocean structures, unmanned vehicles, and marine operations and to address the challenges associated with greener and safer maritime transport, monitoring and surveillance of the coast and oceans, offshore renewable energy, and oil and gas exploration and production in deep waters and Arctic waters. Editors: Annika Bremvåg and Thor I. Fossen Copyright AMOS, NTNU, 2014 www.ntnu.edu/amos AMOS • Annual Report 2014 Table of Contents Our Vision ........................................................................................................................................................................ 2 Director’s Report: Licence to Create............................................................................................................................. 4 Organization, Collaborators, and Facts and Figures 2014 ......................................................................................... 6 Presentation of New Affiliated Scientists...................................................................................................................
    [Show full text]
  • An Introduction to the NASA Robotics Alliance Cadets Program
    Session F An Introduction to the NASA Robotics Alliance Cadets Program David R. Schneider, Clare van den Blink NASA, DAVANNE, & Cornell University / Cornell University CIT [email protected], [email protected] Abstract The 2006 report National Defense Education and Innovation Initiative highlighted this nation’s growing need to revitalize undergraduate STEM education. In response, NASA has partnered with the DAVANNE Corporation to create the NASA Robotics Alliance Cadets Program to develop innovative, highly integrated and interactive curriculum to redesign the first two years of Mechanical Engineering, Electrical Engineering and Computer Science. This paper introduces the NASA Cadets Program and provides insight into the skill areas targeted by the program as well as the assessment methodology for determining the program’s effectiveness. The paper also offers a brief discussion on the capabilities of the program’s robotic platform and a justification for its design into the program. As an example of the integration of the robotic platform with the program’s methodologies, this paper concludes by outlining one of the first educational experiments of NASA Cadets Program at Cornell University to be implemented in the Spring 2007 semester. I. Introduction To be an engineer is to be a designer, a creator of new technology, and the everyday hero that solves society’s problems through innovative methods and products by making ideas become a reality. However, the opportunity to truly explore these key concepts of being an engineer are often withheld from most incoming engineering students until at least their junior year causing many new students to lose motivation and potentially leave the program.
    [Show full text]
  • The Chirps Prototyping System
    Digital Commons @ George Fox University Faculty Publications - Department of Electrical Department of Electrical Engineering and Engineering and Computer Science Computer Science 2011 The hirC ps Prototyping System Gary Spivey George Fox University, [email protected] Follow this and additional works at: http://digitalcommons.georgefox.edu/eecs_fac Part of the Electrical and Computer Engineering Commons Recommended Citation Spivey, Gary, "The hirC ps Prototyping System" (2011). Faculty Publications - Department of Electrical Engineering and Computer Science. Paper 9. http://digitalcommons.georgefox.edu/eecs_fac/9 This Article is brought to you for free and open access by the Department of Electrical Engineering and Computer Science at Digital Commons @ George Fox University. It has been accepted for inclusion in Faculty Publications - Department of Electrical Engineering and Computer Science by an authorized administrator of Digital Commons @ George Fox University. For more information, please contact [email protected]. The Chirps Prototyping System Abstract Oregon State University has been a pioneer in developing a “Platform for Learning” using their TekBots platform as a fundamental part of their electrical and computer engineering curriculum. At George Fox University, we fundamentally affirm this concept of a “Platform for Learning,” but we additionally desire a “Platform for Prototyping.” By “Platform for Prototyping,” we mean a platform that will enable our engineering students to create significant engineering projects as part of a myriad of service-learning projects, student research, course projects, and the senior capstone experience. To be effective across our curriculum, this system must not only be usable by mechanical, electrical and computer engineers, but by engineering students at the end of their first year in the engineering program.
    [Show full text]
  • Autonomous Underwater Surveillance Robot
    IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 53-61 www.iosrjournals.org Autonomous Underwater Surveillance Robot Shruti Nautiyal1, Anshuman Mehta2 1(UG Student, Department of ECE, Seemant Institute of Technology, Pithoragarh, Uttrakhand, India) 2(UG Student, Department of Mechanical Engineering, Sikkim Manipal Institute of Technology, India) Abstract: The main objective is to create an interface that allows a person to drive a robot in water and capturing the view through a night camera (360 degrees). Mobile robotic platforms are becoming more and more popular, both in scientific research and in commercial settings. Robotic systems are useful for going places or performing tasks that are not suitable for humans to do. Robots are often able to precisely perform complicated or dangerous tasks with little or no human involvement. However, before a mobile robotic platform is able to be deployed, it must have a way of identifying where it is in relation to objects and obstacles around it. Often, this is being performed by using a visual system, such as a camera. However, just wiring a camera onto a robot is not sufficient. With many of the tasks that are given to a robotic system to perform, a great deal of precision is required to satisfactorily complete these tasks. This precision requires that the robot be given accurate information by the camera. Keywords: AUVs; centre of gravity; buoyancy; thrusters; ARDUINO Board; L298; HT 12E Encoder and 12D Decoder; 434 MHZ TXR & RXR I.
    [Show full text]
  • Open-Source Reinforcement Learning Framework and Robot Manipulation Benchmark
    SURREAL: Open-Source Reinforcement Learning Framework and Robot Manipulation Benchmark Linxi Fan∗ Yuke Zhu∗ Jiren Zhu Zihua Liu Orien Zeng Anchit Gupta Joan Creus-Costa Silvio Savarese Li Fei-Fei Stanford Vision and Learning Lab (SVL) Department of Computer Science, Stanford University surreal.stanford.edu Abstract: Reproducibility has been a significant challenge in deep reinforcement learning and robotics research. Open-source frameworks and standardized bench- marks can serve an integral role in rigorous evaluation and reproducible research. We introduce SURREAL, an open-source scalable framework that supports state- of-the-art distributed reinforcement learning algorithms. We design a principled distributed learning formulation that accommodates both on-policy and off-policy learning. We demonstrate that SURREAL algorithms outperform existing open- source implementations in both agent performance and learning efficiency. We also introduce SURREAL Robotics Suite, an accessible set of benchmarking tasks in physical simulation for reproducible robot manipulation research. We provide extensive evaluations of SURREAL algorithms and establish strong baseline results. Keywords: Robot Manipulation, Reinforcement Learning, Distributed Learning Systems, Reproducible Research 1 Introduction Reinforcement learning (RL) has been an established framework in robotics to learn controllers via trial and error [1]. Classic reinforcement learning literature in robotics has largely relied on handcrafted features and shallow models [2, 3]. The recent success of deep neural networks in learning representations [4] has incentivized researchers to use them as powerful function approximators to tackle more complex control problems, giving rise to deep reinforcement learning [5, 6]. Prior work has explored the potentials of using deep RL for robot manipulation [7, 8]. Recently we have witnessed an increasing number of successful demonstrations of deep RL in simulated environments [9, 10, 11] and on real hardware [12, 13].
    [Show full text]
  • Robo-Gym Ï¿½ an Open Source Toolkit for Distributed Deep Reinforcement
    2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) October 25-29, 2020, Las Vegas, NV, USA (Virtual) robo-gym – An Open Source Toolkit for Distributed Deep Reinforcement Learning on Real and Simulated Robots Matteo Lucchi∗, Friedemann Zindler∗, Stephan Muhlbacher-Karrer,¨ Horst Pichler Abstract— Applying Deep Reinforcement Learning (DRL) to complex tasks in the field of robotics has proven to be very successful in the recent years. However, most of the publications focus either on applying it to a task in simulation or to a task in a real world setup. Although there are great examples of combining the two worlds with the help of transfer learning, it often requires a lot of additional work and fine-tuning to make the setup work effectively. In order to increase the use of DRL with real robots and reduce the gap between simulation and real world robotics, we propose an open source toolkit: robo- gym1. We demonstrate a unified setup for simulation and real environments which enables a seamless transfer from training in simulation to application on the robot. We showcase the capabilities and the effectiveness of the framework with two real world applications featuring industrial robots: a mobile robot and a robot arm. The distributed capabilities of the framework enable several advantages like using distributed algorithms, separating the workload of simulation and training on different physical machines as well as enabling the future opportunity to train in simulation and real world at the same time. Finally, we offer an overview and comparison of robo-gym with other frequently used state-of-the-art DRL frameworks.
    [Show full text]
  • Devoir Surveillé : Noms AA-DU 27 Novembre 2020
    Promeo - Université de Picardie Jules Verne 2020-2021 LPro Automatisme et Robotique Initiation à la Robotique Devoir Surveillé : noms AA-DU 27 novembre 2020 Consignes pour le contrôle: • Durée: 2h15 à partir de 8h30. Le barème est donné à titre indicatif. • Cours non autorisé. • Envoyez votre copie (nom du fichier: votre_nom_de_famille.pdf) avant 10h45 à l'adresse email: [email protected] Exercice 1 : [3 pts] Définir les caractéristiques suivantes d'un robot industriel: 1. Charge maximale transportable, 2. Répétabilité, 3. Volume de travail. Exercice 2 : [2 pts] Soit le manipulateur Stanford tel que montré dans la Figure 1. 1. Déterminer le nombre de DDL et le vecteur q des variables articulaires du robot. 2. Avec quel type de porteur et de poignet est équipé ce manipulateur ? Figure 1: Manipulateur Stanford. Exercice 3 : [5 pts] Pour les quatre robots industriels, a) TX200 de Stäubli, b) IRB 1520ID de ABB, c) IRB 910SC-3/0.65 de ABB et d) M-20iB/25 de FANUC (voir les fiches techniques en annexe), déterminer: • Le nombre de DDL, • Le type des articulations, • La charge maximale transportable, • La répétabilité (sur la position), F. Morbidi et J. Ducrocq Page 1/2 Promeo - Université de Picardie Jules Verne 2020-2021 LPro Automatisme et Robotique Initiation à la Robotique • La masse du robot, • Le rayon d'action, • Les bornes des axes 2 et 3, • La vitesse maximale des trois premiers axes, • L'utilisation type. En sachant que les produits à manipuler sont des para-brises en verre feuilleté de 6 kg, quel est le robot le plus adapté à une tâche de palettisation ? Exercice 4 : [3 pts] 1.
    [Show full text]
  • Canadian Space Agency 2009-2010
    CANADIAN SPACE AGENCY 2009-2010 Departmental Performance Report ________________________ Minister of Industry TABLE OF CONTENTS Minister's Message ........................................................................................................... 1 President's Message ......................................................................................................... 3 SECTION 1: OVERVIEW............................................................................................... 5 1.1 Raison d'Être and Responsibilities .......................................................................... 5 1.2 Strategic Outcome and Program Activity Architecture .......................................... 6 1.3 Performance Summary............................................................................................ 8 1.3.1) Program Activity Alignment to Government of Canada Outcomes ......................... 8 1.3.2) Performance Status ................................................................................................. 10 1.4 Risk Analysis ........................................................................................................ 18 1.5 Expenditure Profile ............................................................................................... 22 1.5.1) Spending Trend....................................................................................................... 22 1.5.2) Financial information on Canada’s Economic Action Plan (CEAP) ...................... 23 1.6 Voted and Statutory Items
    [Show full text]
  • Simulating Complex Robotic Scenarios with MORSE
    Simulating complex robotic scenarios with MORSE Gilberto Echeverria, Séverin Lemaignan, Arnaud Degroote, Simon Lacroix, Michael Karg, Pierrick Koch, Charles Lesire, Serge Stinckwich To cite this version: Gilberto Echeverria, Séverin Lemaignan, Arnaud Degroote, Simon Lacroix, Michael Karg, et al.. Simu- lating complex robotic scenarios with MORSE. 3rd International Conference on Simulation, Modeling, and Programming for Autonomous Robots, Nov 2012, Tsukuba, Japan. pp.197-208, 10.1007/978-3- 642-34327-8_20. hal-00988475 HAL Id: hal-00988475 https://hal.archives-ouvertes.fr/hal-00988475 Submitted on 8 May 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. Simulating complex robotic scenarios with MORSE Gilberto Echeverria1⋆, S´everin Lemaignan1,2⋆⋆, Arnaud Degroote1⋆⋆⋆, Simon Lacroix1†, Michael Karg2‡, Pierrick Koch3§, Charles Lesire4¶, and Serge Stinckwich3,5k 1 CNRS, LAAS, 7 avenue du colonel Roche, F-31077 Toulouse, France / Universit´e de Toulouse, UPS, INSA, INP, ISAE, LAAS, F-31077 Toulouse, France 2 Institute for Advanced Studies, Technische Universit¨at M¨unchen, D-85748 Garching, Germany 3 UMR 6072 GREYC Universit´ede Caen-Basse Normandie/CNRS/ENSICAEN, France 4 ONERA – the French Aerospace Lab, F-31055, Toulouse, France 5 UMI 209 UMMISCO IRD/IFI/Vietnam National University, Vietnam Abstract.
    [Show full text]
  • Practical Use of Robot Manipulators As Intelligent Manufacturing Systems
    sensors Article Practical Use of Robot Manipulators as Intelligent Manufacturing Systems Pablo J. Alhama Blanco * , Fares J. Abu-Dakka and Mohamed Abderrahim Department of Systems Engineering and Automation, University of Carlos III, Escuela Politécnica Superior, Avd. de la Universidad 30, 28911 Leganés, Spain; [email protected] (F.J.A.-D.); [email protected] (M.A.) * Correspondence: [email protected] Received: 16 June 2018; Accepted: 20 August 2018; Published: 31 August 2018 Abstract: This paper presents features and advanced settings for a robot manipulator controller in a fully interconnected intelligent manufacturing system. Every system is made up of different agents. As also occurs in the Internet of Things and smart cities, the big issue here is to ensure not only that implementation is key, but also that there is better common understanding among the main players. The commitment of all agents is still required to translate that understanding into practice in Industry 4.0. Mutual interactions such as machine-to-machine and man-to-machine are solved in real time with cyber physical capabilities. This paper explores intelligent manufacturing through the context of industrial robot manipulators within a Smart Factory. An online communication algorithm with proven intelligent manufacturing abilities is proposed to solve real-time interactions. The algorithm is developed to manage and control all robot parameters in real-time. The proposed tool in conjunction with the intelligent manufacturing core incorporates data from the robot manipulators into the industrial big data to manage the factory. The novelty is a communication tool that implements the Industry 4.0 standards to allow communications among the required entities in the complete system.
    [Show full text]
  • Towards Net-Centric System of Systems Robotics in Air, Sea And
    Towards Net-Centric System ofSystems Robotics in Air, Sea and Land Ted Shaneyfelt, Sevki Erdogan, Azim Maredia, Gnanadeep Vemuri, Bhargavaram Pachala, Dong Yue, Sohel Karovalia, Ming-Zhu Lu, Shi-Zhong Yang, and Chenyu Gao Autonomous Control Engineering Center Electrical and Computer Engineering Department The University ofTexas at San Antonio, TX, USA Near - The communication range is small and the robot can Abstract-This paper investigates how we can work towards only communicate with nearby robots. building net-centric swarms of land, sea and air robots working INF - The range is infinite and the robot can communicate together to accomplish a common goal. The goal is to bring with any robots in the working space regardless of the together swarms of robots from all three sectors to safely benefit physical size ofthe working space. mankind without increasing dangers in the process. Several platforms are explored for simulation to investigate swarm Communication Topology - Although a robot could robotics within heterogeneous environments. communicate with others randomly and arbitrarily, a structural rule is generally followed, describing a Communication Index Terms-Mobile robots, Net-centric, Simulation software, Topology. System ofsystems BROAD -Broadcast. A robot can send a message that is received by many robots. I. INTRODUCTION ADD - Addressable. A robot communicates with other HIS document identifies Network Centric System of robots using their particular addresses, which are typically TSystems of robots within a brief taxonomy of robotics predetermined. and swarm robotics, investigates some potential applications TREE - A robot can only communicate through a for such systems, and considers a road-map towards hierarchy. realization. Recent progress has been made in research GRAPH - Communication between robots follows some towards Net-Centric System of Systems of fault-tolerant other graph pattern.
    [Show full text]
  • The Robocom++ Project: Rethinking Robotics for the Robot Companion of the Future 01/03/2017 – 31/10/2020
    FLAG-ERA JTC 2016 Project Seminar Rome, February 25, 2020 The RoboCom++ Project: Rethinking Robotics for the Robot Companion of the Future 01/03/2017 – 31/10/2020 Egidio Falotico The BioRobotics Institute, Sant‘Anna School for Advanced Studies, Pisa, Italy FLAG-ERA JTC 2016 Project Seminar Rome, February 25, 2020 OUTLINE Project at-a-glance Extension of project duration To date project results Working on the final outcome Project at-a-glance Project key data . RoboCom++ is gathering the community and organising the knowledge necessary to rethink the design principles and fabrication technologies of future robots. RoboCom++ aims at developing the Robot Companions of the year 2030, by fostering a deeply multidisciplinary, transnational and federated efforts. Funded partners (received funding from NRFOs 13 belonging to FLAG-ERA JTC 2016 Call Board of Funders) In-Kind partners (participate in the Project 14 activities with own or external resources) Months duration 36 + 8 Funding 2.825.012,05 € Paolo Dario Rethinking Robotics for the Robot Companion of the futureFuture RoboCom++ Consortium 1. Scuola Superiore Sant’Anna (Italy) 14.University Carlos III of Madrid (Spain) 2. Université Libre de Bruxelles (Belgium) 15.Weizmann Institute of Science (Israel) 3. University of Zagreb (Croatia) 16.Czech Technical University (Czech 4. Tallinn University of Technology (Estonia) Republic) 5. Centre National de la Recherche 17.Vrije Universiteit Brussel (Belgium) Scientifique/LAAS (France) 18.National Technical University of Athens 6. Laboratoire National de Métrologie et (Greece) d’Essais (France) 19.Universitat Politecnica de Catalunya 7. Istituto Italiano di Tecnologia (Italy) (Spain) 8. Riga Technical University (Latvia) 20.Cognitive Systems Research Institute 9.
    [Show full text]