Next Article in Journal
Tunable Chemical Grafting of Three-Dimensional Poly (3, 4-ethylenedioxythiophene)/Poly (4-styrenesulfonate)-Multiwalled Carbon Nanotubes Composite with Faster Charge-Carrier Transport for Enhanced Gas Sensing Performance
Next Article in Special Issue
Improved Pixel-Level Pavement-Defect Segmentation Using a Deep Autoencoder
Previous Article in Journal
A Survey of Context-Aware Access Control Mechanisms for Cloud and Fog Networks: Taxonomy and Open Research Issues
Previous Article in Special Issue
Data-Driven Living Spaces’ Heating Dynamics Modeling in Smart Buildings using Machine Learning-Based Identification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

EUROPA: A Case Study for Teaching Sensors, Data Acquisition and Robotics via a ROS-Based Educational Robot

by
Georgios Karalekas
,
Stavros Vologiannidis
* and
John Kalomiros
Department of Computer, Informatics and Telecommunications Engineering, International Hellenic University, 62124 Serres, Greece
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(9), 2469; https://doi.org/10.3390/s20092469
Submission received: 27 March 2020 / Revised: 22 April 2020 / Accepted: 23 April 2020 / Published: 27 April 2020

Abstract

:
Robots have become a popular educational tool in secondary education, introducing scientific, technological, engineering and mathematical concepts to students all around the globe. In this paper EUROPA, an extensible, open software and open hardware robotic platform is presented focusing on teaching physics, sensors, data acquisition and robotics. EUROPA’s software infrastructure is based οn Robot Operating System (ROS). It includes easy to use interfaces for robot control and interaction with users and thus can easily be incorporated in Science, Technology, Engineering and Mathematics (STEM) and robotics classes. EUROPA was designed taking into account current trends in educational robotics. An overview of widespread robotic platforms is presented, documenting several critical parameters of interest such as their architecture, sensors, actuators and controllers, their approximate cost, etc. Finally, an introductory STEM curriculum developed for EUROPA and applied in a class of high school students is presented.

1. Introduction

Robotics represents an innovative field that encompasses various scientific domains, from physics and electronics to mechanical engineering, mathematics and computer programming. The vast field of artificial intelligence is also relevant to autonomous robots. Educational robotics is a rapidly evolving multidisciplinary domain that brings together educators, companies and researchers in an effort to create a new learning environment in schools and universities. Rooted in Papert’s seminal ideas on computational thinking using LOGO programming and Mindstorms [1], educational robotics is increasingly becoming popular in the classroom. It is supportive in teaching Science, Technology, Engineering and Mathematics (STEM) [2,3] and in some cases it transcends the traditional science border and becomes supportive of artistic activities (STEAM) [4,5].
Introducing robots in the classroom can become a suitable tool to instill new skills in young learners and students; besides teamwork and creativity, students can develop interest in practical concepts in physics and mathematics and get acquainted with topics in engineering [6]. Robotics can help teachers present the concept of system engineering and control. In addition, it can motivate young students towards STEM-oriented career paths, which has become important following the expansion of technology markets and their demand for engineering graduates. Interacting with robots can even be beneficial for children in a kindergarten [7,8] and it can play an important therapeutic role in special education [9].
Innovative learning based on robotics also brings about the need to develop new curricula for schools and universities, to cover gaps in documentation for teachers and students and to develop new products in the form of simple, low-cost mobile platforms, according to the educational level of the target group. On the other hand, introducing robotics courses in schools calls for the parallel development of methods for the assessment of new educational technologies and the dissemination of their results [10]. As robot-based technologies are becoming mainstream in schools and universities, educational robotics is gaining its own spin and status among researchers, markets and educators, with new emerging conferences [11], special issues [12] and products [13,14] and with a boost in the relevant literature [15].
Within the constructivist approach of Piaget [16] and Papert [17], constructing the robot can be considered an integral part of the learning procedure. Construction not only stimulates the creativity and enthusiasm of young learners through an open-ended, problem-solving process in the real world, but it also instills technological literacy and better understanding of the different parts that make up a robot as an engineering system. This is especially true for primary and secondary (K-12) education [18]; however, it can also find application in college or university education, where lab exercises on robotics often include a basic assembly of a simple robot, like a mobile cart driven differentially. Several of the educational bots currently available as market products allow some level of assembly of the robot from parts, while others encourage extensions of a ready product.
The main challenges when designing a new robotic platform for education are component accessibility, flexibility and cost. It is preferable to design platforms based on commodity components that can be easily accessed in the market and replaced when needed. The platform should be flexible enough to adjust to different teaching scenarios. In part, this means that an educational robot should best follow a modular architecture in terms of sensors and accessories and in terms of software, especially in order to span different curricula. Finally, a low-cost platform makes an investment in robotic technology more plausible for a large classroom, where each small group of three or four students should share a robot with its accessories and build several projects around it.
Using open-source software and open hardware in designing an educational system is important, especially for high school secondary education and for university courses. Open hardware, like Arduino Uno [19], with its free programming environment and community support [20] can increase the level of student creativity and engagement in a robotics project. Similarly, the Raspberry Pi [21], although it does not exactly represent open hardware, is supported by a large community, runs a version of the Linux Operating System and can be programmed using Python. Python is widely taught in Informatics lessons in various high school curricula, as is the case in Greece. Hardware boards like the above provide user-friendly input/output support and can be easily adopted for other technology-oriented extra-curricular activities, beside educational robotics.
The power of open software in educational robotics is best exemplified by the Robot Operating System (ROS). ROS [22] is a middleware that runs on Linux and recently on Windows 10 and has become a standard for robotics, in industry, education and research. It provides easy access to complex software components and communicates with a great variety of hardware, like sensors and actuators. It allows the robot integration with tools for simulation and visualization [23,24,25] and with libraries for robotic vision, artificial intelligence and Simultaneous Localization and Mapping (SLAM). These powerful functionalities transform the robot from a simple programmable automatic system to a true autonomous intelligent device, compliant with the technology of the Internet of Things (IoT).
A number of educational platforms have been presented as market products and have been introduced in various levels of education. From Beebot [26,27] to Thymio II [28,29] to Scribbler 3 [30] and LEGO EV3 [31,32,33], the educational market has provided teachers with ingenious tools to devise innovative lessons on almost everything. Activities range from exhibiting a practical algorithm in kindergarten to teaching concepts on motion and automation to understanding basic programming and the role of sensors and actuators in a control loop. More advanced platforms, like the epuck [33,34], the Turtlebot [35] and the Duckietown [36], introduce students to the use of single board computers, path planning and environmental mapping. They use cameras and artificial intelligence for object recognition and are suitable for research on advanced stochastic algorithms for localization and mapping. More industrial-like robotic platforms, like DaNI and VEGA, are often adopted for the needs of the postgraduate level and for research [37]. In the same category, the Pioneer mobile platforms by Adept have been very popular for autonomous navigation research but they are gradually replaced by a line of ROS based autonomous mobile platforms, like the Leo Rover [38]. Finally, pure industrial grade robot platforms, like the RobotnikTM Summit-XL [39] or the Husky and Jackal unmanned mobile bases by Clearpath RoboticsTM [40], are fully ROS based customizable platforms, suitable for research projects and industrial or agricultural applications.
The contribution of this paper is twofold: first, we present a comprehensive review of the state of the art on educational robotic platforms through K12 to college and university and second, we present EUROPA, a new educational mobile platform based on ROS, which has been developed following the main guidelines stipulated above: constructivist approach, accessibility of parts, modular flexibility and open hardware and software technology. The platform has been introduced in a secondary school class following the Greek educational system and has been positively assessed by students and tutors. A short curriculum is also proposed for the blending of robotic technology with STEM teaching, in secondary school.
The rest of the paper is structured as follows. In Section 2 we present a comprehensive state-of-the-art review on the technology of educational mobile platforms through various levels of education. In Section 3 the hardware and software architecture of the proposed EUROPA platform with its ROS software architecture is presented. In Section 4 EUROPA is studied as a paradigm of introducing a robot in class and the assessed curriculum is outlined. A configuration of EUROPA for teaching more advanced robotics is also proposed, aiming to lessons on autonomous driving, typically applying to university education. Finally, Section 5 concludes the paper.

