Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 + 3084 word(s) 3084 2021-01-06 02:03:45 |
2 format correct Meta information modification 3084 2021-03-18 03:57:00 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
Sapounidis, T. Simulators in Educational Robotics. Encyclopedia. Available online: https://encyclopedia.pub/entry/6215 (accessed on 20 April 2024).
Sapounidis T. Simulators in Educational Robotics. Encyclopedia. Available at: https://encyclopedia.pub/entry/6215. Accessed April 20, 2024.
Sapounidis, Theodosios. "Simulators in Educational Robotics" Encyclopedia, https://encyclopedia.pub/entry/6215 (accessed April 20, 2024).
Sapounidis, T. (2021, January 08). Simulators in Educational Robotics. In Encyclopedia. https://encyclopedia.pub/entry/6215
Sapounidis, Theodosios. "Simulators in Educational Robotics." Encyclopedia. Web. 08 January, 2021.
Simulators in Educational Robotics
Edit

Simulators are part of educational robotics, which easily and quickly enable the user to engage virtually with the development and programming of robots through GUIs. Using a simulator means that it is not necessary to deal exclusively with real robots that might have a significant cost. Hence, simulators are a useful tool that might save resources and assist the educational process.

educational simulators educational robotics STEM

1. Introduction

One of the purposes of educational robotics is to enhance even preschooler students’ ability to acquire knowledge and skills through robot programming and development [1][2]. Students seem to develop cognitive and social skills by utilizing appropriate educational robots [3]. Such is the bonding of children with robots that children often treat them as pets and give them nicknames [4]. Usually, educational robotics cover a wide range of ages and cognitive requirements [5]. It is interesting that recent research studies have shown educational robotics having a positive impact even on children with cognitive and physical disabilities (e.g., [6][7][8][9][10]).

Simulators have already been used for educational robotics, from courses forwarding simple kinematics for children with the Lego Mindstorms [11], up to advanced courses for college students like RobotCraft [12][13]. Consequently, different simulators are almost incomparable because they cover different needs and have completely diverse characteristics. Particularly, simulators for research and STEM have been created for many years as an alternative way of learning with robots, promoting knowledge through gamification (e.g., [14][15][16][17]). While physical educational robots are largely made up of hardware which is not always easy to transport, simulators consist entirely of software that can easily be transported from place to place. This increases the portability and allows students to engage with robotics in any place and time as long as they have a computer or tablet. Unfortunately, simulators are based on GUIs and recent studies have shown that the use of a GUI creates difficulties and limitations on the interaction and cooperation of students, and shows a more positive attitudes towards other types of interfaces like the Tangible User Interface [18][19][20]. Although, it is quite difficult to accurately represent the real conditions of complex process with a simulator, ER simulators for virtual robots are considered a particularly appropriate method when real robots are not available. Similar to virtual labs, simulators might reduce costs and have proven their value in the educational process by increasing availability, engagement, and simultaneously seem to be appreciated by students [21][22][23].

Some examples of desktop application for educational robotics simulators are Khepera Simulator [24], USARSim [25] and TRIK Studio [26]. Khepera, is a simulator which either drives a virtual Khepera wheeled robot or programs a real one, with C/C++. Using the simulator, users may program a virtual or real robot to follow lines and avoid obstacles, through IR sensors. USARSim has many more capabilities and uses plenty of virtual sensors, like sonar, RFID, and touch. This simulator enables the user to develop various simulation scenarios, with wheeled vehicles, submarines, or even humanoids. On the other hand, TRIK Studio has the ability to program robots with either visual diagrams or high-level programming languages. For the development of simulators, programmers frequently use general-purpose platforms such as MATLAB [27] and Processing [28], or open-source robotics platforms like Gazebo, V-REP, and others [29][30][31]. Both Gazebo and V-REP have a 3D dynamic multi-robot environment [32]. In addition, the V-REP simulator seems to be more user friendly than Gazebo, whereas Gazebo is more hardware-demanding than V-REP [33].

Along with desktop simulators the educational community also uses online simulators, such as: (a) Open Roberta Lab [34], which is a programming environment introducing kids to robotic systems, (b) Tinkercad [35], which includes simulation for electronic components, (c) MakeCode for the Lego Mindstorms [36], which programs Lego Mindstorms with blocks or JavaScript, (d) Snap4Arduino [37], which is block-based and supports plenty of Arduino boards, and (e) OzoBlockly [38], which is block-based and simulates Ozobot robots.

