A Survey on the Design Space of End-User-Oriented Languages for Specifying Robotic Missions

Total Page:16

File Type:pdf, Size:1020Kb

A Survey on the Design Space of End-User-Oriented Languages for Specifying Robotic Missions International Journal of Software and Systems Modeling (SoSyM) manuscript No. (will be inserted by the editor) A Survey on the Design Space of End-User-Oriented Languages for Specifying Robotic Missions Swaib Dragule Thorsten Berger Claudio Menghi Patrizio Pelliccione · · · Received: date / Accepted: date Abstract Mobile robots are becoming increasingly im- of the current state-of-the-art of such languages and portant in society. Fulfilling complex missions in differ- their environments. In this paper, we contribute in this ent contexts and environments, robots are promising direction. We present a survey of 30 mission specifica- instruments to support our everyday live. As such, the tion environments for mobile robots that come with task of defining the robot’s mission is moving from a visual and end-user-oriented language. We explore professional developers and roboticists to the end-users. the design space of these languages and their environ- However, with the current state-of-the-art, defining ments, identify their concepts, and organize them as missions is non-trivial and typically requires dedicated features in a feature model. We believe that our results programming skills. Since end-users usually lack such are valuable to practitioners and researchers designing skills, many commercial robots are nowadays equipped the next generation of mission specification languages with environments and domain-specific languages tai- in the vibrant domain of mobile robots. lored for end-users. As such, the software support for Keywords specification environments language defining missions is becoming an increasingly relevant · concepts visual languages robotic missions empirical criterion when buying or choosing robots. Improving · · · study these environments and languages for specifying mis- sions towards simplicity and flexibility is crucial. To this end, we need to improve our empirical understanding 1 Introduction S. Dragule Department of Computer Science and Engineering Over the last decades, robots became increasingly present Chalmers University of Gothenburg, Sweden in our everyday life. Autonomous service robots replace Departmentj of Computer Science, Makerere University, Kampala, Uganda humans in repetitive, laborious, or dangerous activities, E-mail: [email protected] often by interacting with humans or other robots. Ac- 1 T. Berger cording to a 2019 press release at the International Fed- Center of Computer Science eration of Robotics, the sales of robots for professional Ruhr University Bochum, Germany; use, such as autonomous guided vehicles, inspection, Department of Computer Science and Engineering and maintenance robots increased by 32%. Personal Chalmers University of Gothenburg, Sweden E-mail: [email protected] service robots are expected to exceed 22.1 million units in 2019 and 61.1 million units in 2022, while the sales for C. Menghi Interdisciplinary Centre for Security, Reliability and Trust agricultural robots are projected to grow by 50% each University of Luxembourg, Luxembourg year. E-mail: [email protected] Different techniques have been proposed for en- P. Pelliccione gineering the various aspects of robotic behavior [37, DISIM, University of L’Aquila, Italy; 39,27,32,25,26,108,92], such as interoperability at the Department of Computer Science and Engineering Chalmers University of Gothenburg, Sweden 1 j https://ifr.org/ifr-press-releases/news/service- E-mail: [email protected] robots-global-sales-value-reaches-12.9-billion-usd 2 Swaib Dragule et al. human-robot (or human-swarm) level [53,43] and at that form a mission. We study the environments’ and the software-component level in middlewares [78], or their languages’ main characteristics and capabilities, multi-robot target detection and tracking [92]. which we model as features in a feature model [50, Engineering robotics control software is challeng- 82]—a common method to analyze and document a ing [37]. Specifying the behavior of a robot, typically particular domain [24,30,109,58,59]. called the robot’s mission, is far from trivial. Specifically, We formulated two main research questions: a mission is a description of the high-level behavior a RQ1: What visual, end-user-oriented mission specifica- robot must perform [39,71,37,27]. As such, a mission co- tion environments have been presented for mobile robots? ordinates the so-called skills of robots, which represent We systematically and extensively identified such envi- lower-level behaviors. ronments from various sources, including the Google Developing missions requires substantial exper- search engine and the research literature. tise [15,3]. For instance, logical languages, such as LTL, RQ2: What is the design space in terms of common CTL, or other intricate, logic-based formalisms to spec- and variable characteristics (features) that distinguish the ify missions, are complex for users with low expertise environments? Our focus was on understanding the in formal and logical languages [65,71,70]. concepts that these environments and their languages Nowadays, the task of defining missions is mov- offer, which end-users utilize to specify the missions of ing from the robotic manufacturer to the end-users, mobile robots. We conducted a feature-based analysis who are far from being experts in robotics. Robots are resulting in a feature model detailing our results in also evolving from single-purpose machines to general, terms of features organized in a hierarchy. multi-purpose, and configurable devices. As such, the With our analysis we identified a total of 30 en- software support provided for defining missions is be- vironments and designed a feature model with 137 coming a more important feature in the selection of a features, reflecting mandatory features (those found in robot by end-users. For example, before buying a robot, all environments) and optional ones (those found in in addition to the actuation and sensing abilities of the only some environments). These features illustrate the mobile robot, end-users and developers may want to design space covering those environments’ capabilities, understand which types of missions can be delegated general language characteristics, and, most importantly, to the robot and which software support is provided the language concepts utilized by end-users. We also for mission specification. present and discuss the representation of these features Over the last two decades, a range of more end- in the individual environments and languages. We show user-oriented programming environments appeared. how our survey is useful for end-users, robot manu- They allow specifying robot missions in a more user- facturers, and language engineers by reporting a set friendly way, alleviating the need for intricate program- of use-case scenarios and explaining how the results ming skills, which end-users are usually lacking [113, of this survey can be used within these scenarios. We 11,71,37]. Researchers and practitioners have invested believe that our work is valuable to end-users, practi- substantial effort into achieving end-user-oriented pro- tioners, researchers, and tool builders in developing the gramming environments for robots [113,10,11,18,83]. next generation of mission specification languages and In fact, almost every commercial mobile robot nowa- environments, and to support users in the selection of days comes with a mission-specification environment for the most appropriate robot(s) based on their needs. programming the behavior. Most of these environments rely on dedicated domain-specific languages (DSLs) that end-users can utilize to specify missions. 2 Background and Motivation This paper aims to improve our empirical under- standing of the current state-of-the-art in mission speci- To convey a first understanding of mission specification, fication. Specifically, the focus is on end-user-oriented we now introduce some key terminology as well as languages providing a visual syntax. In our survey, we provide a small example of a mission defined in we identify open-source and commercial environments a dedicated DSL of one of our subject environments, that allow end-user-oriented robotic mission specifica- illustrating its advantage over writing the mission in a tion. While robot programming environments consider general-purpose (off-the-shelf) programming language. all programmable aspects of the robot system, we focus A mission is a description of the high-level behavior on environments in which robot missions are created, a robot must perform. A mission represents the logic designed, or particularized. We consider a mission that coordinates the lower-level functionalities of robots, specification environment as a collection of tools that also known as tasks or skills. While this coordination facilitates the definition and stipulation of robot tasks logic can be written in any programming language, A Survey on the Design Space of End-User-Oriented Languages for Specifying Robotic Missions 3 Fig. 2 Simulation of the line-following Lego EV3 robot 3 Methodology Fig. 1 Block-based mission of a robot patrolling a perimeter wall, expressed in Open Roberta We now explain our methodology for identifying end- user-oriented mission specification environments (Sec. 3.1) and for classifying and analyzing their features (Sec. 3.2). expressing it in a DSL avoids writing boilerplate code, focusing on the language concepts relevant for defining the mission, as well as comprehending the mission for 3.1 Identification of Environments (RQ1) later maintenance and evolution. Expressing
Recommended publications
  • Robot Block-Based Programming
    Robot Block-Based Programming Teaching children how to program an interactive robot using a block-based programming language Robin van der Wal Jannelie de Vries Luka Miljak Marcel Kuipers Bachelor's Thesis Computer Science Delft University of Technology 1 This report is under embargo from July 2017 until February 2018 Delft University of Technology Bachelor end project Robot Block-based Programming Final Report Authors: Robin van der Wal Luka Miljak Jannelie de Vries Marcel Kuipers July 5, 2017 Bachelor Project Committee Coach name: Koen Hindriks Client name: Joost Broekens Cordinator name: Ir. O.W. Visser Abstract Robots play an increasingly large role in society and some material already exists that allows children to program robots in elementary school. However, this material often neglects the interactive capabilities of modern robots. The aim of this project is to teach children how to write interactive programs for a robot. For this purpose, a NAO robot is used, which is a humanoid robot with advanced features. Children can use a web interface to create programs in a Block-Based Programming Language, which is then sent and processed by the robot in an intelligent manner, using an agent-based sys- tem. Over the course of ten weeks, based on research done in the first two weeks, a web interface and an intelligent agent were developed. The BlocklyKids lan- guage implements many concepts you would expect from a programming lan- guage. Using these concepts, children can solve exercises that are presented to them in the web interface. Testing BlocklyKids in the classroom helped in the development of the product.
    [Show full text]
  • Scratch, Blocky & Co., Blocksysteme Zum Programmieren
    Notizen Lothar Griess • 26. Mai 2018 Scratch, Blocky & Co., Blocksysteme zum Programmieren Scratch-Alternativen, … https://wiki.scratch.mit.edu/wiki/Alternatives_to_Scratch HTML5 als Grundlage wär besser, die Zukunft von Flash ist unklar. Liste der Modifikationen ... https://scratch-dach.info/wiki/Liste_der_Modifikationen Enchanting (Scratch Modifikation) ... https://scratch-dach.info/wiki/Enchanting_(Scratch_Modifikation) Beetle Blocks ist wie Scratch oder BlocksCAD für 3D-Grafiken... https://scratch-dach.info/wiki/Beetle_Blocks Beetle Blocks GitHub Repository ... https://github.com/ericrosenbaum/BeetleBlocks Beetle Blocks (3D-Design), … http://beetleblocks.com/ Mod Share … z.B.: Supported Scratch-Modifications … https://wiki.scratch.mit.edu/wiki/Mod_Share Scratch … https://wiki.scratch.mit.edu/wiki/Scratch Snap … https://wiki.scratch.mit.edu/wiki/Snap_(Scratch_Modification) Bingo … https://wiki.scratch.mit.edu/wiki/Bingo_(Scratch_Modification) Panther … https://wiki.scratch.mit.edu/wiki/Panther_(Scratch_Modification) Insanity … https://wiki.scratch.mit.edu/wiki/Insanity_(Scratch_Modification) … weitere: Stack, Kitcat, Ghost, Streak • • • Blockly is used by hundreds of projects, most of them educational: ... https://developers.google.com/blockly/ Blockly, RoboBlockly, ... https://code.org/learn Google Education, 1 Stunde, ... https://hourofcode.com/blockly Got PCs with slow (or non-existent) internet access? Download the Blockly tutorials that were the precursor of the Code.org tutorials - a single 3MB ZIP file can be loaded onto any computer or used off a memory stick Blockly Games … https://blockly-games.appspot.com/ App Inventor … http://appinventor.mit.edu/explore/ Code (div.) … https://code.org/ Ozo Blockly (Mini-Roboter) - Ozobot Bit robot using the OzoBlockly editor. … http://ozoblockly.com/ micro:bit (Raspberrs Pi, MicroPython) … http://microbit.org/ BlocklyProp … www.parallax.com/product/program-blocklyprop wonder workshop (dash-Roboter) … www.makewonder.de Robertar, NEPO (div.) … https://lab.open-roberta.org// Made w/ Code (div.
    [Show full text]
  • A Survey on the Design Space of End-User-Oriented Languages for Specifying Robotic Missions
    A survey on the design space of end-user-oriented languages for specifying robotic missions Downloaded from: https://research.chalmers.se, 2021-10-01 12:30 UTC Citation for the original published paper (version of record): Swaib, D., Berger, T., Menghi, C. et al (2021) A survey on the design space of end-user-oriented languages for specifying robotic missions Software and Systems Modeling, 20(4): 1123-1158 http://dx.doi.org/10.1007/s10270-020-00854-x N.B. When citing this work, cite the original published paper. research.chalmers.se offers the possibility of retrieving research publications produced at Chalmers University of Technology. It covers all kind of research output: articles, dissertations, conference papers, reports etc. since 2004. research.chalmers.se is administrated and maintained by Chalmers Library (article starts on next page) Software and Systems Modeling https://doi.org/10.1007/s10270-020-00854-x REGULAR PAPER A survey on the design space of end-user-oriented languages for specifying robotic missions Swaib Dragule1,2 · Thorsten Berger1,3 · Claudio Menghi4 · Patrizio Pelliccione1,5 Received: 23 November 2019 / Revised: 2 September 2020 / Accepted: 27 October 2020 © The Author(s) 2021 Abstract Mobile robots are becoming increasingly important in society. Fulfilling complex missions in different contexts and envi- ronments, robots are promising instruments to support our everyday live. As such, the task of defining the robot’s mission is moving from professional developers and roboticists to the end-users. However, with the current state-of-the-art, defining missions is non-trivial and typically requires dedicated programming skills. Since end-users usually lack such skills, many commercial robots are nowadays equipped with environments and domain-specific languages tailored for end-users.
    [Show full text]
  • A Study on the Suitability of Visual Languages for Non-Expert Robot Programmers
    Received November 25, 2018, accepted January 23, 2019, date of publication January 29, 2019, date of current version February 14, 2019. Digital Object Identifier 10.1109/ACCESS.2019.2895913 A Study on the Suitability of Visual Languages for Non-Expert Robot Programmers JOSÉ MARÍA RODRÍGUEZ CORRAL 1, IVÁN RUÍZ-RUBE 1, ANTÓN CIVIT BALCELLS2, JOSÉ MIGUEL MOTA-MACÍAS1, ARTURO MORGADO-ESTÉVEZ1, AND JUAN MANUEL DODERO 1 1School of Engineering, University of Cádiz, 11519 Cádiz, Spain 2Technical School of Computer Engineering, University of Seville, 41012 Seville, Spain Corresponding author: José María Rodríguez Corral ([email protected]) This work was supported by the Spanish National Research Agency (AEI), under developed in the framework of the VISAIGLE Project with ERDF funds under Grant TIN2017-85797-R. ABSTRACT A visual programming language allows users and developers to create programs by manipulat- ing program elements graphically. Several studies have shown the benefits of visual languages for learning purposes and their applicability to robot programming. However, at present, there are not enough comparative studies on the suitability of textual and visual languages for this purpose. In this paper, we study if, as with a textual language, the use of a visual language could also be suitable in the context of robot programming and, if so, what the main advantages of using a visual language would be. For our experiments, we selected a sample of 60 individuals among students with adequate knowledge of procedural programming, that was divided into three groups. For the first group of 20 students, a learning scenario based on a textual object- oriented language was used for programming a specific commercial robotic ball with sensing, wireless communication, and output capabilities, whereas for the second and the third group, two learning scenarios based on visual languages were used for programming the robot.
    [Show full text]
  • Open Roberta Lab, an Alternative to EV3-G by Koldo Olaskoaga
    Open Roberta Lab, an alternative to EV3-G By Koldo Olaskoaga The time when digital devices were limited to desktop and laptop computers is well past and Little by little it is becoming more usual to run applications from within a browser or on a mobile device with files that are stored in the cloud. Among other things, this favors collaboration and sharing the development of projects. In This context, LEGO® have maintained is focus on locally installed software on computers with Windows or Mac OS X operating systems, a paid version in the case of the Education software. At the beginning of this year they presented an iPad version that was associated to the Education license and in the month of November the LEGO MINDSTORMS Programmer app, a mobile version of the EV3-G programming environment was made available for both iPad and Android. This is, however, not a full version of the software as the palette of programming blocks is limited. Project Open Roberta Roberta is a project that emerged in Germany in 2002. Its goal, as noted on its web page, is to foster in both boys and girls a long lasting interest in STEM (science, technology, engineering, and math). They make a special emphasis on the involvement of girls. This project has been financed both by Germany’s ministry of education and investigation as well as the UE between 2005 and 2009. Currently it is financed by several German federal states in collaboration with various companies and foundations. In 2012, tenth anniversary of Roberta, an idea came about to create a cloud based software to program LEGO MINDSTORMS™ robots.
    [Show full text]
  • FLL Programming and Robot Design
    Robot Design and Programming Who are we? • Debbie English • Computer Science/developer/connected & automated vehicle • Mentor of FLL – 7 year, FTC – 2 years, FRC(#4499) – going into 8th season! • FLL volunteer/assisting Liberty tournament – over 10 years • John Wiens • Senior at Colorado School of Mines, Electrical Engineering • Mentor of FRC #4499, Student on FRC 3 years, FLL – 2 years, • FLL Ref – 5 years, FLL Judge 2 years • Hailey Holman • Member of FRC #4499, FLL #? Years • FLL Volunteer experience What makes a good robot • Consistency • Consistency • Consistency • If your robot cannot perform a task 10 times in a row without failing, it will probably not work properly in competition! • Keep it simple (KISS) Introduction to Robot Design • As stated previously the best robots are the ones that are the most consistent. Total point potential doesn’t matter if you can never achieve it. • Things to help with robot consistency: • Quality robot construction • Sensors • Thoroughly test robot code • Build Mission Models correctly • Practice running your robot in tournament conditions • Do not overextend your team’s capabilities Robot Design and Construction - Strategy • There is no one design that is correct in FLL, many different designs and strategies are effective. • Things to consider when constructing a robot: • Make sure that your robot is rigid. Wobbly or flexible frames hurt overall robot consistency. • Design your robot to be unaffected by map defects such as wrinkles or warped baseboards. • Do not underestimate the difficulty of traversing the field. Easy, High Scoring missions that are far away require a lot of time and make your robot more likely to get stuck.
    [Show full text]
  • Open Roberta Lab Jan Preclík1 E-Mail: [email protected] 1 Jiráskovo Gymnázium, Náchod, Řezníčkova 451
    Open Roberta Lab Jan Preclík1 e-mail: [email protected] 1 Jiráskovo gymnázium, Náchod, Řezníčkova 451 Klíčová slova Open Roberta, výuková robotika, grafické programování, Blockly, LEGO Mindstorms, BBC micro:bit 1 Open Roberta Lab 1.1 Historie Open Roberta Lab (https://lab.open-roberta.org) je cloudové prostředí určené k programování nejrůznějších robotických stavebnic a výukových vývojových desek. Jde o Open Source projekt, prostředí je dostupné zcela zdarma a v češtině. Projekt vznikl v rámci německé vzdělávací iniciativy „Roberta— Learning with robots“ [1], kterou inicioval Frauhofer Institute for Intelligent Analysis and Information Systems [2]. Cílem projektu je zpřístupnit žákům i učitelům vývojové prostředí, které na ně bude klást co nejmenší nároky (např. na nutnost instalace, znalost programování…). Projekt podporuje i firma Google. 1.2 Proč Open Roberta Lab? V dnešní době máme k dispozici mnoho „hraček“ (= robotických stavebnic a vývojových desek), které můžeme v oblasti STE(A)M využívat. Každý výrobce většinou nabízí svoje vlastní softwarové řešení, jak jeho produkt programovat. Výhodou takového řešení je optimalizace pro konkrétní hardware a možnost využít všech možností, které nabízí. Nevýhodou může být nutnost se stále učit něco nového (filozofii ovládání, syntaxi…), snad nejhorší je situace, kdy se nové prostředí podobná jinému, ale v některých směrech se chová „trochu“ jinak. Open Roberta Lab se pokouší nabídnout jednotné softwarové řešení pro různé HW platformy v čistě online podobě. Nevýhodou je horší spolupráce s hardwarem, kdy u některých platforem nejsou podporovány všechny možnosti. Nevýhodou čistě online řešení (kromě nutnosti připojení k internetu) je také to, že pro spolupráci s některými platformami je nutno na PC nainstalovat komunikační software, který zajistí propojení mezi Open Roberta a připojeným HW.
    [Show full text]
  • Simulating Lego Mindstorms EV3 Robots Using Unity and Python
    Bachelor thesis Computer Science Simulating Lego Mindstorms EV3 robots using Unity and Python Author: Leo Cornelissen – s4606566 Supervisor: prof. dr. J.J.M. Hooman Second supervisor: drs. H.C.W. Kuppens Date: 23-01-2019 Radboud University Nijmegen 1 ABSTRACT The Lego Mindstorms line of ‘toys’ has been popular in computer science education for a while; with its highly configurable set-ups and support for all kinds of programming languages. The latest edition, called the EV3, is able to run custom Linux operating systems. Simulating these robots could save schools money and time. Furthermore, the idea of a programmable robot could be extended to offer even more benefits. This thesis handles the creation a framework to mirror the process of controlling a robot with custom code in simulation. Python is used to write programs for the robot/simulator, and the game engine Unity is used to create a digital environment for the robots to interact with. To start development, a list of requirements is created to narrow down the scope of the project. These requirements are then compared to other EV3 simulators are available online. 2 CONTENTS 1 Introduction .......................................................................................................................................... 5 1.1 Simulating embedded systems ..................................................................................................... 5 1.2 Lego Mindstorms .........................................................................................................................
    [Show full text]
  • Missionedu - an Open Approach to Educational Robotics Systems
    HTBLuVA Wiener Neustadt Höhere Lehranstalt für Informatik DIPLOMARBEIT MissionEDU - An Open Approach to Educational Robotics Systems Ausgeführt im Schuljahr 2016/17 von: Entwicklung Server, Konfigurationsprogramm Daniel M. Swoboda 5AHIF-23 Entwicklung Client, Graphische Programmiersprache Markus Pinter 5AHIF-19 Betreuer: Dr. Michael Stifter Wiener Neustadt, am 4. April 2017 Abgabevermerk: Übernommen von: Eidesstattliche Erklärung Hiermit erkläre ich an Eides statt, dass ich die vorliegende Arbeit selbstständig und ohne fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt und die den benutzten Quellen wörtlich und inhaltlich entnommenen Stellen als solche erkenntlich gemacht habe. Wiener Neustadt, am 4. April 2017 Verfasser: Daniel M. Swoboda Markus Pinter i Contents Eidesstattliche Erklärungi Contents ii Diplomarbeit Dokumentation vi Diploma Thesis Documentation viii Kurzfassungx Abstract xi Logo xii 1 Introduction1 1.1 Task........................................1 1.1.1 Features of MissionEDU.........................2 1.2 Visual Programming Languages.........................2 1.2.1 The History of Visual Programming Languages............2 1.2.2 Defining Visual Programming Languages................3 1.2.3 Specifying Visual Programming Languages...............3 1.2.4 An overview of Educational Visual Programming Languages.....3 1.3 The State of Educational Robotics.......................5 1.3.1 Competitions...............................6 1.3.2 Junior Competitions...........................7 1.3.3 Hardware
    [Show full text]
  • Simulador De Robótica Educativa Para La Promoción Del Pensamiento Computacional
    Simulador de robótica educativa para la promoción del pensamiento computacional Educational robotics simulator for fostering computational thinking Cristian Manuel Ángel-Díaz Universidad de La Laguna. San Cristóbal de La Laguna, España [email protected] Eduardo Segredo Universidad de La Laguna. San Cristóbal de La Laguna, España [email protected] Rafael Arnay Universidad de La Laguna. San Cristóbal de La Laguna, España [email protected] Coromoto León Universidad de La Laguna. San Cristóbal de La Laguna, España [email protected] RESUMEN Este trabajo presenta una herramienta Web libre y gratuita que facilita a cualquier centro educativo la enseñanza de conceptos básicos sobre robótica y programación y que, al mismo tiempo, permite desarrollar habilidades relacionadas con el pensamiento computacional: descomposición, abstracción, reconocimiento de patrones y pensamiento algorítmico. Esta herramienta permite diseñar y personalizar un robot móvil a través del uso de distintos tipos de sensores. Tras su creación, el robot se podrá poner a prueba en un entorno de simulación mediante distintos retos. El comportamiento del robot se puede definir a través de un lenguaje de programación visual basado en bloques que permite mover el robot a partir de la información del entorno recogida por los sensores. Palabras Clave: Pensamiento computacional, robótica educativa, simulación, programación visual. ABSTRACT This work presents a free software tool that facilitates the teaching of basic robotics and programming concepts at any educational institution. At the same time, it allows the development of computational thinking skills to be carried out: decomposition, abstraction, pattern recognition and algorithmic thinking. This tool allows the design and configuration of a robot through the specification of different types of sensors.
    [Show full text]
  • Robotic Simulator for the Tactode Tangible Block Programming System
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Robotic Simulator for the Tactode Tangible Block Programming System Márcia Alves Mestrado Integrado em Engenharia Eletrotécnica e de Computadores Supervisor: Armando Sousa Second Supervisor: Ângela Cardoso October 20, 2019 c Márcia Alves, 2019 Resumo O desenvolvimento da tecnologia tem vindo a crescer. A procura por pessoas formadas nas áreas da Ciência, Tecnologia, Engenharia e Matemática, em inglês Science, Technology, Engineering, Mathematics (STEM) tem vindo a aumentar. De forma a acompanhar este crescimento procura-se uma evolução da educação para que as crianças desenvolvam hábitos, técnicas e raciocínios mais lógicos, para que possam entender e resolver problemas de carácter tecnológico. A este conjunto de conceitos chamamos Pensamento Computacional, em inglês, Computional Thinking (CT). A programação tangível por blocos transforma a programação numa atividade acessível e di- reta, menos abstrata e compreendida com mais facilidade quando ligada à robótica. Usar robôs é uma forma de ensinar de maneira divertida, ajudando a desenvolver o pensamento computacional e aprendendo como funciona a tecnologia. Embora seja difícil para os professores incluírem novos temas no programa escolar o objetivo é interligar a robótica com o sistema de educação STEM. Um dos principais problemas para as escolas pode ser suportar o preço desse tipo de tecnologia para todos os estudantes. O Tactode foi anteriormente proposto como um sistema de programação tangível, que, aliado a uma aplicação, permite programar robôs, semelhante a um jogo na sala de aula. Esta versão do Tactode, baseia-se na programação por blocos tangíveis, como peças de um puzzle que os estudantes têm de resolver. É possível criar um puzzle com peças tangíveis, tirar uma fotografia e fazer o seu upload na aplicação.
    [Show full text]
  • OPEN ROBERTA – Prezentare Generală
    ÎNVĂȚARE CU ROBOȚI - MARILENA OPREA Tipuri de roboți Un robot este format dintr-un dispozitiv programabil și o serie de dispozitive atașabile precum motoare, senzori și extensii folosite în construcţia robotului. În robotica educațională, clasificarea roboților se face în funcție de dispozitivul programabil. Limbajul de programare poate fi sub formă de blocuri sau linie de cod. Este recomandat ca, pentru fiecare tip de robot, să fie folosit limbajul prevăzut în kit-ul de vânzare, dar pot fi utilizate cu succes și limbaje de programare disponibile pe platforme open source. Robotul poate fi programat să acţioneze autonom sau comandat de la distanţă. LIMBAJ DE LIMBAJE DE DISPOZITIV PROGRAMARE PROGRAMARE ROBOT PROGRAMABIL RECOMANDAT ALTERNATIVE Nao CHOREGRAPHE Python, C++, MATLAB, Java, ROS, NEPO Calliopi PXT JavaScript, NEPO ArduBlock, Minibloq, Arduino Arduino IDE Java, C++, Arduino’C, Python, NEPO Lego EV3 EV3 Scratch, EV3’C, NEPO JavaScript Blocks Editor Micro:bit JavaScript Blocks (microbit-robot-jsb.hex), Python Editor (robot.py), BOT’n ROLL Picaxe blockly Picaxe, C, Basic, NEPO 7 ÎNVĂȚARE CU ROBOȚI - MARILENA OPREA LIMBAJ DE LIMBAJE DE DISPOZITIV PROGRAMARE PROGRAMARE ROBOT PROGRAMABIL RECOMANDAT ALTERNATIVE BOB3 ProgBob NEPO NXC, Scratch, ATmega NXT NXT NEPO OPEN ROBERTA – Prezentare generală Open Roberta Lab este un mediu de programare online ce permite programarea roboților virtuali 2D și reali 3D. Prin mici proiecte veți înțelege cum interacționează un robot cu mediul înconjurător și cum veți putea să-i transmiteți acestuia comenzi astfel încât, împreună să duceți la bun sfârșit anumite acțiuni. În România, cei mai populari roboţi sunt cei de tip Lego, (EV3 și WEDO), Arduino (Arduino, Raspberry Pi) sau cei construiţi cu piese tetrix utilizaţi, de regulă, în cluburile de robotică, în vederea pregătirii concursurilor de profil.
    [Show full text]