2. State-of-the-Art Educational Platforms

In this section, several well-known mobile platforms used in education are presented, starting with bots that have been adopted to teach computational thinking and basic notions of programming in elementary school, proceeding with platforms that can be used in STEM classes which enhance engineering literacy in high school and ending with projects designed to teach autonomy or test computer vision and navigation algorithms in university and research. Of course, this presentation cannot be exhaustive, since there is a large number of products, some very successful, others very promising, several of low cost and some based on open hardware/software. However, we took care to include those platforms that appear often in the literature on educational robotic technology or are promising in our opinion to lead a trend in a specific educational level. A comparative examination of the technology and specifications of such successful platforms can indicate how the next generation of educational robotic technology is going to evolve. A reference to most of the products that are not directly presented in this section can be found in the proposed literature. Humanoids and torsos, like NAO [41], Pepper [42] or the Robotis OP3 [43] are becoming part of the educational robotics ecosystem; however, this review is limited to wheeled mobile platforms with a relatively low degree of complexity and with affordable cost in the context of school/college education.
Table 1 lists fourteen widely used educational platforms as well as our proposed EUROPA robot. The table presents the basic technologies supported by each platform and the level of education they best fit in. The current approximate cost of the platform is also given, as it is suggested by the distributor. In the last column, a reference to the literature presenting the platform capabilities or its exemplary use in class is provided. Each one of the listed systems is illustrated in Figure 1. One industrial platform, the Summit-XL, is also presented as a comparative reference.
The Beebot represents a category of toy robots appropriate for teaching introductory notions of control. It illustrates directional language and following steps in problem solving, like in a maze. It is used widely in kindergarten and elementary education with exciting results [26]. Being a toy rather than a well-defined robot vehicle, it is not well documented with regard to its mechanical and electronic specifications.
The mBot is an introductory small robot by Makeblock [44]. It is based on a light metal chassis and can be assembled from parts. It can be programmed either by a block-based graphical programming interface based on scratch or using the Arduino Integrated Development Environment (IDE). Makeblock provides STEM teaching case studies in its webpage.
Thymio II is a versatile open platform suitable for all levels of K12 education, best documented with activities for elementary school. It supports six basic “behaviors”, allowing obstacle avoidance, line following, hand following, etc [28]. It is based on a PIC24 microcontroller unit with an H-bridge for motor driver. It features a number of sensors, like accelerometer, thermometer and infrared proximity sensors for obstacle avoidance. Its basic actuators are two basic motors driven differentially, a loud-speaker and leds. The platform is expandable using accessories and is poised to evolve into a STEM teaching tool for higher grades or possibly into a ROS platform [45].
Edison is primarily a very affordable mobile platform for teaching STEM [46]. It is equipped with a similar range of sensors and actuators, like Thymio, although it is not as “moody” and easy to personalize as Thymio and it does not belong to the open hardware and software camp. It can avoid obstacles and track a line using IR sensors and can respond to sound or play music using the integrated sound/buzzer module. It can interact with other robots using light signals. It can be programmed using three different versions of a programming environment: EdBlocks for programming with icons, EdScratch, using a block based visual programming style and the text based EdPy, which is a version of the Python language.
Lego Mindstorms EV3 [32] is a kit for educational robotics, consisting of a programmable brick and a set of motors, sensors and TECHNIC elements that can be used to assemble the robot. EV3 continues the line of Mindstorms NXT, featuring a more powerful ARM9 processor and 64MB RAM. It supports Wi-Fi and Bluetooth connectivity and can be programmed using the custom programming environment Lego Mindstorms EV3 Home Edition, which is based on a block-based graphic language originating from LabVIEW, by National Instruments. This platform is widely used in competitions.
Alphabot2 is a small mobile platform by Waveshare [47] that comes in various flavors. In its cost-effective version it hosts an Arduino controller, while it can also come with a Raspberry Pi or with a BBC micro:bit microcontroller. An ultrasonic distance sensor is used in all variations for obstacle avoidance. Alphabot2 represents open hardware and can be programmed using the Arduino IDE or Python scripts, depending on the controller.
Scribbler 3 and Activitybot are robots powered by the well-known Propeller CPU made by Parallax [30]. Scribbler 3 is a robust plastic platform suitable mostly for elementary education, which can be programmed using a block-based programming language. Activitybot features a metallic chassis and a small breadboard for adding sensors and other circuitry. Besides the block-based graphical environment, Activitybot can also be programmed in C.
The e-puck 2 [33,34] is a small differential wheeled robot designed for research and education. It is powered by a STM32F4 microcontroller and features many sensors, like IR and Time of Flight distance sensor, IMU, color sensor, etc. It is also suitable to study swarm and evolutionary robotics. It supports C programming and ROS libraries.
The Robobo [48,49] is different from the above and represents an interesting experiment by the University of Coruña. It consists of a mobile base and an attached smartphone. It makes use of the CPU power of the smartphone and of sensors incorporated in it, mainly cameras, gyroscope, accelerometer and GPS. The robot can be programmed using a Scratch web-based editor or a text-based language and aims to introduce lessons on autonomy to secondary school students [50].
The Turtlebot 3 [35] is a relatively low-priced, small size differentially driven mobile platform based on ROS. It is an open source collaboration project by several partners [14] and it is assembled from high quality modular parts. It is based on 3D-printed expandable chassis and is controlled by an effective controller and Single Board Computer. The main sensor of the Turtlebot is a low-cost LIDAR that is able to perform navigation tasks and SLAM. It can also be expanded by other sensors, like RGB and RGBD camera, supported by ROS software modules. It can be used as a mobile manipulator, by attaching a manipulator module. The Turtlebot has been used successfully in graduate education and research [52].
The Duckietown [36] is an open project proposed by a MIT team, intended for teaching robot autonomy or individual aspects of autonomous driving, like vision or nonlinear control, at a graduate or postgraduate level. It consists of the Duckiebots, which are open inexpensive differentially driven mobile bots and a model environment representing a miniature town with roads, signs and inhabitants, assembled from modular tiles. The sole sensor of the Duckiebot is a monocular camera. Vision based algorithms are responsible for lane detection, sign or object recognition and localization of the robot in the Duckietown [13]. More advanced algorithms allow path planning using metric and topological maps as well as vision-based Simultaneous Localization and Mapping. The system supports ROS for data transfer between software nodes. It can be expanded for the study of multirobot behavior. The cost given in Table 1 refers to a single bot without the Duckietown.
The Leo Rover [38] is a robust open source platform designed for autonomy research in outdoor environment. It is customizable by add-ons, like a manipulator, GPS module, camera, IMU, etc. The robot is driven by four independent DC gear motors with suspension system and it is powered by Raspberry Pi and a Core 2 ROS driver board. Although it represents an open platform with a GitHub repository, it requires extensive programming by the developer for the execution of every specific task. Therefore, its scope is different than that of educational boards.
Finally, the Summit-XL platform by Robotnik [39] is a versatile strong frame, based on a four-wheel skid-steering configuration, designed for high load capacity. It can be easily switched to an omni-directional configuration using mecanum wheels. It features an IMU and can receive a camera and a laser scanner. It also features a default radio system for remote operation and is suitable for research and surveillance. It is controlled by a PC and it is programmed with open ROS architecture. Robotnik produces a line of industrial-grade robots, of which the Summit-XL is a midrange example.
Beside the platforms of Table 1, a reference should be given to a slightly different flavor of educational solutions, namely the kits by Vex Robotics [53] and Pitsco/Tetrix Robotics [54]. These kits provide robust metal parts, sensors, motors, electronics and other hardware for the assembly of a range of robots for education, hobby and competitions. They represent an advanced constructivist approach, with an average cost of a medium range kit of the order of 900 €.
The platforms presented above give a review of current educational robotic technology and trace its future evolution. Table 1 reveals a gap in low-cost educational platforms based on ROS. However, a unifying middleware like ROS is imperative for flexibility, adaptability, ease of development and community support. In addition, the above analysis shows that connectivity within a local computer network and browser-based programming tools are definite trends. Finally, the success of educational platforms depends on their low-cost and on the versatility of programming tools, from block-based to text-based programming, covering different educational levels and needs. These virtues were exploited in the design and implementation of the EUROPA platform.