2 Simulators

The following is a brief description of the simulators

2.1. Robot Soccer Simulator—RoSoS

The RoSoS [39] was developed for the RoboCup competition, and created to offer students an easy and fun way to engage in educational robotics. This simulator is open-source (can be downloaded from [40]) and was developed aiming at children who cannot participate in educational competitions. In particular, the simulator focused on first- and second-grade students and simulates a football match. The system provides many settings, such as: field size, ball size, number of players for each team, and player speed.RoSoS uses Processing Integrated Development Environment (IDE) for its programming [28]. The virtual robots were developed to use similar programming code to the real ones. Each robot may be an attacker or a goalkeeper and can have its own code and set of sensors. The simulator includes the sensors that are usually needed in real robots playing football such as: (a) infrared sensor for the recognition of the ball, (b) compass sensor for the correct orientation of the robot on the field, and (c) distance sensor for the recognition of the field borders.

RoSos was tested by university students at the Federal University of ABC. RoSoS was also used in the Robotics course of the Federal Institute—Espirito Santo (IFES).

2.2. RoboSim

The RoboSim [23] is programmed in the C/C++ language and aimed at secondary school students. This simulator was created to provide a graphical user interface for the RoboPlay Challenge competition [41]. The competition uses the Linkbots modular robots and peripherals [42]. Every Linkbot has two motors, and therefore two degrees of freedom, thus, many Linkbots can be combined to create multiple activities/tasks.

The simulator requires the same actions to program the virtual robot, as the real one. This way, each student can be prepared and be acquainted with the competition. Specifically, the user can see three areas in the GUI. On the left area, the user might see the available modular robots/accessories. The upper right area shows the current state of the simulation, while the lower right area has a dialog box for setting up each object. Furthermore, grid lines can be added to the GUI so the user is able to see the exact position of the robot as well as check whether the requested exercise is correctly performed. Finally, by using one button, the user can load the code directly from the simulator to the real robot.

2.3. Robot One

The Robot One [43] is an open-source simulator (can be downloaded from [44]) for various robots and provides sensors such as GPS, light detection, and an RGB camera. The simulator can be programmed in many languages and provides a fully configurable graphical environment for the robot. Thus, it was designed as two separate parts. The first is the R-One User Interface (UI) which is based on the Unity3D platform [45], and the second is the R-One Application Programming Interface (API). With the R-One UI, users can represent a robot and its environment, while with the R-One API can program the robot. This simulator was aimed at college students and was used during a semester in the course Mobile Robotics at the Federal University of Juiz de Fora. According to the authors, the simulator worked as expected [43].

2.4. Tactode Simulator

The Tactode [46] simulator was created for elementary school students to learn robot programming through play and fun. The programming language is a tangible puzzle with block-shaped pieces. When the user completes the puzzle, they must take a photo of the sequence and upload it to the simulator. An uploaded puzzle is processed as an abstract syntax tree [47]. The abstract syntax tree includes letters, numbers, operators, movements, control, variables, events, visuals, and sensors. Various sensors are used, such as proximity for obstacle recognition. Finally, there is one more programming element, the “Question” piece [48]. When the system recognizes a “Question” piece, an input window opens for the user to enter an answer, much like entering variables in a program. This simulator can also work on smartphones and tablets.

2.5. Pololu 3pi Simulator

The Pololu 3pi [49] is an open-source simulator (can be downloaded from [50]) and was developed for the Pololu 3pi robot. The robot has got LEDs, a piezo buzzer, an LCD screen, pushbuttons, and other components. It is wheeled with basic functions, such as to follow a line or solve maze problems. The simulator’s programming language is C/C++ and accepts the .ino files, which may also program the real robot. The graphical interface of the simulator consists of three areas. On the left area there is a window of 600x600 pixels, in which the simulation takes place. On the top right area, the virtual robot’s components are displayed, such as: LCD screen, pushbuttons, and LEDs. On the bottom right area there are two other buttons to control the simulation: (a) Start/pause, (b) Reset. The simulator was tested by two groups of five undergraduate students, and the results showed that the use of the simulator increased the students’ score.

2.6. EdUcational Ros rObot PlAtform—EUROPA