3. Materials and Methods: Presentation of the EUROPA Platform

3.1. Overview of EUROPA

EUROPA (EdUcational Ros rObot PlAtform) is a two-wheel, inexpensive differential drive robot with a manipulator. It is adequately scalable and flexible to fit into different educational levels and different curricula. It allows programming with introductory or more advanced tools, depending on educational level. Its main controller is the Raspberry Pi 3 B+. An introductory presentation of the initial version of EUROPA was given in [51]. Figure 2 shows the basic EUROPA components.
EUROPA follows the open hardware paradigm and uses open source software. The robot can be built by the students themselves, under the appropriate instructions from their teachers, providing an opportunity for hands-on experience with principles of electricity, electronics and engineering. Although the robot can be used for Science, Technology, Mechanics and Mathematics (STEM) [2,3], it can also be upgraded with sensors like a LIDAR, to allow for more advanced lessons and research on robotics. EUROPA is based on ROS, which provides interoperability and extensibility. Although ROS stands for Robot Operating System, it is really a framework that sits on top of an existing operating system such as GNU/Linux. EUROPA includes a camera that can be used for image processing and object recognition. In addition, it supports a plethora of sensors that can be added to the Raspberry Pi board in order to support user-defined tasks.
EUROPA includes a simulation environment. The robot was described in Unified Robot Description Format (URDF) and is simulated in the Gazebo environment [23]. Robot simulation allows children to easily and safely experiment with algorithms and develop skills related to computer programming. Following simulation, students will be able to choose the best performing algorithms, test them on the real robot in the physical world and understand the differences between robot behavior in a simulated as opposed to a real environment. In addition, using the interface of rviz [25], the popular visualization tool for ROS, they will be able to visualize depictions of the robot movement and easily control the robotic arm. Finally, they can learn concepts like odometry and sensor visualization.

3.2. EUROPA Hardware

EUROPA is built on a double plexiglas base, which supports all the robot’s mechanical and electronic components. A rechargeable 10000 mAh battery is included, providing power to the Raspberry Pi and motors. Two differentially driven DC motors with wheels and encoder disks are responsible for EUROPA’s locomotion, allowing a speed of up to 2 m/s with 8 N cm of maximum torque. This is enough for climbing on small ramps. In addition to the wheels, the robot rests on an omnidirectional caster ball, located on the back.
On the upper side, we find the Raspberry Pi 3 B+ board, a two-motor controller shield dual H-bridge motor driver DRV8833 [55], the Raspberry Pi Camera Module Night Vision-Adjustable Focus (5MP, 1080p) [56] and the robotic arm. The arm rests on a base made of 4 spacers 5 cm long screwed directly onto the robot chassis. The two axes of the arm are 3D printed and the joints are two Mini Pan-Tilt Kits powered by micro servo motors (Servo Micro plastic gears Feetech FS90, 1.5 kg·cm). The whole construction is characterized by simplicity and ease of assembly.
The University Edition of EUROPA features a laser scanner for 360 degrees distance measurement (LIDAR LDS1.5 [57]). It can measure a cloud of data around the robot up to a distance of 3.5 m and can support experiments on Simultaneous Localization and Mapping (SLAM).
At the bottom of the chassis there are two encoders with led-photodiode pairs (Waveshare, 12225) [58] used for odometry measurements. Finally, there is a distance meter on the front of the robot that can be used for obstacle avoidance (Ultrasonic Sensor 2–400 cm SR04) [59]. All accessories are connected directly to the Raspberry board without the need for extra electronic controllers. Table 2 presents the parts list and their approximate costs.

3.3. EUROPA Software

EUROPA uses ROS infrastructure for communication and control, as shown in Figure 3. Raspberry controls the motors and is in charge of data collection from sensors and the camera. All the drivers responsible for the control of the two DC motors, the servo motors, the ultrasonic sensor and the LIDAR are installed on Raspberry Pi. The Raspberry Pi hosts several Python scripts that act as ROS nodes. For example, they collect video from the camera [60], receive input from the LIDAR [61], measure wheel movement via wheel encoders to calculate odometry and publish the data as ROS topics. A desktop computer which is running the ROS master is connected to the robot via Wi-Fi. Using the computer, the student or teacher can run either Python scripts or ROS user interfaces (UIs) [62] to control the movement of the robot and visualize data. The robotic arm can also be controlled via rviz or RQT [24,25] from the computer. Additionally, the robot can be controlled by a mobile phone, using ROS Control API without the need of a computer. Although the proposed way is to work with the robot from a remote computer, the student or instructor can also connect a screen and a keyboard directly to the Raspberry Pi and control the robot without the need of any additional device. The rviz-based user interface can also show live video from the camera and data from the ultrasonic sensor.
Additionally, the stream from the camera can be used to devise solutions to problems such as line following, while LIDAR and odometry can be used for Simultaneous Localization and Mapping (SLAM) [63] and navigation.
ROS and Gazebo provide communication, simulation and visualization tools. These modules are needed to perform tasks such as image processing and sensor calibration. Robot Operating System allows the use of modules and applications available in the ROS ecosystem. ROS provides modules for navigation, arm manipulation and SLAM. The ROS master is running on the PC, which is responsible for the communication between the various nodes running on the robot and computer. Any nodes that run in the ROS cluster can communicate with each other by exchanging information. Information circulates in the form of messages organized in topics, to which each one node either publishes or subscribes.
The different nodes that exist in EUROPA robot are described below. All nodes referred to as custom nodes have been created by the EUROPA team for use with the EUROPA robot.

3.3.1. Nodes that Run Exclusively on the Robot

  • A custom Python node for DC motor control.
  • A custom Python node for translating position information to appropriate command signals for the servo motors of the robotic arm.
  • A node for streaming video from the camera.
  • A node for the LIDAR operation which publishes data using ROS hls_lfcd_lds_driver
  • driver [61].
  • A custom Python node for publishing distance measurements collected from the distance sensor.
  • A custom Python node for publishing odometry data from the wheel encoders.

3.3.2. Nodes that Run either on the Remote Computer or on the Robot itself (If It is Connected to a Screen and a Keyboard)

  • A custom Python node for moving the robot using the keyboard.
  • A custom Python node for the movement of the robotic arm.
  • A custom node to watch the video captured by the robot camera
  • A custom Python node to identify color lines and to send velocity messages that control the movement of the robot.
  • A custom Python node for moving the robot to a specific position on the xy plane.

3.3.3. Nodes and Simulations that Run Exclusively on the Remote Computer

  • Simulation of the robot in a virtual environment via the Gazebo application.
  • Visualization of the robot movements and odometry via rviz.
  • Control of the movements of the robotic arm through Moveit [64].
  • A node responsible for SLAM using ROS’s hector_slam [65] metapackage.

4. Results and Discussion: EUROPA in the Real World

4.1. Europa in Secondary Education

Most approaches to school robotics are currently focused on writing a script of code for robot control, along with a Lego-type construction. Usually, students do not go deeper into hardware and seldom do they go properly into software design concepts. The complexity of issues like motor control, wheel encoders and other sensors is usually hidden even from the interested student. One goal of the EUROPA project is to provide the students with an open platform for mechatronics concepts, ranging from introductory to advanced. The teacher can choose to present a high-level overview of the system or to teach in depth concepts. The students can acquire hands on experience with experiments in physics, electricity and robotics. EUROPA was tested in two Greek schools, during the first semester of the school year 2019-20. A STEM curriculum with applications in sciences, engineering and programming was designed and implemented. The target group was second-grade high school students, in the Greek system, which is equivalent to tenth or eleventh grade in the K12 system (ages 16–17). The curriculum that was used is briefly described below.

4.1.1. Robot Construction

The robot was constructed by the students with instructions from the teacher, and at the same time, an introductory lesson on sensors and motors was given. Initially, there was a reference to voltage, current and operation of DC motors. Past school lessons on these topics were revisited.

4.1.2. Motors and Sensors

The next step was to provide students with a basic understanding of the role of sensors and actuators. A presentation was given on servo motors and Pulse Width Modulation (PWM) was explained. A lesson on sensors was given, and different sensors were presented. The principle of data acquisition in a digital system was introduced and the use of a library for transferring data from a sensor to a Python program was explained. Then, the principle of the distance sensor was illustrated using a simple setup with a speaker and a microphone. Students were asked to calculate distance using time of flight, revisiting first grade physics. The photo-interrupter included in EUROPA provided the opportunity to introduce aspects of the interaction of light with matter. Finally, the camera was introduced and a reference to image processing was made. The role of the camera in the recognition of the environment was discussed.

4.1.3. Robot Simulation

In the next lesson, the robot’s simulation was presented to students using rviz [37] and Gazebo environments. The students were also given the Unified Robot Description Format (URDF) file describing the robot. The XML file was analyzed focusing on specific physical properties of the robot. The students understood how a robot can be described using geometric figures and physical properties. Then, the students experimented by changing specific parameters to the existing robot description and saw how the robot was affected in the virtual environment.

4.1.4. Writing Python Scripts for EUROPA (Part 1)

The next lesson presented a Python script that receives input from the computer keyboard and translates it into robot motion commands. The students applied knowledge from lessons on circular motion and revisited notions on angular and linear velocity, applying them in real-world conditions.

4.1.5. Writing Python Scripts for EUROPA (Part 2)

The next lesson was to direct the robot to a specific position by applying the Pythagorean Theorem and other basic trigonometric equations. A Python script was created and explained before execution. At this point, it is important to note that students were watching the robot movements both in the simulation environment and in real life.

4.1.6. Data Acquisition from Wheel Encoders and Odometry Computation

During this lesson, the students first learned to use interrupts in order to get the encoder data and thus calculate angular velocity of each wheel. Additionally, students calculated odometry by applying high school grade physics kinematics and published odometry information to ROS.

4.1.7. Controlling the Robot Arm of EUROPA (Part 1)

The next lesson focused on the robotic arm of the robot. Geometry and algebra were linked to the movement of the arm. In addition, students were introduced to the concept of torque and they were familiarized with it by using different gears in Lego constructions. Continuing with this lesson, a simple movement of the arm was performed. A Python script for arm control was provided, and the students were asked to parameterize it. In addition, they used rviz with RQT to control the robotic arm. Different angles for the servomotors were given, and the students tried to determine theoretically the position of the tip of the robotic arm.

4.1.8. Controlling the Robot Arm of EUROPA (Part 2)

Next, the students were asked to calculate the angles of the servo motors of the robotic arm in order to place the tip at a specific position in 3D space. In this way, they were introduced to the importance and difficulty of the inverse kinematic problem. When they understood the difficulty of the problem, the Moveit! package [64] was presented, which provides the arm with the capability to perform complex movements using ready-made libraries and kinematic model solutions. Again, the students had the opportunity to see the simulated and real robot repeating the same movements.

4.2. Advanced Robotics Course with EUROPA

With the addition of the camera and the LIDAR, EUROPA becomes an efficient platform for teaching more advanced robotics courses. Such courses are often part of the curriculum in college or university; however, interested high school students can be benefited as well. After a series of introductory notions, students can continue the learning process, focusing on concepts related to computer vision, machine learning and robot autonomy. The following experiments were demonstrated in the same class of high school students who attended the set of lessons outlined in paragraph 4.1.

4.2.1. Tele-Operation of EUROPA Using the Camera

This project includes tele-operation of the robot using the camera and the distance meter. Students were viewing live video from the robot’s camera displayed on their computer, and through this image they tele-operated the robot from their computer keyboard. To improve the movements of the robot in the room, they also used distance measurement and a simple obstacle avoidance Python script.

4.2.2. Line Following Using the Camera