EUROPA platform [51] was developed for secondary school students. It has a wheeled robot that is programmed via Python, and it is based on the Raspberry Pi3 B+ board [52]. The virtual robot, among other components, includes: a raspberry pi camera, ultrasonic, and a LIght Detection and Ranging (LIDAR) sensors. This simulator can be used in STEM courses and has been used to teach trigonometry and physics. EUROPA can also be used to make students aware of basic kinematics and remote-control difficulties. The simulator was developed with the Robot Operating System (ROS) [53] and the Gazebo platform [29]. Finally, the platform was tested by secondary school students with previous robotics knowledge.

2.7 Autonomous Driving Simulator—ADS

Autonomous Driving Simulator (ADS) [54] was developed to provide a virtual training environment for the Autonomous Driving Competition of the Portuguese Robotics Open (ADC PRO) [55]. This open-source simulator (can be downloaded from [56]) visualizes the track and the driving challenges of the competition, such as off-road travel, traffic light recognition, parking, and much more. The autonomous driving simulator is aimed at college students and it is based on the Gazebo platform. The simulator is divided into two parts: (a) the environment, which represents the natural environment that the contestants face, (b) the design of the robot.

Two robots are available for simulations, Conde and Major Alvega. The first one took part in the competitions between 2016 and 2018, while the second took part in 2019. The simulator was used in a Master’s course in Informatics and Computing Engineering at the University of Porto, as well. The creators propose the creation of a virtual automatic referee as a future work, so that autonomous driving competitions can be created in the simulator.

2.8 Simulator with MLPNN

This simulator [57] is aimed at college students and has a wheeled robot that is controlled by Multilayer Perceptron Neural Network (MLPNN). In particular, it was designed with MATLAB, and the robot’s code and settings are defined in .m files. The simulator offers several scenarios, while the robot can be modified in size and shape. The simulator’s window shows a 2 × 2 m “room”, which contains the virtual robot and obstacles. When the user makes a manual simulation, the data can be recorded, so the natural network is trained to be more efficient.

2.9 Drone Simulator

This simulator [58] is aimed at secondary school students and was developed to simulate a quadcopter-drone’s flight tasks for the Drone Challenge [59]. In fact, each team in the Drone Challenge has to complete three steps: (a) take the drone off its base, (b) pass the drone through colored frames in a specific order, and (c) return the drone to its base. Provided that more than one team succeeds in all steps, the team that completes the missions in less time gets a higher score. Multiple scenarios can be created by changing the position of the take-off/landing base, as well as the position of the frames. The simulator was developed with MATLAB/Simulink [60] and Gazebo platform. The Gazebo is responsible for the virtual representation of the drone’s flight, while the Simulink calculates the drone’s route, according to the user’s parameters. The two applications constantly communicate through a vector with the values of the three axes xyz. Thus, the position and orientation of the drone can be visualized. Finally, the simulator was tested by 36 people, 19 students, and 17 teachers, and showed a positive attitude towards the platform.

2.10 Simulator for PiBot

PiBot [61] is a wheeled robot platform for secondary school students which can be used to teach various exercises in robotics and is compatible with the most common Arduino sensors. This open-source simulator (could be downloaded from [62]) for PiBot is based on the Gazebo platform and provides a 3D model of the real robot. The simulation includes several sensors, such as sonar, IR, and a camera. Moreover, the simulation covers scenarios like follow-line and avoid obstacles. Currently, the robot is programmed by Python, but the creators’ intention is to expand simulator’s capability and also support Scratch [63]. Finally, the simulator was used in a Robotics workshop for teachers at the Campus of Fuenlabrada of the Rey Juan Carlos University.

2.11 AlphaBot2 Simulator

AlphaBot2 [64] is an open-source simulator (could be downloaded from [65]) and was created for AlphaBot2—Pi, which is a wheeled robot for children over 12 years old. The simulator is based on the Gazebo platform and features a virtual camera. For simplicity, the shape of the virtual robot was implemented with simple geometric shapes, such as squares and cylinders. The robot in the simulation has two operations: (a) identify obstacles and (b) follow a line. To detect/avoid obstacles, the robot uses two IR sensors while, for line recognition and tracking, the robot uses five IR sensors.

2.12 MSRP Simulator

The Modified Stingray Robot Platform (MSRP) simulator [66] is based on the Stingray wheeled robot [67]. The simulator is aimed at university students and has three parts. The first part is a visualization engine, which is built based on Unity3D [45], and creates the virtual environment from one XML file. The second part is the chassis simulation, which is the system that calculates the position and direction of the robot. The last part is the sensor simulation, which manages all the sensors required for simulation.