The goal of this project was to use the camera as a color sensor in order to direct EUROPA to follow a yellow line painted on the floor. At the beginning of the lesson, the principles of digital vision sensors were explained to students and a reference was made to RGB color space. A simple experiment with the camera and a simple user interface based on OpenCV demonstrates how object colors are transformed in RGB values, using the camera. Then, HSV color space was introduced and an explanation was given as to why it is best to use HSV in conditions of unstable luminosity. A simple line-following algorithm based on color detection was presented and was applied in a Python script based on OpenCV. The program measures deviations from the yellow line measured in pixels and transforms them into appropriate wheel speeds for the differential drive. The algorithm is robust and results in smooth line following, better than using the infrared sensor commonly applied to this kind of experiment.

4.2.3. Simultaneous Localization and Mapping

The last experiment introduces the advanced topic of Simultaneous Localization and Mapping (SLAM). At the beginning of the lesson, a reference was made to how the LIDAR works, and the students saw a point cloud in rviz, representing the distances from the obstacles in the room. Subsequently, reference was made to mapping and its importance in robotics. Finally, the concept of Bayesian update using sensor measurements was introduced in general terms and a connection was made to similar concepts taught in mathematics lessons on probabilities. The Hector SLAM function [65] was introduced and students saw the mapping of their classroom in rviz.

4.3. Performance Evaluation Experiments

4.3.1. Odometry Evaluation

During this test, we commanded the robot to traverse a predefined orthogonal path with dimensions 0.8 m by 2 m and return to its original position. In Figure 4, the performed path is shown in red. The robot follows the commands quite accurately, with a most notable deviation from the commanded path observed during the final stages of the route. Although the robot was commanded to end up exactly at its starting point, the difference between the end point and the starting position is 3 cm in the horizontal axis and 9 cm in the vertical one. The blue line corresponds to the odometry as perceived by the robot. Odometry was measured using optical encoders. The axes units in the figure correspond to cm.

4.3.2. Mapping

Hector-SLAM is a ROS package that is able to solve the robot localization and mapping problem for a 6DOF vehicle equipped with a laser scanning system (LIDAR) and inertial sensors [66]. The package fuses 3D robot attitude and position information obtained from an Inertial Measurement Unit with a 2D SLAM process. The SLAM process in Hector-SLAM is based on occupancy grid mapping combined with 2D pose estimation. At each step, the system aligns the new laser scan endpoints with the map learned so far. The optimization of the alignment process results in an estimate of the new position of the robot in the 2D map. In this way, the environmental map and the robot pose are produced incrementally, starting from a known pose.
In our EUROPA robot, the movement is on a plane and only the position (x, y) and orientation ψ on the plane is relevant. Therefore, only the 2D SLAM process is active and IMU information is not required. We have built a model environment, with approximate dimensions 2 m × 2 m, which can be traversed by the robot, starting from a known initial position and completing full circles around a corridor. At each step, the laser scanner acquires a cloud of points from the surrounding walls and computes the new change in translation and orientation, based on a transformation that gives the best alignment with the previous map. Knowing the new pose, the occupancy grid is updated.
In Figure 5 the environmental map created by the Hector-SLAM process is presented. Occupied cells are shown in black, while lighter color represents empty space. The red line illustrates the ground truth information of the model environment. The green line is the pose as it is computed during the SLAM process. The mapping was created after two loops around the corridor and the vehicle ended at its starting position. The Hector-SLAM package does not require odometry from optical encoders as input in the process.
The origin of the inertial frame is considered to coincide with the starting point of the robot track. The map was generated by teleoperating the robot with linear velocities less than 0.5 m/sec and angular velocities less than 0.314 rad/sec. Both the map and the pose estimation are considered to be satisfactory for the educational purpose served by our experiment.

4.3.3. Line Following Performance

In order to assess the performance of the line following problem, we have created a yellow curved path of a total of 4.2 m, as in Figure 6.
The actual robot path is shown by the red line. In Figure 7, the displacement of the robot from the center of the yellow line is shown, measured in mm. In this figure, the horizontal axis is the distance covered by the robot. At the starting point the robot was not in the center of the yellow line and had a 10-degree clockwise rotation. The line-following algorithm extracted color features from the image frame captured by the camera, using the OpenCV library. A simple P-controller was selected in order to direct the robot across its path. The P-controller was selected for educational reasons. The oscillations observed in Figure 7 are mainly due to the simplicity of the controller.

4.4. Assessment of EUROPA in the Classroom

The target group for the assessment was two second-grade high school classes or 22 and 23 students in Greece of ages 16 to 17. The lessons were performed as a part of a series of technology projects that have been added into the Greek curriculum during the past few years and correspond to a weekly workload of 2 h. The main goal of EUROPA in these technology projects was to provide students with real world science examples and a better understanding of notions that they have already been taught in lessons such as physics, mathematics and computer science. The students were acquainted with more advanced technological subjects and were motivated for independent learning and discovery. The acceptance of the platform was enthusiastic. All students were able to follow, understand and work on the EUROPA robots without any serious problems and some of them were even willing to drill down to the robot’s architecture.
Regarding physics and mathematics, EUROPA’s impact was evident since among others, students had a chance to relate theoretical kinematics and dynamics with practical robot movement. They saw that the distribution of mass in an object can affect its movement. They applied theoretical knowledge on rotational movement to wheel rotation and connected it to odometry calculations. They also had a chance to apply trigonometry and vector analysis to real world problems. EUROPA also proved to be a great medium for the introduction of students to new concepts such as sensors, actuators, control, and physical computing. In programming lessons, the students applied programming skills in solving real problems, which gave them a totally new incentive for writing code and understanding programming structures. They faced the notion that hardware abstraction and standards are particularly important in order to make sensory information usable and that working in simulation is quite different than working in the real world.
At the end of the semester, the students had clearly a better understanding of real-world problems solved by science, and their interest in technology was higher than with a similar course designed with a LEGO-like platform. The openness of the platform and the advanced scenarios that were shown to the children proved to be quite important to motivate them.

5. Conclusions

This paper reviews existing educational robot platforms for various levels of education, from kindergarten to university. Our research reveals that there is a gap in the low-cost range of ROS-based educational robotics. However, ROS-based robotics is versatile and has great potential for integration with free simulation and visualization software, as well as with advanced sensors. A ROS-based, low-cost platform can support advanced projects, like machine vision, machine intelligence, localization and mapping. This gave us the incentive to build EUROPA which is a cheap and versatile open platform based on ROS. It can cover a range of applications, from basic educational robotics to advanced applications, such as vision and mapping. Its main controller is the Raspberry Pi, which is supported by a great community and can readily use a plethora of applications. The platform is currently being assessed in two secondary schools in Central Macedonia, Greece, under a pilot robotics curriculum. Future work includes redesigning both the platform and the curriculum, after receiving feedback from pilot schools. We also aim to build an online community, supporting students and teachers with educational material and extensive documentation.

Author Contributions

Conceptualization, S.V., G.K. and J.K.; methodology, S.V. and G.K.; software, G.K.; validation, G.K., S.V. and J.K.; investigation, G.K. and J.K.; resources, J.K.; writing—original draft preparation, G.K.; writing—review and editing, S.V. and J.K.; supervision, S.V.; project administration, J.K.; All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Papert, S. Mindstorms: Children, Computers, and Powerful Ideas; Basic Books: New York, NY, USA, 1980. [Google Scholar]
  2. Benitti, F.B.V. Exploring the educational potential of robotics in schools: A systematic review. Comput. Educ. 2012, 58, 978–988. [Google Scholar] [CrossRef]
  3. Benitti, F.B.V.; Spolaôr, N. How have robots supported STEM teaching? In Robotics in STEM Education; Khine, M.S., Ed.; Springer: Cham, Switzerland, 2017; pp. 103–129. [Google Scholar]
  4. Jeon, M.; Fakhrhosseini, M.; Barnes, J.; Duford, Z.; Zhang, R.; Ryan, J.; Vasey, E. Making live theatre with multiple robots as actors. In Proceedings of the 11th ACM/IEEE International Conference on Human-Robot Interaction (HRI 2016), Christchurch, New Zealand, 7–10 March 2016; pp. 445–446. [Google Scholar]
  5. Jeon, M.; Barnes, J.; Fakhrhosseini, M.; Vasey, E.; Duford, Z.; Zheng, Z.; Dare, E. Robot opera: A modularized afterschool program for STEAM education at local elementary school. In Proceedings of the 14th International Conference on Ubiquitous Robots and Ambient Intelligence (URAI 2017), Jehu, Korea, 28 June–1 July 2017; pp. 935–936. [Google Scholar]
  6. Zhang, Z.; Zhang, A.; Zhang, M.; Esche, S. Project-based Courses for B.Tech. Program of Robotics in Mechanical Engineering Technology. ASEE Comput. Educ. (CoED) J. 2020, 11, 1–10. [Google Scholar]
  7. Sullivan, A.; Bers, M.U. Robotics in the early childhood classroom: Learning outcomes from an 8-week robotics curriculum in pre-kindergarten through second grade. Int. J. Technol. Des. Educ. 2015, 26, 3–20. [Google Scholar] [CrossRef]
  8. Elkin, M.; Sullivan, A.; Bers, M.U. Programming with the KIBO robotics kit in preschool classrooms. Comput. Sch. 2016, 33, 169–186. [Google Scholar] [CrossRef]
  9. Huskens, B.; Palmen, A.; Van der Werff, M.; Lourens, T.; Barakova, E.I. Improving collaborative play between children with autism spectrum disorders and their siblings: The effectiveness of a robot-mediated intervention based on Lego® therapy. J. Autism Dev. Disord. 2015, 45, 3746–3755. [Google Scholar] [CrossRef] [PubMed]
  10. Lytridis, C.; Bazinas, C.; Papakostas, G.A.; Kaburlasos, V. On Measuring Engagement Level During Child-Robot Interaction in Education. In Advances in Intelligent Systems and Computing, Proceedings of the Robotics in Education (RiE 2019), Vienna, Austria, 10–12 April 2019; Springer: Cham, Switzerland, 2019; Volume 1023. [Google Scholar]
  11. Merdan, M.; Lepuschitz, W.; Koppensteiner, G.; Balogh, R.; Obdržálek, D. (Eds.) Advances in Intelligent Systems and Computing, Proceedings of Robotics in Education (RiE 2019), Vienna, Austria, 10–12 April 2019; Springer: Cham, Switzerland, 2020; Volume 1023. [Google Scholar]
  12. Alimisis, D.; Moro, M. (Eds.) Special Issue on Educational Robotics, Robotics and Autonomous Systems; Elsevier: New York, NY, USA, 2016; Volume 77, pp. 1–76. [Google Scholar]
  13. Paull, L.; Tani, J.; Ahn, H.; Alonso-Mora, J.; Carlone, L.; Cap, M.; Chen, Y.F.; Choi, C.; Dusek, J.; Fang, Y.; et al. Duckietown: An Open, Inexpensive and Flexible Platform for Autonomy Education and Research. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA 2017), Singapore, 29 May–3 June 2017; pp. 1497–1504. [Google Scholar]
  14. ROS Wiki, Turtlebot 3. Available online: https://wiki.ros.org/Robots/TurtleBot (accessed on 6 December 2019).
  15. Pedersen, B.K.M.K.; Larsen, J.C.; Nielsen, J. The Effect of Commercially Available Educational Robotics: A Systematic Review. In Advances in Intelligent Systems and Computing, Proceedings of Robotics in Education (RiE 2019), Vienna, Austria, 10–12 April 2019; Merdan, M., Lepuschitz, W., Koppensteiner, G., Balogh, R., Obdržálek, D., Eds.; Springer: Cham, Switzerland, 2020; Volume 1023, pp. 14–27. [Google Scholar]
  16. Piaget, J.; Inhelder, B. The Child’s Construction of Quantities; Routledge and Kegan Paul: London, UK, 1974. [Google Scholar]
  17. Papert, S. The Children’s Machine—Rethinking School in the Age of the Computer; Basic Books: New York, NY, USA, 1993; ISBN 13: 978-0465010639. [Google Scholar]
  18. Karim, M.E.; Lemaignan, S.; Mondada, F. A review: Can robots reshape K-12 STEM education? In Proceedings of the IEEE International Workshop on Advanced Robotics and its Social Impacts, Lyon, France, 1–3 July 2015; pp. 1–8. [Google Scholar]
  19. Kushner, D. The Making of Arduino. Available online: http://spectrum.ieee.org/geek-life/hands-on/the-making-of-arduino (accessed on 6 December 2019).
  20. Arduino Web Site. Available online: https://www.arduino.cc/ (accessed on 6 December 2019).
  21. Raspberry Foundation Web Page. Available online: https://www.raspberrypi.org/ (accessed on 6 December 2019).
  22. Quigley, M.; Conley, K.; Gerkey, B.; Faust, J.; Foote, T.B.; Leibs, J.; Wheeler, R.; Ng, A.Y. ROS: An open-source robot operating system. In ICRA Open-Source Software Workshop; ICRA: Kobe, Japan, 2009. [Google Scholar]
  23. Gazebo Simulator Web Page. Available online: http://gazebosim.org/ (accessed on 6 December 2019).
  24. Rqt rviz, Package Summary. Available online: http://wiki.ros.org/rqt_rviz (accessed on 6 December 2019).
  25. Rviz—3D Visualization Tool for ROS. Available online: http://wiki.ros.org/rviz (accessed on 6 December 2019).
  26. Roussou, E.; Rangoussi, M. On the Use of Robotics for the Development of Computational Thinking in Kindergarten: Educational Intervention and Evaluation. In Robotics in Education, RiE 2019. Advances in Intelligent Systems and Computing; Merdan, M., Lepuschitz, W., Koppensteiner, G., Balogh, R., Obdržálek, D., Eds.; Springer: Cham, Switzerland, 2020; Volume 1023, pp. 31–44. [Google Scholar]
  27. Highfield, K. Robotic toys as a catalyst for mathematical problem solving. Aust. Primary Math. Classroom 2010, 15, 22–27. [Google Scholar]
  28. Thymio II Web. Available online: https://www.thymio.org/home-en:home (accessed on 6 December 2019).
  29. Mondada, F.; Bonani, M.; Riedo, F.; Briod, M.; Pereyre, L.; Retornaz, P.; Magnenat, S. The Thymio open-source hardware robot. IEEE Robot. Autom. Mag. 2017, 1070, 77–85. [Google Scholar] [CrossRef] [Green Version]
  30. Parallax Web Page. Available online: https://www.parallax.com (accessed on 6 December 2019).
  31. Souza, I.; Andrade, W.; Sampaio, L.; Araújo, A.L.; Araujo, S. A Systematic Review on the use of LEGO® Robotics in Education. 2018. Available online: https://www.researchgate.net/publication/328410916 (accessed on 6 December 2019).
  32. Lego Web Page. Available online: https://www.lego.com (accessed on 6 December 2019).
  33. Casini, M.; Garulli, A.; Giannitrapani, A.; Vicino, A. A Remote Lab for Experiments with a Team of Mobile Robots. Sensors 2014, 14, 16486–16507. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  34. Mondada, F.; Bonani, M.; Raemy, X.; Pugh, J.; Cianci, C.; Klaptocz, A.; Magnenat, S.; Zufferey, J.-C.; Floreano, D.; Martinoli, A. The e-puck, a Robot Designed for Education in Engineering. In Proceedings of the 9th Conference on Autonomous Robot Systems and Competitions, Castelo Branco, Portugal, 7 May 2009; Volume 1, pp. 59–65. [Google Scholar]
  35. Turtle-bot Web Page. Available online: http://www.robotis.us/turtlebot/ (accessed on 6 December 2019).
  36. Duckietown Web Page. Available online: https://www.duckietown.org/ (accessed on 6 December 2019).
  37. Navaro, P.J.; Fernandez, C.; Sanchez, P. Industrial-like Vehicle Platforms for Postgraduate Laboratory Courses on Robotics. IEEE Trans. Educ. 2013, 56, 34–41. [Google Scholar] [CrossRef] [Green Version]
  38. Leo Web Page. Available online: https://www.leorover.tech/ (accessed on 6 December 2019).
  39. Robotnik Web Page. Available online: https://www.robotnik.eu/mobile-robots/summit-xl-hl/ (accessed on 6 December 2019).
  40. Clearpath Web Page. Available online: https://clearpathrobotics.com/robots/ (accessed on 6 December 2019).
  41. SoftBank Web Page. Available online: https://www.softbankrobotics.com/emea/index.php/en/nao (accessed on 6 December 2019).
  42. Humanizing Technologies Web Page. Available online: https://www.humanizing.com/our-robots/ (accessed on 6 December 2019).
  43. Robotis OP3 Web Page. Available online: http://www.robotis.us/robotis-OP2-OP3/ (accessed on 6 December 2019).
  44. Makeblock Mbot Web Page. Available online: https://www.makeblock.com/steam-kits/mbot (accessed on 6 December 2019).
  45. Magnenat, S.; Mondada, F. ASEBA Meets D-Bus: From the Depths of a Low-Level Event-Based Architecture into the Middleware Realm. In Proceedings of the IEEE TC-Soft Workshop on Event-based Systems in Robotics (EBS-RO), St. Louis, MO, USA, 15 October 2009. [Google Scholar]
  46. Edison Web. Available online: https://meetedison.com/ (accessed on 6 December 2019).
  47. Waveshare Web. Available online: https://www.waveshare.com/wiki/AlphaBot2 (accessed on 6 December 2019).
  48. Bellas, F.; Mallo, A.; Naya, M.; Souto, D.; Deibe, A.; Prieto, A.; Duro, R.J. STEAM Approach to Autonomous Robotics Curriculum for High School Using the Robobo Robot. In Robotics in Education, RiE 2019. Advances in Intelligent Systems and Computing; Merdan, M., Lepuschitz, W., Koppensteiner, G., et al., Eds.; Springer: Cham, Switzerland, 2020; Volume 1023, pp. 77–89. [Google Scholar]
  49. Naya, M.; Varela, G.; Llamas, L.; Bautista, M.; Becerra, J.C.; Bellas, F.; Prieto, A.; Deibe, A.; Duro, R. A Versatile Robotic Platform for Educational Interaction. In Proceedings of the 9th International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications, Bucharest, Romania, 21–13 September 2017. [Google Scholar]
  50. Robobo Web Page. Available online: https://theroboboproject.com/en/ (accessed on 6 December 2019).
  51. Karalekas, G.; Vologiannidis, S.; Kalomiros, J. EUROPA—A ROS-based Open Platform for Educational Robotics. In Proceedings of the 10th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications, Metz, France, 18–21 September 2019. [Google Scholar]
  52. Amsters, R.; Slaets, P. Turtlebot 3 as a Robotics Education Platform. In Robotics in Education, RiE 2019. Advances in Intelligent Systems and Computing; Merdan, M., Lepuschitz, W., Koppensteiner, G., Balogh, R., Obdržálek, D., Eds.; Springer: Cham, Switzerland, 2020; Volume 1023, pp. 170–181. [Google Scholar]
  53. Vex Robotics Web Page. Available online: https://www.vexrobotics.com/ (accessed on 6 December 2019).
  54. Pitsco/Tetrix Robotics Web Page. Available online: https://www.pitsco.com/Shop/TETRIX-Robotics (accessed on 6 December 2019).
  55. Motor Driver Web Page and Datasheet. Available online: http://www.ti.com/lit/ds/symlink/drv8833.pdf (accessed on 6 December 2019).
  56. Raspberry Pi Camera User Manual. Available online: https://www.waveshare.com/w/upload/6/61/RPi-Camera-User-Manual.pdf (accessed on 6 December 2019).
  57. LDS-01 Web Page. Available online: http://www.robotis.us/360-laser-distance-sensor-lds-01-lidar/ (accessed on 6 December 2019).
  58. Photo-Interrupter Sensor Wiki. Available online: https://www.waveshare.com/wiki/Photo_Interrupter_Sensor (accessed on 6 December 2019).
  59. Ultrasonic Ranging Module HC-SR04. Available online: https://cdn.sparkfun.com/datasheets/Sensors/Proximity/HCSR04.pdf (accessed on 6 December 2019).
  60. ROS Node for Camera Module of Raspberry Pi. Available online: https://github.com/UbiquityRobotics/raspicam_node (accessed on 6 December 2019).
  61. ROS Wiki Web Page, LDS Driver. Available online: http://wiki.ros.org/hls_lfcd_lds_driver (accessed on 6 December 2019).
  62. ROS Wiki Web Page, Keyboard Teleoperation Package Summary. Available online: http://wiki.ros.org/teleop_twist_keyboard (accessed on 6 December 2019).
  63. Fernandez-Madrigal, J.-A.; Claraco, J.L. Simultaneous Localization and Mapping for Mobile Robots: Introduction and Methods; IGI Global: Hershey, PA, USA, 2013; ISBN 13: 978-1466621046. [Google Scholar]
  64. Sucan, I.A.; Chitta, S.M. Available online: http://moveit.ros.org (accessed on 6 December 2019).
  65. ROS Wiki, Hector Slam Documentation. Available online: http://wiki.ros.org/hector_slam (accessed on 6 December 2019).
  66. Kohlbrecher, S.; Meyer, J.; von Stryk, O.; Klingauf, U. A Flexible and Scalable SLAM System with Full 3D Motion Estimation. In Proceedings of the IEEE International Symposium on Safety, Security and Rescue Robotics (SSRR), Kyoto, Japan, 1–5 November 2011. [Google Scholar]