2.13 Khepera IV Simulator

The Khepera IV simulator [68] was created for the Khepera IV wheeled robot. The virtual robot is programmed in C language and can perform various functions such as: (a) recognizing and avoiding obstacles in a dynamically changing environment, (b) following a line, and (c) following a path. The parts of the virtual robot were designed in Autodesk Inventor [69] and the simulator was based on the V-REP [30], which is a platform for developing simulators. Finally, the robot’s model includes all the sensors of the real robot, like ultrasonic and IR sensors, without the gyroscope and the accelerometer.

2.14 OBR Simulator

This simulator [70] is used in the challenges of the Brazilian Robotics Olympiad—OBR (Olimpíada Brasileira de Robótica) [71]. The system simulates tasks for wheeled robots, such as: line following, obstacle avoidance, and crossroad selection. The OBR competition is well known in Brazil and more than 300,000 students aged from 6 to 18 have taken part [72].

The simulator is based on the Robot Operating System (ROS) [53] and the V-REP platform. The simulation includes two maps: (a) the first map consists of a 10 × 10 grid where the robot moves, while (b) the second map is used for routes with obstacles. The virtual robots are programmed through flowcharts and the simulations support sensors, such as vision, proximity, and ultrasonic. To create the programming flowchart, the software application FluxProg was developed. Finally, the simulator was tested by technical high school students in electronics and mechanics in the city of Curitiba, Brazil.

2.15 MiniSim

Minibloq [73] is an open-source software application (could be downloaded from [74]), which includes the MiniSim 2D simulator designed for kids. The provided virtual robot is wheeled and equipped with a pencil drawing lines. It is two-way programmable, with Python or block-based graphical programming language. Specifically, some of the blocks are: (a) control for robot’s movement, (b) pencil control, (c) variable creator, (d) variable value assignment, (e) waiting specified time interval, and (f) logic condition-based decisions. The simulator also provides a sensor for the robot to recognize the color of the drawing lines.

2.16 SRM

The Simulator for Robotic Manipulator (SRM) [75] represents a virtual robotic arm and was created for college students. The SRM is based on the MATLAB and V-REP platform. The MATLAB performs the manipulator control, while the V-REP is responsible for the virtual representation of the manipulator’s movement. The virtual arm can move in two axes and consists of two parts: (a) the body, with two degrees of freedom, and (b) the end-effector, with three degrees of freedom. The SRM was used and tested by university students at the Federal University of Juiz de Fora.

2.17 LaRoCS + Unesp Simulator

LaRoCS + Unesp simulator [76] was created by undergraduate and graduate students from Unicamp and Unesp universities [77][78]. The simulator provides a virtual quadcopter-drone based on the Parrot AR Drone 2.0 [79]. The simulator was also developed to participate in RoboCup’s Flying Robot challenges. In this competition, every team faces challenges like take-off and obstacle avoidance, following a trajectory and landing. The simulator was based on the V-REP platform, which is responsible for the virtual representation of the drone’s flight.

3. Summary Table

The following Table is a summary that shows the simulators and their features. More specifically, the table indicates the name of the simulator, the year of development, the type of the robot, the users’ age, and the robot’s programming language. Furthermore, the table indicates the scope of the simulator. In particular, the simulators which developed through a research program are marked as “Research”. The simulators developed for a competition are marked as “Competition”, while the simulators developed for the educational process are marked as “Education”. Moreover, we have recorded the usage, the needed user experience to “run” the simulators and whether simulators are based on a real robot or not. Finally, the last two columns indicate the simulator’s development platform and operating system (Windows, Linux, MacOS).

 

Seventeen educational robotics simulators were described and six key features are highlighted: (a) the robot’s type, (b) the users’ age, (c) the robot’s programming language, (d) the purpose of development, (e) the users’ level and (f) the development platform. More specifically, almost half of the simulators were developed after 2019. Users’ ages vary from elementary students (6+) to college students (18+). Seven of the simulators are programmed by Python or C/C++, three are programmed by MATLAB, one by a tangible user interface, and one by flowcharts. Six of them were developed for educational competition letting contestants be better prepared and familiarized with the competitions. Lastly, most simulators were based on development platforms

For more information please see [1].

 

 

References

  1. Sapounidis, T.; Demetriadis, S. Educational robots driven by tangible programming languages: A review on the field. Adv. Intell. Syst. Comput. 2017, 560, 205–214.
  2. Todorovska, K.; Bogdanova, A.M. Educational robots in preschool education. In Proceedings of the CIIT 2020 17th International Conference on Informatics and Information Technologies, Krushevo, North Macedonia, 8–10 May 2020; pp. 17–19.
  3. Damaševičius, R.; Narbutaite, L.; Plauska, I.; Blažauskas, T. Advances in the use of educational robots in project-based teaching. TEM J. 2017, 6, 342–348.
  4. Bungert, K.; Bruckschen, L.; Müller, K.; Bennewitz, M. Robots in Education: Influence on Learning Experience and Design Considerations; The International Academic Forum (IAFOR): London, UK, 2020.
  5. Sapounidis, T.; Alimisis, D. Educational Robotics for STEM: A Review of Technologies and Some Educational Considerations. In Science and Mathematics Education for 21st Century Citizens: Challenges and Ways Forward; Nova Science Publishers: Hauppauge, NY, USA, 2020; pp. 167–190. ISBN 978-1-53618-334-4.
  6. Robins, B.; Dautenhahn, K.; Ferrari, E.; Kronreif, G.; Prazak-Aram, B.; Marti, P.; Iacono, I.; Gelderblom, G.J.; Bernd, T.; Caprino, F.; et al. Scenarios of robot-assisted play for children with cognitive and physical disabilities. Interact. Stud. Stud. Soc. Behav. Commun. Biol. Artif. Syst. 2012, 13, 189–234.
  7. Conchinha, C.; Osório, P.; De Freitas, J.C. Playful learning: Educational robotics applied to students with learning disabilities. In Proceedings of the 2015 International Symposium on Computers in Education (SIIE), Setúbal, Spain, 25–27 November 2016; pp. 167–171.
  8. Valadao, C.; Bastos, T.F.; Bortole, M.; Perim, V.; Celino, D.; Rodor, F.; Goncalves, A.; Ferasoli, H. Educational robotics as a learning aid for disabled children. In Proceedings of the 2011 ISSNIP Biosignals and Biorobotics Conference: Biosignals and Robotics for Better and Safer Living, BRC 2011, Vitoria, Brazil, 6–8 January 2011; pp. 80–85.
  9. Bargagna, S.; Castro, E.; Cecchi, F.; Cioni, G.; Dario, P.; Dell’Omo, M.; Di Lieto, M.C.; Inguaggiato, E.; Martinelli, A.; Pecini, C.; et al. Educational Robotics in Down Syndrome: A Feasibility Study. Technol. Knowl. Learn. 2019, 24, 315–323.
  10. Chiara, M.; Lieto, D.; Pecini, C.; Castro, E.; Inguaggiato, E.; Cecchi, F.; Dario, P.; Sgandurra, G.; Cioni, G. Smart Learning with Educational Robotics. Smart Learn. Educ. Robot. 2019, 229–250.
  11. González-García, S.; Rodríguez-Arce, J.; Loreto-Gómez, G.; Montaño-Serrano, V.M. Teaching forward kinematics in a robotics course using simulations: Transfer to a real-world context using LEGO mindstormsTM. Int. J. Interact. Des. Manuf. 2020, 14, 773–787.
  12. Fonseca Ferreira, N.M.; Araujo, A.; Couceiro, M.S.; Portugal, D. Intensive summer course in robotics—Robotcraft. Appl. Comput. Informatics 2020.
  13. RobotCraft. Available online: (accessed on 19 October 2020).
  14. Hugues, L.; Bredeche, N. Simbad: An autonomous robot simulation package for education and research. In Proceedings of the Lecture Notes in Computer Science (Including Subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics); Springer: Berlin/Heidelberg, Germany, 2006; Volume 4095, pp. 831–842.
  15. Caccavelli, J.; Pedre, S.; De Cristóforis, P.; Katz, A.; Bendersky, D. A new programming interface for educational robotics. In Proceedings of the Communications in Computer and Information Science; Springer: Berlin/Heidelberg, Germany, 2011; Volume 161, pp. 68–77.
  16. Kortemeyer, G. Game Development for Teaching Physics. In Proceedings of the Journal of Physics: Conference Series; Institute of Physics Publishing: Johannesburg, South Africa, 2019; Volume 1286, p. 012048.
  17. Fernandez, B.G.; Del Toro, X.; Santofimia, M.J.; Dorado, J.; Villanueva, F.J.; Villa, D.; Lopez, J.C. Robotics vs. game-console-based platforms to learn computer architecture. IEEE Access 2020, 8, 95153–95169.
  18. Schneider, B.; Sharma, K.; Cuendet, S.; Zufferey, G.; Dillenbourg, P.; Pea, R. Using Mobile Eye-Trackers to Unpack the Perceptual Benefits. ACM Trans. Comput. Interact. 2016, 23, 39.
  19. Sapounidis, T.; Demetriadis, S.; Papadopoulos, P.M.; Stamovlasis, D. Tangible and graphical programming with experienced children: A mixed methods analysis. Int. J. Child Comput. Interact. 2019, 19, 67–78.
  20. Kurniawan, O.; Lee, N.T.S.; Datta, S.; Sockalingam, N.; Leong, P.K. Effectiveness of Physical Robot Versus Robot Simulator in Teaching Introductory Programming. In Proceedings of the 2018 IEEE International Conference on Teaching, Assessment, and Learning for Engineering (TALE), Wollongong, Australia, 4–7 December 2019; pp. 486–493.
  21. Lamb, R.; Lin, J.; Firestone, J.B. Virtual reality laboratories: A way forward for schools? Eurasia J. Math. Sci. Technol. Educ. 2020, 16.
  22. Estriegana, R.; Medina-Merodio, J.A.; Barchino, R. Student acceptance of virtual laboratory and practical work: An extension of the technology acceptance model. Comput. Educ. 2019, 135, 1–14.
  23. Gucwa, K.J.; Cheng, H.H. Making robot challenges with virtual robots. In Proceedings of the Conference on Innovation and Technology in Computer Science Education, Bologna, Italy, 3–5 July 2017; pp. 273–278.
  24. Michel, O. Khepera Simulator version 2.0 User Manual; French National Centre for Scientific Research: Paris, France, 1996.
  25. Lewis, M.; Wang, J.; Hughes, S. USARSim: Simulation for the Study of Human-Robot Interaction. J. Cogn. Eng. Decis. Mak. 2007, 1, 98–120.
  26. TRIK Studio. Available online: (accessed on 17 December 2020).
  27. MATLAB—MathWorks—MATLAB & Simulink. Available online: (accessed on 28 November 2020).
  28. Processing.org. Available online: (accessed on 8 November 2020).
  29. Hughes, J.; Shimizu, M.; Visser, A. A Review of Robot Rescue Simulation Platforms for Robotics Education. In Proceedings of the Lecture Notes in Computer Science (Including Subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics); Springer: Sydney, Australia, 2019; Volume 11531, pp. 86–98.
  30. Robot Simulator CoppeliaSim: Create, Compose, Simulate, Any Robot—Coppelia Robotics. Available online: (accessed on 18 October 2020).
  31. Vrochidou, E.; Manios, M.; Papakostas, G.A.; Aitsidis, C.N.; Panagiotopoulos, F. Open-Source Robotics: Investigation on Existing Platforms and Their Application in Education. In Proceedings of the 2018 26th International Conference on Software, Telecommunications and Computer Networks (SoftCOM), Split, Croatia, 13–15 September 2018; pp. 1–6.
  32. Koenig, N.; Howard, A. Design and use paradigms for Gazebo, an open-source multi-robot simulator. In Proceedings of the 2004 IEEE/RSJ International Conference on Intelligent Robots and Systems, Sendai, Japan, 28 September–2 October 2004; Volume 3, pp. 2149–2154.
  33. Nogueira, L. Comparative Analysis between Gazebo and V-REP Robotic Simulators Lucas. In Proceedings of the 2011 International Conference on Materials for Renewable Energy & Environment, Shanghai, China, 20–22 May 2011; Volume 2, pp. 1678–1683.
  34. Open Roberta Lab. Available online: (accessed on 20 November 2020).
  35. Learn How to Use Tinkercad|Tinkercad. Available online: (accessed on 20 November 2020).
  36. LEGO® MINDSTORMS® Education EV3—Blocks/Javascript Editor. Available online: (accessed on 20 November 2020).
  37. Snap4Arduino 6.2. Available online: (accessed on 20 November 2020).
  38. OzoBlockly|Ozobot. Available online: (accessed on 21 November 2020).
  39. Martins, F.N.; Gomes, I.S.; Santos, C.R.F. RoSoS—A free and open-source robot soccer simulator for educational robotics. In Proceedings of the Communications in Computer and Information Science; Springer: Uberlândia, Brazil, 2016; Volume 619, pp. 87–102.
  40. GitHub—Ivanseidel/Robot-Soccer-Simulator: An Open-Source Soccer Simulator for Virtual Robots Tournaments. Available online: (accessed on 19 December 2020).
  41. UC Davis Center for Integrated Computing and STEM Education»RoboPlay Challenge Competition. Available online: (accessed on 21 November 2020).
  42. Cheng, H.H. Learning Robot Programming with Linkbot for the Absolute Beginner, 7th ed.; UC Davis Center for Integrated Computing and STEM Education: Davis, CA, USA, 2018.
  43. Silva Barbosa, A.; Barros Costa, E.; Rocha Olivi, L.; da Fonseca Braga, A. Robot One: A cross-platform and multi-language simulator developed for educational robotics. Galoa Events Proc. 2019, 1, 108240.
  44. GitHub—AlexanderSilvaB/Robot-One: “Robot One” is a Robotics Simulator Created by Alexander Silva Barbosa as a Graduation Work at the Federal University of Juiz de for a—UFJF. Available online: (accessed on 19 December 2020).
  45. Unity Real-Time Development Platform|3D, 2D VR & AR Engine. Available online: (accessed on 18 October 2020).
  46. Alves, M.; Sousa, A.; Cardoso, Â. Web Based Robotic Simulator for Tactode Tangible Block Programming System. In Proceedings of the Advances in Intelligent Systems and Computing; Springer: Porto, Portugal, 2020; Volume 1092, pp. 490–501.
  47. AST (Abstract Syntax Tree). AST (Abstract Syntax Tree) is a graph…|by Dinis Cruz|Medium. Available online: (accessed on 9 November 2020).
  48. De, A.; Do, N. Robotic Simulator for the Tactode Tangible Block Programming System. 2019. Available online: (accessed on 1 January 2021).
  49. De Lima, P.V.S.G.; Bezerra, M.H.R.A.; De Sousa Tavares, A.C.; Jośe Roberto Fonseca, J.; Teixeira, J.M.X.N.; Cajueiro, J.P.C.; Melo, G.N.; Henriques, D.B. Improving Early Robotics Education Using a Line-Following Robot Simulator. In Proceedings of the 15th Latin American Robotic Symposium 6th Brazilian Robotic Symposium 9th Workshop on Robotics in Education LARS/SBR/WRE 2018, Paraiba, Brazil, 6–10 November 2018; pp. 554–561.
  50. GitHub—Maracatronics/3pisimulator: A Pololu’s 3pi Simulator Fully Compatible with Arduino’s IDE Code. Available online: (accessed on 19 December 2020).
  51. Karalekas, G.; Vologiannidis, S.; Kalomiros, J. EUROPA-a ROS-based open platform for educational robotics. In Proceedings of the 2019 10th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications, IDAACS 2019, Metz, France, 18–21 September 2019; Institute of Electrical and Electronics Engineers Inc.: Piscataway, NJ, USA, 2019; Volume 1, pp. 452–457.
  52. Buy a Raspberry Pi 3 Model B+—Raspberry Pi. Available online: (accessed on 19 October 2020).
  53. ROS/Introduction—ROS Wiki. Available online: (accessed on 18 October 2020).
  54. Costa, V.; Cebola, P.; Tavares, P.; Morais, V.; Sousa, A. Teaching Mobile Robotics Using the Autonomous Driving Simulator of the Portuguese Robotics Open. In Proceedings of the Advances in Intelligent Systems and Computing; Springer: Porto, Portugal, 2020; Volume 1092, pp. 455–466.
  55. Portuguese Robotics Open—INESC TEC. Available online: (accessed on 21 November 2020).
  56. GitHub—ee09115/conde_simulator: Autonomous Driving Simulator for the Portuguese Robotics Open. Available online: (accessed on 19 December 2020).
  57. Bocca, L.F.; Leite, J.B.; Mantovani, S.C.A. Simulator of mobile robots controlled by Artificial Neural Networks to learning courses in robotics. In Proceedings of the 2020 XIV Technologies Applied to Electronics Teaching Conference (TAEE), Porto, Portugal, 8–10 July 2020; pp. 1–7.
  58. Bermúdez, A.; Casado, R.; Fernández, G.; Guijarro, M.; Olivas, P. Drone challenge: A platform for promoting programming and robotics skills in K-12 education. Int. J. Adv. Robot. Syst. 2019, 16, 1–19.
  59. Drone Challenge—Escuela Superior de Ingeniería Informática. Available online: (accessed on 21 November 2020).
  60. Simulink—Simulation and Model-Based Design—MATLAB & Simulink. Available online: (accessed on 19 October 2020).
  61. Vega, J.; Cañas, J.M. PiBot: An open low-cost robotic platform with camera for STEM education. Electronics 2018, 7, 430.
  62. Base/src/drivers/gazebo/plugins/pibot at Master JdeRobot/base GitHub. Available online: (accessed on 19 December 2020).
  63. Maloney, J.; Resnick, M.; Rusk, N.; Silverman, B.; Eastmond, E. The scratch programming language and environment. ACM Trans. Comput. Educ. 2010, 10, 1–15.
  64. Rafael, A.; Santos, C.; Duque, D.; Fernandes, S.; Sousa, A.; Reis, L.P. Development of an AlphaBot2 Simulator for RPi Camera and Infrared Sensors. In Proceedings of the Advances in Intelligent Systems and Computing; Springer: Porto, Portugal, 2020; Volume 1092, pp. 502–514.
  65. GitHub—Ssscassio/alphabot2-simulator: Alphabot2 simulator using ROS and Gazebo Simulator. Available online: (accessed on 19 December 2020).
  66. Papelis, Y. Experimental Validation of a Ground Robot Simulation Model During line Following Task Experimental Validation of a Ground Robot Simulation Model during line Following Task; MODSIM: Norfolk, VA, USA, 2017; pp. 1–11.
  67. Available online: (accessed on 18 October 2020).
  68. Peralta, E.; Fabregas, E.; Farias, G.; Vargas, H.; Dormido, S. Development of a Khepera IV Library for the V-REP Simulator. IFAC PapersOnLine 2016, 49, 81–86.
  69. Inventor|Mechanical Design & 3D CAD Software|Autodesk. Available online: (accessed on 19 October 2020).
  70. Fabro, J.A.; Junior, E.T.P.; Dias, A.F.G.P.; Skora, L.E. Programming teaching using flowcharts in a simulated environment focused on introducing practical OBR. In Proceedings of the 2019 Latin American Robotic Symposium 2019 Brazilian Robotic Symposium 2019 Workshop on Robotics in Education LARS/SBR/WRE, Rio Grande, Brazil, 22–26 October 2019; pp. 453–458.
  71. OBR—Olimpíada Brasileira de Robótica 2020. Available online: (accessed on 21 November 2020).
  72. Aroca, R.V.; Pazelli, T.F.; Tonidandel, F.; Filho, A.C.A.; Simes, A.S.; Colombini, E.L.; Burlamaqui, A.M.F.; Goncalves, L.M.G. Brazilian Robotics Olympiad: A successful paradigm for science and technology dissemination. Int. J. Adv. Robot. Syst. 2016, 13, 1–8.
  73. Rahul, R.; Whitchurch, A.; Rao, M. An open source graphical robot programming environment in introductory programming curriculum for undergraduates. In Proceedings of the 2014 IEEE International Conference on MOOC, Innovation and Technology in Education (MITE 2014), Patiala, India, 19–20 December 2014; pp. 96–100.
  74. Minibloq: Download. Available online: (accessed on 19 December 2020).
  75. Barbosa, A.S.; De Oliveira, A.P.; Silva, A.R.; Boas, A.S.C.A.V.; Boas, E.R.V.; Felipe De Almeida, F.D.S.A.; E Souza, J.V.A.; Boas, M.A.V. Design and development of a manipulator for educational Robotics. In Proceedings of the 15th Latin American Robotic Symposium 6th Brazilian Robotic Symposium 9th Workshop on Robotics in Education LARS/SBR/WRE 2018, Paraiba, Brazil, 6–10 November 2018; pp. 522–527.
  76. Available online: (accessed on 31 December 2020).
  77. Portal Unicamp|Unicamp. Available online: (accessed on 20 December 2020).
  78. Unesp—Universidade Estadual Paulista—Portal. Available online: (accessed on 20 December 2020).
  79. Parrot Developers. Available online: (accessed on 20 December 2020).
More
Information
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 834
Revisions: 2 times (View History)
Update Date: 18 Mar 2021
1000/1000