Figure 1. Images of the mobile robot platforms listed in Table 1.
Figure 1. Images of the mobile robot platforms listed in Table 1.
Sensors 20 02469 g001
Figure 2. EUROPA and its components; (a) Bottom view; (b) Side view.
Figure 2. EUROPA and its components; (a) Bottom view; (b) Side view.
Sensors 20 02469 g002
Figure 3. EUROPA control structure.
Figure 3. EUROPA control structure.
Sensors 20 02469 g003
Figure 4. Evaluation of odometry measurements using the optical encoders.
Figure 4. Evaluation of odometry measurements using the optical encoders.
Sensors 20 02469 g004
Figure 5. Evaluation of the robot’s ability to create maps.
Figure 5. Evaluation of the robot’s ability to create maps.
Sensors 20 02469 g005
Figure 6. Line-following setup—The yellow line is the target path, the red line is the true path.
Figure 6. Line-following setup—The yellow line is the target path, the red line is the true path.
Sensors 20 02469 g006
Figure 7. Line-following—displacement of the robot related to the line.
Figure 7. Line-following—displacement of the robot related to the line.
Sensors 20 02469 g007
Table 1. Most widespread mobile educational platforms: target group, cost and technology.
Table 1. Most widespread mobile educational platforms: target group, cost and technology.
Bot NameLevel of EducationAppro-ximate Cost (€)Open Source HW/SWSensorsActuators/
Kinematic Model
ROS Controller/CPUProgramming ToolsData CommunicationRef
Bee-bot /ColbyKindergarten/Elementary65NO/NOBs?/DDNO?ButtonsNO[26,27]
mBotElementary/
secondary
120NO/YESB, UDS, LF, LS, IRDC gear motor plastic, RGB LEDs, buzzer/DDNOATmega328/ motor driverBlock-based/ Arduino IDEBT[44]
Thymio IIElementary/
secondary
170YES/YESBs, IR, LF, Th, Acc, MicDC gear motor plastic, LEDs, Loud speaker/ DDNOPIC24FJ128GB/
motor driver
Block/Visual /text based (Aseba)2.4 GHz, protocol 802.15.4[28,29]
EdisonElementary/
secondary
60NO/NOBs, IR, LS, LF, Mic, OE DC gear motor, LEDs, buzzer/DDNOFreescale 8-bit
MC9S08PA16
Block-based/
Scratch/EdPy
IR[46]
Scribbler 3Elementary/ secondary200NO/NOLS, LF, IR, OEDC gear motor, LEDs/DDNOPropeller P8X32ABlock-based programming USB[30]
LEGO EV3secondary500NO/NOTS, CS, GS, UDSCompact Gear motors/DDNOARM9EV3 icon-based softwareBT,
Wi-Fi
[32]
AlphaBot2secondary90–125YES/YESUDS, IR, LF, Camera* N20 micro gear motor, RGB LEDs/DDNOArduino or Raspberry Pi zero or BBC micro:bitArduino IDE or PythonBT, IR[47]
ActivityBotsecondary200NO/NOUDS, LS, TS, IR, OEHigh speed 360o servos/DDNOPropeller P8X32ABlock-based graphical/CUSB[30]
Epuck 2Secondary/ higher1200YES/YESIR, acc, gyro, mic, camera, ToFStepper motors, LEDs, Loud-seaker/DDYESSTM32F4 ARM Cortex M4Free C compilerBT[33,34]
RoboboSecondary/ higher450NO/YESCamera, acc, gyro, GPS, magn, IR, LSDC gear motor, LEDs/DDYESSmartphone + PIC32 (low-level control)Scratch/
Python/ ROS
Wi-Fi[48,49,50]
EUROPA IISecondary/ higher120 or 300**YES/YESUDS, IR, OE, Camera, LIDAR**DC gear motor, robotic arm, LEDs/DDYESRaspberry PiPython/ROS/
OpenCV
Wi-Fi[51]
Turtlebot 3 (burger)higher800YES/YESCamera, LIDAR, acc, gyro, magnDYNAMIXEL AX gear motor + driver/DDYESRaspberry Pi + OpenCRBlock-based/
ROS/Python
Wi-Fi[35,52]
Duckiebothigher150YES/YESFish-eye camera for Raspberry PiDC gear motor/DDYESRaspberry Pi 2ROS programming in C/PythonWi-Fi[13,36]
Leo RoverResearch/ industry2500YES/YESFish-eye camera, wheel encoders4x DC gear motorYESRaspberry Pi + Core2 ROS (low level)ROS ProgrammingWi-Fi[38]
Summit-XLIndustry15000YES/YES3D camera, Laser scanner + optional sensors4x DC gear motor/skid steeringYESIntel processor/PCROS ProgrammingWi-Fi[39]
?: Not documented, DD: Differential Drive, B (s): Button (s), UDS: Ultrasonic Distance Sensor, LF: Line Following sensor, LS: Light Sensor, IR: Infrared Proximity Sensor, TS: Touch sensor, CS: Color sensor, Acc: accelerometer, Mic: Microphone, OE: Optical Encoder, ToF: Time of Flight distance sensor, magn: magnetometer, BT: Bluetooth *: in RPi version, **: University Edition.
Table 2. List of EUROPA parts and approximate cost.
Table 2. List of EUROPA parts and approximate cost.
PartNumberCost in Euros
Raspberry 3 B+ board141.90
Motor controller shield DRV883315.20
Raspberry Pi camera121.20
Servo motors Feetech FS9033 × 2.5 = 7.50
Led photodiode encoders22 × 3.90 = 7.80
Ultrasonic sensor12.50
DC motors with encoder disks22 × 1.8 = 3.60
Plexiglas double base11.80
Caster ball11.60
Rechargeable battery19.90
Wheels22 × 1.5 = 3.00
Cables 4.00
Lidar1180.9
mini pan tilt kits22 × 2.9
robotic arm axles (3d printed)20.5
Spacers, bolts, nuts 2.0
Total Cost 299.2

Share and Cite

MDPI and ACS Style

Karalekas, G.; Vologiannidis, S.; Kalomiros, J. EUROPA: A Case Study for Teaching Sensors, Data Acquisition and Robotics via a ROS-Based Educational Robot. Sensors 2020, 20, 2469. https://doi.org/10.3390/s20092469

AMA Style

Karalekas G, Vologiannidis S, Kalomiros J. EUROPA: A Case Study for Teaching Sensors, Data Acquisition and Robotics via a ROS-Based Educational Robot. Sensors. 2020; 20(9):2469. https://doi.org/10.3390/s20092469

Chicago/Turabian Style

Karalekas, Georgios, Stavros Vologiannidis, and John Kalomiros. 2020. "EUROPA: A Case Study for Teaching Sensors, Data Acquisition and Robotics via a ROS-Based Educational Robot" Sensors 20, no. 9: 2469. https://doi.org/10.3390/s20092469

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop