Next Article in Journal
A Dynamic Light-Weight Symmetric Encryption Algorithm for Secure Data Transmission via BLE Beacons
Previous Article in Journal
Impact of Image Compression on the Performance of Steel Surface Defect Classification with a CNN
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Development of a Design Methodology for Cloud Distributed Control Systems of Mobile Robots

1
Laboratory of Robotics and Mechatronics, Kuban State University, 350040 Krasnodar, Russia
2
Institute of Mechanics, Robotics, Engineering of Transport and Technical Systems, Kuban State Technological University, 350072 Krasnodar, Russia
3
Institute of Design and Technology Informatics, Russian Academy of Sciences, 127055 Moscow, Russia
4
Department of Digital Data Processing Technologies, MIREA—Russian Technological University, 119454 Moscow, Russia
*
Author to whom correspondence should be addressed.
J. Sens. Actuator Netw. 2022, 11(1), 1; https://0-doi-org.brum.beds.ac.uk/10.3390/jsan11010001
Submission received: 2 November 2021 / Revised: 15 December 2021 / Accepted: 21 December 2021 / Published: 26 December 2021

Abstract

:
This article addresses the problem of cloud distributed control systems development for mobile robots. The authors emphasize the lack of a design methodology to guide the process of the development in accordance with specific technical and economic requirements for the robot. On the analysis of various robots architectures, the set of the nine most significant parameters are identified to direct the development stage by stage. Based on those parameters, the design methodology is proposed to build a scalable three-level cloud distributed control system for a robot. The application of the methodology is demonstrated on the example of AnyWalker open source robotics platform. The developed methodology is also applied to two other walking robots illustrated in the article.

1. Introduction

The control infrastructure of modern mobile robots represents a distributed multiprocessor computing complex that includes computing modules on individual devices, external computing resources and means of exchanging data and commands over wireless networks [1]. For mass-produced mobile robots, both industrial and for use in the educational system and experimental laboratories, a cloud computing board is often created [2], including software and hardware for controlling mechanisms, as well as receiving and processing data from sensors; the solution of operational tasks is left on local nodes [3]. For the same type of robots, the use of a single cloud computing infrastructure improves the technical and economic characteristics, since cloud technologies reduce the requirements for expensive computing resources of each individual mobile robot [4]. For robotic systems that process large amounts of data and synthesize control actions for large dimensions of degrees of freedom, the task of forming an external computing infrastructure is one of the most important. Distributed control architectures are relevant when developing information and control systems for mobile robotic platforms that move in a heterogeneous environment with the need to recognize dynamic obstacles and interact with different objects or people. The implementation of these functions requires significant computational resources, which are not available due to restrictions on power consumption and the dimensions of the mobile robot. The use of cloud services with the use of wireless computer networks allows us to solve the tasks set, provided that the limit on the maximum feedback delay in the robot control loop is met [5,6].
The development of the element base, architectures of distributed computing complexes, the spread and improvement of the quality of wireless data transmission networks determines the directions for improving the methods of theoretical analysis and experimental research of the functioning of computing complexes to improve the technical, economic and operational characteristics of mobile robots.
Currently, open-source robotics (OSR) platforms have been created for the development of mobile robot control systems, which provide the unified drawings, diagrams, software and infrastructure for implementing the final ideas of third-party developers. Open platforms include RepRap [7,8], FarmBot [9], Yale Open Hand Project [10], e-puck mobile robot [11], Ardumower [12], Hexy [13], OpenROV [14], Pulurobotics [15], Thymio [16], Vorpal the Hexapod [17], Open-source Micro-robotic Project [18], Oscar [19], AnyWalker [20,21], drones such as ArduPilot [22,23], OpenPilot [24], LibrePilot [25], Paparazzi Project [26], Slugs [27], PX4 autopilot [28], humanoid robots such as iCub [29], DARwln-OP [30], InMoov [31], Poppy-project [32], DoraBot [33], NimbRo-OP [34], r-One [35], personal assistants such as Autobed [36], etc.
However, the peculiarities of the structures, the tasks to be solved [37] and the criteria for the quality of functioning require the development of specialized methods aimed at improving the technical and economic characteristics of computing complexes.
Thus, the aim of this research is the development of a design methodology for constructing a three-level architecture of a walking robot computing complex with reactive, executive and application levels. The reactive level is implemented on the basis of a micro controller that provides control of actuators, processing data from sensors, and monitoring energy consumption. The executive level is implemented on a microprocessor with a full-fledged operating system, provides the basic functionality of the system (orientation in space, video processing, state automaton) taking into account the limitations on computing power and provides the access to the API. The application level is a distributed cloud software that solves computationally expensive tasks: physical modeling of motion, elements of artificial intelligence, and collective behavior.
The difference between the architecture and its analogues consists in taking into account the characteristics of computing resources and network infrastructure based on the specified technical and economic requirements and operating conditions.
The methodology is built upon on the set of parameters derived from the analysis of technical and economic requirements and operating conditions, which determines the characteristics of the information and network infrastructure of a cloud computing complex. Nine major parameters are formulated that have a significant impact on the distribution of resources between cloud services and local robot resources, as well as the characteristics of data transmission networks and acceptable delays in data exchange.

2. Background

The design of the on-board computer network includes the choice of the data exchange interface and the network topology. At the moment, the following types of interfaces for data exchange between various parts and electronic units of control computing complexes are most common:
  • CAN [38];
  • RS-232 [39];
  • RS-422 [40];
  • RS-485 [40];
  • Ethernet [41];
  • ARINC429 [42].
Let us summarize in a table the technical characteristics of the data exchange interfaces mentioned above (Table 1).
As a result of our analysis of the advantages and disadvantages of interfaces for organizing communication between the components of the control computing complex, it is advisable to apply the following solutions:
  • Use the CAN interface for low-speed (up to 1 Mbit/s) communication between parts and blocks of the complex;
  • At the stage of technical design, determine the technical need for physical separation of different subsystems according to their functional characteristics with the organization of a common CAN bus within each subsystem;
  • Use the Ethernet interface of 100BASE-TX and 1000BASE-T standards for high-speed (up to 1 Gbit/s) communication between parts and blocks of the complex;
  • To communicate with components having RS-232, RS-422 and RS-485 interfaces, use the appropriate interfaces.
One can organize the architectures of mobile robots into categories: laboratory stands, electric vehicles, humanoid robots, flight controllers, manipulators, etc.
Let us review the particular examples of each kind.
Among laboratory stands, we should notice Cubli [43], which is a one-dimensional prototype of a cube that can balance at an angle. The control system of the cube includes two controlling units interlinked with the CAN interface. The first unit performs as the main controller and the second one controls the motor. The main unit is linked with the IMU sensors, the brake servo motor and the encoder. The SPI interface is used to connect the main unit with the sensors of IMU. STM3210E debug board for the Cortex M3-core STM32F103E micro controller is used to implement the main controller. The reasons for choosing that board include the rapid prototyping ability and the manifold support of the community. The operating system is FreeRTOS, a real-time operating system, which combines prioritization of multitasking with the relatively small kernel size of only 4 KB.
We should also mention the triple inverted pendulum on a cart described in [44]. The main controller is organized upon the dSPACE DS1103 [45] module for measurements and control. All the initial search and experiments were conducted in the MATLAB/Simulink. Some of the values were pre-calculated and the lookup tables were built on the basis of their interpolation. With the dSPACE DS1103 all the needed I/O configuration could be done in the MATLAB/Simulink environment and then run automatically in compiled form on the device. Thus, the speed of prototyping increased dramatically while the number of experiments was reduced.
Next, we should look at the electronic control units (ECU) of electric vehicles. The ECUs are used to group the electronic systems of the vehicle in the unified hardware and software architecture. Thus, the ECU can be responsible for control of more than one electronic subsystems of the vehicle, nevertheless multiple ECUs can be applied if appropriate. The second leads to the problem of reducing the number of wires with which ECUs are connected. The CAN Network can be pointed out as the most frequent solution of that problem [46,47,48,49]. The CAN is able to transfer data efficiently even when the electromagnetic interference is present. The transfer rate can be close to 1 Mbit/s, which is quite enough for a variety of tasks. In [46], the example of CAN Network providing the communication with all the devices, except for GPS, is described. To meet the requirements of specific devices, such as special network settings, filtering or isolation, the multiple subnets were organized with the network gateways (ADFWeb or dSPACE MicroAutoBox) to link them all. For the implementation of the main controller over all ECUs in the vehicle, the dSPACE MicroAutobox II was chosen. The PC of the car built upon Intel P8700 with 1 GB of RAM and 500 GB of hard disk space is Ethernet-connected with the dSPACE MicroAutoBox II. The dSPACE ControlDesk is used to make logs and perform experiments. To provide the fast prototyping the dSpace ControlDesk is binded with Simulink.
CAN bus is also very common in bipedal walking robots. For example, in HRP3 [50], iCub [51], and DRC-HYBO + [52]. EtherCAT [53,54] is also quite frequent. It solves the problem of the CAN bus, i.e., the impossibility of high-frequency access to low-level controllers (1 kHz) [54]. As it was noted in [55], PCI as well as PCI104 and PCIe are frequently used to link the network cards, motherboards and analog-to-digital converters. To interlink the motors and encoders, the CAN or EtherCAT are used, whose strength is reliability. The low limited bandwidth of the CAN bus should be noted (1 Mbit/s) and the disability of connecting lots of devices. To avoid this, several tires are frequently used in a humanoid kind of robots [50,51]. SERCOS III can be found in some robots [55], which has the similar principles to EtherCAT as well as similar performance. Consider the Walkman software and hardware architecture [53]. To control the movements of the robot, a COM Express computing module based on a Pentium i7 quad core processor was used. The Ethercat Master Device Manager is launched with it. It organizes the operation of the Ethercat slaves in terms of synchronization, real-time receiving and sending the data about their relative position. YARP [56] is applied as the remote access middleware for robot motors, as it combines high speed with low latency. In the initial stage of the development, there was a direct communication between the YarpServer and ROS Core. However, such a choice led to the frequent connection losses, and the interconnected YARP/ROS servers may not recover from this. To avoid that, the PC for control and the robot were separated with their own RosCore and YarpServer running.
EtherCAT is a fairly popular solution, especially for complex systems with a large number of sensors. For example, there are projects for robotic skin [57], four-legged [58,59] and six-legged [60,61,62] robots, medical rehabilitation robots and exoskeletons [63,64,65]. Here is a brief description of the architecture of another human-like robot on EtherCAT and ROS, Talos Pyr’ene, developed by PAL-Robotics [54]. The robot is equipped with two computers, each with a dual i7 CPU at 2.8 GHz, eight cores due to multi-threading. However, due to the fact that the RT-PREEMPT real-time operating system is used, only four cores are available on the control computer. Eight cores are available on the computer responsible for vision and high-level computing. All PAL-Robotics robots, including Talos Pyr’ene, are deeply integrated with the robotic operating system (ROS). The operating system is Ubuntu 14.04 LTS. Ros_control is actively used, which allows one to quickly move between simulation and tests on a real robot. The authors, however, note that although ROS control is easier to use than openRTM, it currently yields to openRTM in layout [66].
Aircraft flight controller architectures often include Vicon’s motion capture system. The frequency of the system and the number of sensors used may vary. For example, in article [67], a Vicon system with a frequency of 200 Hz was selected. Vicon connects via Ethernet to the ground station on which the ROS is installed. Then, the data is sent via a UDP bridge via MAVLink (micro air vehicle communication) protocol to Pixhawk px4 autopilot from which commands to engine drivers are sent via I2C. In addition, there are variants that use the ROS-Matlab Bridge [68].
To control KUKA industrial manipulators Kuka KR C4 is used. The control is organized via the Central Cabine Control Unit (CCU), which interfaces with all the components as the main board. The KUKA Control PC (KPC) provides the user interface. The motor controls are provided via the KUKA Servo Pack (KSP). The robot power system has its own controller and is named KUKA Power Pack (KPP). The collecting of motor position and temperature data is performed with the Resolver Digital Converter (RDC). The safe operation of the robot is done with the Safety Interface Board (SIB). Moreover, a board for Ethernet, Dual NIC and SmartPAD as well as Controller System Panel (CSP) are connected to the CCU. SmartPAD serves as the operator panel. The following five interfaces are used to conned the above listed items to the CCU:
  • KUKA Extension Bus (KEB);
  • KUKA System Bus (KSB);
  • KUKA Service Interface (KSI);
  • KUKA (KCB);
  • KUKA (KOI).
The connection between the controller and the industrial Internet networks such as DeivceNet and PROFIBUS can be made via the KEB interface. The developers also claim the support of INTERBUS, EtherCAT, Ethernet/IP, VARANBUS and PROFINET with the KEB interface. Interesting to note, that Univeral Robots E-series collaborative robots have a control box which provides the support of only three industrial networks standards: PROFINET, EthernetIP and ModbusTCP. Besides, all the standards are described with the soft real time, indeterminacy and lack of guarantees for the transmission delay [69].

3. Development of a Cloud Control Architecture and Derivation of the Methodology

The scheme of the problem of the cloud computing architecture development is depicted in Figure 1.
We demonstrate the process of the cloud computing architecture development on the example of the AnyWalker walking mobile robot (Figure 2). AnyWalker is a non-anthropomorphic walking robot with the system of compensation of external impacts with motor-wheels that can stabilize the robotic system in 3 dimensions [20].
For the robot under consideration, taking into account the application of Robot Operating System (an open platform with plenty of sensor interfaces), a functional diagram of the distribution of tasks and data exchange channels in the cloud architecture of the control computing unit is depicted in Figure 3.
Analysis of the requirements for solving problems on the choice of software, hardware and network solutions for building a cloud platform, theoretical and experimental studies on a number of implementations of walking robots made it possible to form a three-layer architecture of a cloud-based distributed multiprocessor control computing complex (Figure 4):
  • A reactive level based on a micro-controller that provides control of actuators, data processing from sensors, and control of energy consumption.
  • The executive level is implemented on a microprocessor with a full-fledged operating system, implements the basic functionality of the system (orientation in space, video processing, state automaton), taking into account the limitations on computing power and provides the access to the API.
  • The application layer represents a distributed cloud application software that solves computationally expensive tasks: physical modeling of motion, elements of artificial intelligence, and collective behavior.
Based on the analysis of the conducted studies on the choice of the characteristics of the computing complex, network protocols, and the construction of the information infra-structure, a set of parameters was formed that determines the characteristics of the information and network infrastructure of the cloud computing complex of walking robots, based on the given technical and economic requirements and operating conditions. The 9 most significant parameters were derived:
  • General technical requirements for the implementation: weight and dimensions, satisfaction of the requirements of industry standards for integration into existing processes, and the application of specialized software packages (ROS, MATLAB, etc.).
  • Assessment of the number of connected sensors: based on estimates of the number of sensors necessary to evaluate the load on the network. This assessment determines the choice of network interfaces and standards (EtherCAT, SERCOS III, etc.).
  • Specification of the number of drives and non-motorized degrees of freedom. The number of drives determines the workload of the nodes of the computing complex, i.e. the workload of servers and communication channels. For a significant number, it is necessary to divide the computing complex into modules and/or use parallel channels to separate groups of motors.
  • Assessment of the need for rapid prototyping: when rapid prototyping is required, it is necessary to use MATLAB/Simulink and systems that support them, such as DSpace DS1104, MicroAutoBox or other external computers for development and debugging.
  • Assessment of the criticality of fault tolerance requirements: if one of the main requirements for the architecture is reliability (for example, the braking system of a car or the autopilot system of a copter), you should choose, for example, the CAN Network, which has proven itself as a network with high fault tolerance.
  • Determination of computing power for the operation of the system: if large computing power is required, which for one reason or another cannot be placed in the device being developed, then they can be transferred to an external computing module. Calculations can also be divided logically between different nodes of the system.
  • Evaluation of the criticality of the noise immunity of the device: the popular solution in the case of the criticality of noise immunity is CAN. However, industrial Internet standards (EtherCAT, SERCOS III and others) also have good noise immunity.
  • Evaluation of the limitation on the distance between interacting modules: for example, CAN, with all its advantages in reliability, at distances over 30 m significantly loses in transmission speed.
  • Assessment of real-time requirements: depending on the system, a network may be required that guarantees a hard real-time. An estimate of the permissible delay in the robot control loop can be carried out.
Based on the identified set of parameters and the constructed architecture, a methodology for constructing a three-level architecture of a computational control complex of walking robots is formed:
  • Evaluation of parameters based on the analysis of technical and economic requirements and operating conditions that determine the characteristics of the information and network infrastructure of the general computing complex.
  • Distribution of functional tasks for each of the three levels of the computing complex: reactive, executive and application levels.
  • The choice of data exchange technologies, microprocessors, based on the obtained estimates of parameters and tasks to be solved.
  • Formation of the information and network infrastructure of the complex.
  • Application development, configuration of cloud services.
  • Implementation.

4. Implementation

In accordance with the developed methodology, a control computing complex was developed for AnyWalker (Figure 5).
According to the methodology (Step 1), evaluation of parameters based on the analysis of technical and economic requirements and operating conditions has been done:
The first parameter, general technical requirements, for AnyWalker assumed a multi-purpose application in heterogeneous operating conditions and interaction with IoT devices. It was necessary to provide the possibility of connecting a large number of sensors from different manufacturers. Therefore, the choice was stopped on ROS, as a platform in the open database of which there are interfaces for the overwhelming number of sensor manufacturers.
The second parameter, assessment of the number of connected sensors, lead to the choice of high bandwidth onboard computer network based on UART as the number of connected sensors would be large.
The third parameter, determination of the number of drives and non-motorized degrees of freedom, was equal to 27 motorized DoF, so it was necessary to provide synchronous operation of different drives with low latency. A search was made for variants of the distribution of the architecture of the computing complex.
The first evaluated version of the controller was STM32F4DISCOVERY Discovery kit based on a microcontroller STM32F407VG. The flash memory of the microcontroller contains the program code for interacting with EPOS2 and GL-SVG-02/2, as well as the code of the linear quadratic controller. This option is the simplest and most compact of all evaluated as the delays are minimal due to the simplicity of the system. However, when scaling the system, it will be necessary to control three flywheels at once, it will be necessary to connect a large number of sensors and increase the amount of program code for the functioning of the remaining systems of the robotic walking platform. In this case, a better choice would be to connect all devices to a controller with a Robotic Operating System, ROS. This was done in the following configuration.
Therefore, next stage of research was serial connection of two software controllers, physically located on different platforms. A Raspberry Pi 3 minicomputer with the Ubuntu 16.04 operating system and the ROS Kinetic framework installed on it was connected to the STM USART interface. An ASUS GL553V laptop with an Intel Core i7-7700HQ 2.80 GHz processor and 16 GB of RAM with the Windows 10 Home operating system, as well as the MATLAB version 2017b environment, was connected to the Raspberry Pi 3 via the UTP LAN interface.
The third controller option is STM32 NUCLEO-144 BOARD instead of STM32F4DISCO VERY in the second variant. The reason for this choice is the presence of an RJ45 connector on the Ethernet board, which allows one to increase the speed of the connection between STM and Raspberry Pi 3 from 4 to 100 Mbit/s. In this version STM, Raspberry Pi 3 and laptop are connected to the switch.
The choice was made on the third variant of the architecture implementation, since this option allowed for the transmission of significant parameters of the state of the robotic system with a frequency of more than 100 Hz and the frequency of the control cycle of the stabilization algorithm of more than 200 Hz.
The evaluation of the fourth parameter, assessment for the need of rapid prototyping, lead to the conclusion that it is extremely important to be able to test various configurations during the prototyping process, which was made possible due to the ROS-MATLAB linkage and MATLAB code generation.
For the fifth parameter, assessment of the criticality of fault tolerance requirements, since reliability is a key requirement for the hardware and software architecture of the walking platform, a CAN Network with high fault tolerance was used to organize the on-board network.
For the sixth parameter, determination of computing power for the operation of the system, a large computing power was required for robot stabilization and computer vision sensors operation processing, therefore an external MATLAB Speedgoat computer was accounted in the architecture.
For the seventh parameter, evaluation of the criticality of the noise immunity of the device, it was suggested that AnyWalker could operate in severe operating conditions with electromagnetic fields of high intensity, so the CAN interface was chosen to provide the noise immunity of the device.
For the eighth parameter, evaluation of the limitation on the distance between interacting modules, due to the compactness of the placement of onboard computing modules of AnyWalker, CAN was used without a significant loss of data transfer speed on board the robot.
For the ninth parameter, assessment of real-time requirements, The necessity of estimating the permissible delay in the feedback loop was determined. After the analysis, it was concluded that those delays should not exceed 200 ms.
At Step 2 of the methodology, the distribution of functional tasks was done for each of the three levels:
  • The reactive level is implemented on the STM32F407 micro controller. The IMU6050-based accelerometers/gyroscopes are polled via the I2C bus and the data is filtered using the Madgwick sensor fusion algorithm. The movement of the flywheels and the calculation of the speed are carried out using Maxon EPOS2 controllers with Maxon EC motors. Dynamixel MX106T actuators for robot legs are controlled via RS485, using a MAX485-based converter.
  • The executive level is based on the Raspberry Pi controller with the Robot Operating System installed and is connected to the reactive level via the RS-485 bus. This level implements a simple autonomous behavior, a state machine, provides security and emergency shutdown. Data transfer to the cloud is carried out using Bluetooth, WiFi or Ethernet, if necessary.
  • The application layer provides software installed on a personal computer or smartphone, fully or partially located in the cloud. The application layer provides a high-level user interface, supports the API of cloud voice recognition services, collects data from sensors and control commands for machine learning purposes, connects several AnyWalker robots to provide a pattern of collective behavior. It is possible to use algorithmic control support as an information service that allows third-party developers to use the API to solve application problems. An application for the Android platform has also been developed to send motion commands to AnyWalker and display the result.
At Steps 3–4 of the methodology, the choice of data exchange technologies, microprocessors, based on the obtained estimates of parameters was solved (Figure 6).
At Step 5, the application development and cloud services configuration were done [70,71,72]. At Step 6, the architecture was finally implemented.
The core components in the scheme are the STM32F407 micro-controller for the periphery and the Raspberry Pi 3 microcomputer serving as a top-level controller with interfaces for the inter-operation of control software and a vast majority of clients with peripheral devices.
The controller of the periphery interacts wia the SPI protocol with a 9-axis inertial navigation system consisting of gyroscopes, accelerometers and magnetometers, an MPU9250 chip. The equipment installed in the robot is controlled via the EPOS2 motor drivers with the CAN communication protocol. The legs of the robot are driven with Dynamixel MX-106 servomotors, the connection of which is done with the RS-485 protocol. The 6 elements per foot servo series is used. Both buses are connected to two independent UART interfaces of the micro-controller.
The UART interface is used for the interaction of the upper-level controller and the controller of the periphery. The peripheral control codes are sent with that interface. The data from the INS sensors, the flywheels rotation speed, the values of the temperature and the servo loads are requested with UART as well. The STM32F407 controller is also connected via USB for debugging and downloading updated software using the STLink v2 protocol.
Clients which implement various logic elements are also provided by the scheme. The high-level controller is connected to the clients via an Ethernet channel or a wireless WiFi network.
In accordance with the chosen architecture, the main mathematical calculations are performed in a cloud environment, a high-speed data exchange with the robot board is provided via a broadband communication channel. At the same time, the computers on board the robot control the servos and provide primary filtering of data coming from the sensors. For example, a separate ARM computer is installed on the gyroscopes and accelerometers unit. The cloud infrastructure in this robot provides application software interfaces for programming the robot in the MATLAB environment and controlling the robot using an Android tablet.
Figure 7 demonstrates AnyWalker operating under synthesized cloud computing architecture in the process of climbing an obstacle.
The modeling of the process of head load distribution was performed to assess the characteristics of the computing complex under the synthesized architecture. The initial data for modeling were as follows:
  • The value of the medium temperature is 50 °C;
  • The value of the peak processor power of 65 Watts;
  • The value of the peak power on the converter is 40 Watts;
  • The value of the peak power on the input filter is 6 Watts.
The results of the scattering simulation are shown in the Figure 8 and Figure 9.
The simulation results show the high efficiency of the developed architecture in the distribution of thermal loads.
The results obtained were used to design the architectures of cloud distributed computing systems of two other walking robots (Figure 10 and Figure 11).
Thus, a design methodology for constructing a three-level control architecture for walking robots with a reactive, executive and application level has been developed.

5. Discussion

The use of the proposed design methodology allows us to scale, change the composition of equipment and the technologies used at each of the three levels of the cloud architecture.
The proposed methodology is based on a set of parameters derived from the analysis of technical and economic requirements and operating conditions of various mobile robots. The set determines the characteristics of the information and network infrastructure of the cloud computing complex: weight and dimensions, meeting the requirements of industrial standards for integration into existing technological processes; the use of specialized application software packages (ROS, MATLAB, etc.); the number of connected sensors; the number of drives and non-motorized degrees of freedom; the need for rapid prototyping; fault tolerance; the need for computing power; noise immunity; the distance between devices; and the requirement for the speed of information exchange in a distributed computing complex.
A three-level architecture of the AnyWalker walking robot computing complex was developed, a prototype was created and experimental research and experimental operation of the computing complex were carried out. Architectures have been developed and implemented in computing complexes for walking robots Quadruped and RGSS. The results of the implementation and conducted experimental studies of the implementations of computing complexes have demonstrated the effectiveness of the developed methodology.
As a possible limitation of the approach proposed, we should notice the need of predetermination of all the nine parameters before the architecture development, as the further change in the operating requirements could affect the very basis of the architecture and the need for the complete re-implementation of the architecture would be present. For example, the limited computing power without the possibility for a connection of an external computer (as the value of the sixth parameter) could become an obstacle if the amount of the data would grow rapidly in future.

6. Conclusions

The review of methods of designing computing services and platforms for robots is carried out showing that there is a growing number of cases of application of cloud computing resources to the distribution of tasks for controlling mobile robotic complexes.
The design methodologies and architectures of computing complexes of mobile robotic systems are analyzed, which made it possible to identify a variety of available software and hardware solutions that have their own advantages and disadvantages.
A methodology for constructing a three-level architecture of a walking robot computing complex with a reactive, executive and application level has been developed. Implementation of the developed architecture allows one to scale, change the composition of equipment and the technologies applied at each level.
A set of parameters based on the analysis of technical and economic requirements and operating conditions has been formed, which determines the characteristics of the information and network infrastructure of a cloud computing complex: weight and dimensions, meeting the requirements of industrial standards for integration into existing technological processes; the use of specialized application software packages (ROS, MATLAB, etc.); the number of connected sensors; the number of drives and non-motorized degrees of freedom; the need for rapid prototyping; fault tolerance; the need for computing power; noise immunity; the distance between devices; nd the requirement for the speed of information exchange in a distributed computing complex.
A three-level architecture of the AnyWalker walking robot computing complex has been developed, a prototype has been created, and experimental research and pilot operation of the computing complex have been carried out. Architectures have been developed and implemented in computing complexes for walking robots Quadruped and RGSS. The results of the implementation and experimental studies of robotic control systems have demonstrated the effectiveness of the developed methodology.

Author Contributions

Conceptualization, I.R. and E.N.; methodology, S.S.; software, S.S.; validation, S.S. and A.G.; formal analysis, E.N. and A.L.; investigation, S.S.; resources, I.R. and A.L.; data curation, A.G. and A.L.; writing—original draft preparation, S.S.; writing—review and editing, I.R.; visualization, S.S.; supervision, E.N.; project administration, I.R.; funding acquisition, A.L. All authors have read and agreed to the published version of the manuscript.

Funding

Some results of this work were obtained under the Grant Agreement in the form of subsidies from the federal budget of the Russian Federation for state support of establishment and development of world-class scientific centers performing scientific research and development under the priorities of scientific and technological development (internal number 00600/2020/56890) of 13 November 2020, No. 075-15-2020-929.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Acknowledgments

The research was carried out using the equipment of the Research Center for Food and Chemical Technologies of KubSTU (CKP_3111).

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
ROSRobot Operating System
INSInertial Navigating System
APIApplication Programming Interface

References

  1. Woo, E.; MacDonald, B.; Trepanier, F. Distributed mobile robot application infrastructure. In Proceedings of the 2003 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2003) (Cat. No. 03CH37453), Las Vegas, NV, USA, 27–31 October 2003; Volume 2, pp. 1475–1480. [Google Scholar] [CrossRef]
  2. Zhou, B.; Chou, W.; Wu, S. Remote control system of mobile robot based on cloud platform. In Proceedings of the 2017 2nd International Conference on Robotics and Automation Engineering (ICRAE), Shanghai, China, 29–31 December 2017; pp. 94–98. [Google Scholar] [CrossRef]
  3. Vlasov, A.; Yudin, A. Distributed Control System in Mobile Robot Application: General Approach, Realization and Usage. In Research and Education in Robotics-EUROBOT 2010; Obdržálek, D., Gottscheber, A., Eds.; Springer: Berlin/Heidelberg, Germany, 2011; pp. 180–192. [Google Scholar]
  4. Chen, Y.; Du, Z.; García-Acosta, M. Robot as a Service in Cloud Computing. In Proceedings of the 2010 Fifth IEEE International Symposium on Service Oriented System Engineering, Nanjing, China, 4–5 June 2010; pp. 151–158. [Google Scholar] [CrossRef]
  5. Hale, M.T.; Nedić, A.; Egerstedt, M. Cloud-based centralized/decentralized multi-agent optimization with communication delays. In Proceedings of the 2015 54th IEEE Conference on Decision and Control (CDC), Osaka, Japan, 15–18 December 2015; pp. 700–705. [Google Scholar] [CrossRef] [Green Version]
  6. Hu, G.; Tay, W.P.; Wen, Y. Cloud robotics: Architecture, challenges and applications. IEEE Netw. 2012, 26, 21–28. [Google Scholar] [CrossRef]
  7. Jones, R.; Haufe, P.; Sells, E.; Iravani, P.; Olliver, V.; Palmer, C.; Bowyer, A. RepRap–the replicating rapid prototyper. Robotica 2011, 29, 177–191. [Google Scholar] [CrossRef] [Green Version]
  8. Irwin, J.; Pearce, J.M.; Anzalone, G.; Douglas, M.; Oppliger, E. The RepRap 3-D printer revolution in STEM education. In Proceedings of the 121st ASEE Annual Conference & Expostion, Indianapolis, IN, USA, 15–18 June 2014. [Google Scholar]
  9. Farmbot. Available online: https://repository.najah.edu/handle/20.500.11888/14626 (accessed on 24 October 2021).
  10. Ma, R.; Dollar, A. Yale openhand project: Optimizing open-source hand designs for ease of fabrication and adoption. IEEE Robot. Autom. Mag. 2017, 24, 32–40. [Google Scholar] [CrossRef]
  11. 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; Instituto Politécnico de Castelo Branco (IPCB): Castelo Branco, Portugal, 2009; Volume 1, pp. 59–65. [Google Scholar]
  12. Winstén, R. Robottiruohonleikkuri. Available online: https://www.theseus.fi/bitstream/handle/10024/136991/Winsten_Ron.pdf?sequence=1&isAllowed=y (accessed on 24 October 2021).
  13. Graf, N.M.; Behr, A.M.; Daltorio, K.A. Crab-like hexapod feet for amphibious walking in sand and waves. In Conference on Biomimetic and Biohybrid Systems; Springer: Berlin/Heidelberg, Germany, 2019; pp. 158–170. [Google Scholar]
  14. Berlian, M.H.; Sahputra, T.E.R.; Ardi, B.J.W.; Dzatmika, L.W.; Besari, A.R.A.; Sudibyo, R.W.; Sukaridhoto, S. Design and implementation of smart environment monitoring and analytics in real-time system framework based on internet of underwater things and big data. In Proceedings of the 2016 International Electronics Symposium (IES), Denpasar, Indonesia, 29–30 September 2016; pp. 403–408. [Google Scholar]
  15. Hahkio, L. Service Robots’ Feasibility in the Hotel Industry: A Case Study of Hotel Presidentti 2020. Available online: https://www.theseus.fi/handle/10024/342703 (accessed on 24 October 2021).
  16. Mondada, F.; Bonani, M.; Riedo, F.; Briod, M.; Pereyre, L.; Rétornaz, P.; Magnenat, S. Bringing robotics to formal education: The thymio open-source hardware robot. IEEE Robot. Autom. Mag. 2017, 24, 77–85. [Google Scholar] [CrossRef] [Green Version]
  17. Shalaby, R. Design and Control of an 18 DOF Hexapod Multi-Agent Swarm for Search and Rescue Missions. Ph.D. Thesis, Nile University, Abuja, Nigeria, 2020. [Google Scholar]
  18. Tarazon, R.L. Chapter 28—Robotics in Micro-manufacturing and Micro-robotics. In Micro and Nano Technologies, Micromanufacturing Engineering and Technology, 2nd ed.; William Andrew Publishing: Burlington, MA, USA, 2015; pp. 661–674. [Google Scholar]
  19. Jakimovski, B.; Meyer, B.; Maehle, E. Self-reconfiguring hexapod robot OSCAR using organically inspired approaches and innovative robot leg amputation mechanism. In Proceedings of the International Conference on Automation, Robotics and Control Systems, ARCS-09, Orlando, FL, USA, 13–16 July 2009. [Google Scholar]
  20. Ryadchikov, I.; Sechenev, S.; Svidlov, A.; Sinitsa, S.; Buskandze, Z.; Nikulchev, E. AnyWalker: All-terrain robotic chassis. In Proceedings of the ISR 2016: 47st International Symposium on Robotics, Munich, Germany, 21–22 June 2016; pp. 696–701. [Google Scholar]
  21. Ryadchikov, I.; Sechenev, S.; Nikulchev, E.; Drobotenko, M.; Svidlov, A.; Volkodav, P.; Vishnykov, R. Control and stability evaluation of the bipedal walking robot anywalker. Int. Rev. Autom. Control 2018, 11, 160–165. [Google Scholar] [CrossRef]
  22. Mendoza-Mendoza, J.A.; Gonzalez-Villela, V.; Sepulveda-Cervantes, G.; Mendez-Martinez, M.; Sossa-Azuela, H. ArduPilot Working Environment. In Advanced Robotic Vehicles Programming; Springer: Berlin/Heidelberg, Germany, 2020; pp. 19–46. [Google Scholar]
  23. Baidya, S.; Shaikh, Z.; Levorato, M. FlyNetSim: An open source synchronized UAV network simulator based on ns-3 and ardupilot. In Proceedings of the 21st ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems, Montreal, QC, Canada, 28 October–2 November 2018; pp. 37–45. [Google Scholar]
  24. Ebeid, E.; Skriver, M.; Jin, J. A survey on open-source flight control platforms of unmanned aerial vehicle. In Proceedings of the 2017 Euromicro Conference on Digital System Design (DSD), Vienna, Austria, 30 August–1 September 2017; pp. 396–402. [Google Scholar]
  25. Kritskiy, D.; Alexander, K.; Koba, S.; Druzhinin, E. Increasing the reliability of drones due to the use of quaternions in motion. In Proceedings of the 2018 IEEE 9th International Conference on Dependable Systems, Services and Technologies (DESSERT), Kyiv, Ukraine, 24–27 May 2018; pp. 348–352. [Google Scholar]
  26. Gati, B. Open source autopilot for academic research-the paparazzi system. In Proceedings of the 2013 American Control Conference, Washington, DC, USA, 17–19 June 2013; pp. 1478–1481. [Google Scholar]
  27. Lizarraga, M.; Elkaim, G.H.; Curry, R. Slugs uav: A flexible and versatile hardware/software platform for guidance navigation and control research. In Proceedings of the 2013 American Control Conference, Washington, DC, USA, 17–19 June 2013; pp. 674–679. [Google Scholar]
  28. Goel, A.; Paredes, J.A.; Dadhaniya, H.; Islam, S.A.U.; Salim, A.M.; Ravela, S.; Bernstein, D. Experimental Implementation of an Adaptive Digital Autopilot. In Proceedings of the 2021 American Control Conference (ACC), New Orleans, LA, USA, 25–28 May 2021; pp. 3737–3742. [Google Scholar]
  29. Zhao, J.; Risi, N.; Monforte, M.; Bartolozzi, C.; Indiveri, G.; Donati, E. Closed-loop spiking control on a neuromorphic processor implemented on the iCub. IEEE J. Emerg. Sel. Top. Circuits Syst. 2020, 10, 546–556. [Google Scholar] [CrossRef]
  30. Liu, H.; Zeng, L.; Zhou, W.; Zhu, S. A real-time data-driven control system for multi-motor-driven mechanisms. Int. J. Robot. Autom. 2017, 32, 45667. [Google Scholar] [CrossRef]
  31. Carvajal, D.A.V.; Isaza, J.E.O.; Puerto, J.N.C.; Hemelberg, O.S.N.; Alarcón, M.A.G.; Gómez, M.A.J.; Alfonso, J.A.G. Algoritmos para el procesamiento de imágenes implementados en el Robot Humanoide InMoov. Rev. EIA 2021, 18, 36019. [Google Scholar] [CrossRef]
  32. Lapeyre, M.; Rouanet, P.; Grizou, J.; Nguyen, S.; Depraetre, F.; Le Falher, A.; Oudeyer, P.Y. Poppy project: Open-source fabrication of 3D printed humanoid robot for science, education and art. Digital Intelligence. 2014, Volume 2014, p. 6. Available online: https://hal.inria.fr/hal-01096338 (accessed on 24 October 2021).
  33. Wang, Z.; Liu, S.; Zhang, H. Design and Application of Dorabot-hand2 System. In Robotic Grasping and Manipulation Challenge; Springer: Berlin/Heidelberg, Germany, 2016; pp. 84–106. [Google Scholar]
  34. Schwarz, M.; Pastrana, J.; Allgeuer, P.; Schreiber, M.; Schueller, S.; Missura, M.; Behnke, S. Humanoid teensize open platform nimbro-op. In Robot Soccer World Cup; Springer: Berlin/Heidelberg, Germany, 2013; pp. 568–575. [Google Scholar]
  35. McLurkin, J.; McMullen, A.; Robbins, N.; Habibi, G.; Becker, A.; Chou, A.; Li, H.; John, M.; Okeke, N.; Rykowski, J.; et al. A robot system design for low-cost multi-robot manipulation. In Proceedings of the 2014 IEEE/RSJ International Conference on Intelligent Robots and Systems, Chicago, IL, USA, 14–18 September 2014; pp. 912–918. [Google Scholar]
  36. Kapusta, A.S.; Grice, P.M.; Clever, H.M.; Chitalia, Y.; Park, D.; Kemp, C.C. A system for bedside assistance that integrates a robotic bed and a mobile manipulator. PLoS ONE 2019, 14, e0221854. [Google Scholar] [CrossRef]
  37. Egortsev, M.V.; Diane, S.K.; Kaz, N.D. Algorithmic support of the system of external observation and routing of autonomous mobile robots. Russ. Technol. J. 2021, 9, 15–23. (In Russian) [Google Scholar] [CrossRef]
  38. Introduction to the Controller Area Network–Texas Instruments. Available online: https://www.ti.com/lit/an/sloa101b/sloa101b.pdf?ts=1638702530387 (accessed on 6 December 2021).
  39. The RS-232 Standard–Omega Engineering. Available online: https://www.omega.de/temperature/z/rs232standard.html (accessed on 6 December 2021).
  40. RS-422 and RS-485 Standards Overview and System Configurations–Texas Instruments. Available online: https://www.ti.com/lit/an/slla070d/slla070d.pdf?ts=1638766210683 (accessed on 6 December 2021).
  41. IEEE 802.3-2018-IEEE Standard for Ethernet. Available online: https://0-standards-ieee-org.brum.beds.ac.uk/standard/802_3-2018.html (accessed on 6 December 2021).
  42. ARINC 429 Tutorial-AIM online. Available online: https://www.aim-online.com/wp-content/uploads/2019/07/aim-tutorial-oview429-190712-u.pdf (accessed on 6 December 2021).
  43. Gajamohan, M.; Merz, M.; Thommen, I.; D’Andrea, R. The cubli: A cube that can jump up and balance. In Proceedings of the 2012 IEEE/RSJ International Conference on Intelligent Robots and Systems, Vilamoura-Algarve, Portugal, 7–12 October 2012; pp. 3722–3727. [Google Scholar]
  44. Glück, T.; Eder, A.; Kugi, A. Swing-up control of a triple pendulum on a cart with experimental validation. Automatica 2013, 49, 801–808. [Google Scholar] [CrossRef]
  45. Thomas, A. dSPACE DS1103 Control Workstation Tutorial and DC Motor Speed Control; Senior Project Report; Bradley University ECE Department: Peoria, IL, USA, 2009; Volume 478. [Google Scholar]
  46. Miranda Bermejo, J. Design and Implementation of a Control System for Testing an Experimental Electrical Vehicle. Available online: https://upcommons.upc.edu/handle/2099.1/14638 (accessed on 6 October 2021).
  47. Nolte, T.; Hansson, H.; Bello, L.L. Automotive communications-past, current and future. In Proceedings of the 2005 IEEE Conference on Emerging Technologies and Factory Automation, Catania, Italy, 19–22 September 2005; Volume 1, p. 8. [Google Scholar]
  48. Fredriksson, L.B. CAN for critical embedded automotive networks. IEEE Micro 2002, 22, 28–35. [Google Scholar] [CrossRef]
  49. Leen, G.; Heffernan, D. Expanding automotive electronic systems. Computer 2002, 35, 88–93. [Google Scholar] [CrossRef]
  50. Kaneko, K.; Harada, K.; Kanehiro, F.; Miyamori, G.; Akachi, K. Humanoid robot HRP-3. In Proceedings of the 2008 IEEE/RSJ International Conference on Intelligent Robots and Systems, Nice, France, 22–26 September 2008; pp. 2471–2478. [Google Scholar]
  51. Metta, G.; Sandini, G.; Vernon, D.; Natale, L.; Nori, F. The iCub humanoid robot: An open platform for research in embodied cognition. In Proceedings of the 8th Workshop on Performance Metrics for Intelligent Systems, Gaithersburg, MD, USA, 19–21 August 2008; pp. 50–56. [Google Scholar]
  52. Lim, J.; Bae, H.; Oh, J.; Lee, I.; Shim, I.; Jung, H.; Joe, H.M.; Sim, O.; Jung, T.; Shin, S.; et al. Robot system of DRC-HUBO+ and control strategy of team KAIST in DARPA robotics challenge finals. In The DARPA Robotics Challenge Finals: Humanoid Robots to The Rescue; Springer: Berlin/Heidelberg, Germany, 2018; pp. 27–69. [Google Scholar]
  53. Tsagarakis, N.G.; Caldwell, D.G.; Negrello, F.; Choi, W.; Baccelliere, L.; Loc, V.G.; Noorden, J.; Muratore, L.; Margan, A.; Cardellino, A.; et al. Walk-man: A high-performance humanoid platform for realistic environments. J. Field Robot. 2017, 34, 1225–1259. [Google Scholar] [CrossRef]
  54. Stasse, O.; Flayols, T. An overview of humanoid robots technologies. Biomech. Anthr. Syst. 2019, 124, 281–310. [Google Scholar]
  55. Lohmeier, S. Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion. Ph.D. Thesis, Technische Universität München, Munich, Germany, 2010. [Google Scholar]
  56. Metta, G.; Fitzpatrick, P.; Natale, L. YARP: Yet another robot platform. Int. J. Adv. Robot. Syst. 2006, 3, 8. [Google Scholar] [CrossRef] [Green Version]
  57. Baglini, E.; Cannata, G.; Mastrogiovanni, F. Design of an embedded networking infrastructure for whole-body tactile sensing in humanoid robots. In Proceedings of the 2010 10th IEEE-RAS International Conference on Humanoid Robots, Nashville, TN, USA, 6–8 December 2010; pp. 671–676. [Google Scholar]
  58. Semini, C.; Goldsmith, J.; Rehman, B.U.; Frigerio, M.; Barasuol, V.; Focchi, M.; Caldwell, D.G. Design overview of the hydraulic quadruped robots. In The Fourteenth Scandinavian International Conference on Fluid Power; Tampere University of Technology: Tampere, Finland, 2015; pp. 20–22. [Google Scholar]
  59. Guo, K.; Li, S.; Huang, D. Real-time quadruped robot control system based on Xenomai. In Proceedings of the 2015 Chinese Automation Congress (CAC), Wuhan, China, 27–29 November 2015; pp. 342–347. [Google Scholar]
  60. Gui, B.; Wang, H.; Chen, W. Stability analysis for a hexapod robot walking on slopes. In Proceedings of the 2015 IEEE International Conference on Robotics and Biomimetics (ROBIO), Zhuhai, China, 6–9 December 2015; pp. 1888–1893. [Google Scholar]
  61. Deng, H.; Xin, G.; Zhong, G.; Mistry, M. Object carrying of hexapod robots with integrated mechanism of leg and arm. Robot. Comput. Integr. Manuf. 2018, 54, 145–155. [Google Scholar] [CrossRef] [Green Version]
  62. Zhao, Y.; Chai, X.; Gao, F.; Qi, C. Obstacle avoidance and motion planning scheme for a hexapod robot Octopus-III. Robot. Auton. Syst. 2018, 103, 199–212. [Google Scholar] [CrossRef]
  63. Allouche, B.; Dequidt, A.; Vermeiren, L.; Hamon, P. Design and control of a sit-to-stand assistive device via EtherCAT fieldbus. In Proceedings of the 2017 IEEE International Conference on Industrial Technology (ICIT), Toronto, ON, Canada, 22–25 March 2017; pp. 761–766. [Google Scholar]
  64. Grosu, V.; Guerrero, C.R.; Grosu, S.; Leu, A.; Ristic-Durrant, D.; Vanderborght, B.; Lefeber, D. Real-time physical layer architecture for CORBYS gait rehabilitation robot. In Proceedings of the 2015 IEEE International Conference on Rehabilitation Robotics (ICORR), Singapore, 11–14 August 2015; pp. 606–611. [Google Scholar]
  65. Rebelo, J.; Sednaoui, T.; Den Exter, E.B.; Krueger, T.; Schiele, A. Bilateral robot teleoperation: A wearable arm exoskeleton featuring an intuitive user interface. IEEE Robot. Autom. Mag. 2014, 21, 62–69. [Google Scholar] [CrossRef]
  66. Ando, N.; Suehiro, T.; Kitagaki, K.; Kotoku, T.; Yoon, W.K. RT-middleware: Distributed component middleware for RT (robot technology). In Proceedings of the 2005 IEEE/RSJ International Conference on Intelligent Robots and Systems, Edmonton, AB, Canada, 2–6 August 2005; pp. 3933–3938. [Google Scholar]
  67. Bangura, M.; Mahony, R. Real-time model predictive control for quadrotors. IFAC Proc. Vol. 2014, 47, 11773–11780. [Google Scholar] [CrossRef]
  68. Turpin, M.; Michael, N.; Kumar, V. Trajectory design and control for aggressive formation flight with quadrotors. Auton. Robot. 2012, 33, 143–156. [Google Scholar] [CrossRef]
  69. Wilamowski, B.M.; Irwin, J.D. Industrial Communication Systems; CRC Press: Boca Raton, FL, USA, 2018. [Google Scholar]
  70. Pluzhnik, E.; Lukyanchikov, O.; Nikulchev, E.; Biryukov, D. Developing middleware for hybrid cloud computing architectures. In Proceedings of the 2015 International Conference “Stability and Control Processes” in Memory of V.I. Zubov (SCP), St. Petersburg, Russia, 5–9 October 2015; pp. 586–588. [Google Scholar] [CrossRef]
  71. Deryugina, O.; Nikulchev, E.; Ryadchikov, I.; Sechenev, S.; Shmalko, E. Analysis of the AnyWalker Software Architecture Using the UML Refactoring Tool. Procedia Comput. Sci. 2019, 150, 743–750. [Google Scholar] [CrossRef]
  72. Ryadchikov, I.; Sechenev, S.; Sinitsa, S.; Svidlov, A.; Volkodav, P.; Feshin, A.; Alotaki, A.; Bolshakov, A.; Drobotenko, M.; Nikulchev, E. Design and control of self-stabilizing angular robotics anywalker. Int. J. Adv. Comput. Sci. Appl. 2017, 8, 29. [Google Scholar] [CrossRef] [Green Version]
Figure 1. The scheme of the problem: on the left side there is a variety of users connecting to the cloud robotic control platform with a thin client (mobile device, laptop, etc.); in the center, there is a cloud distributed control platform organized (in a common case) as a set of web-servers distributed across the world, balancing the traffic load and providing the simultaneous access for users to the robotic control web-services, the back-end of the control platform also performs heavy computations for the robots such as assessing the robot’s environment with the computer vision techniques and automatic feedback-based correction of the robots parameters; the right part of the picture is a set of robots performing the operations under the control of the users from the left side, the communication between the user and the robot is done with the cloud distributed control platform.
Figure 1. The scheme of the problem: on the left side there is a variety of users connecting to the cloud robotic control platform with a thin client (mobile device, laptop, etc.); in the center, there is a cloud distributed control platform organized (in a common case) as a set of web-servers distributed across the world, balancing the traffic load and providing the simultaneous access for users to the robotic control web-services, the back-end of the control platform also performs heavy computations for the robots such as assessing the robot’s environment with the computer vision techniques and automatic feedback-based correction of the robots parameters; the right part of the picture is a set of robots performing the operations under the control of the users from the left side, the communication between the user and the robot is done with the cloud distributed control platform.
Jsan 11 00001 g001
Figure 2. AnyWalker mobile robot: the left picture and the central picture demonstrate the electronic insides of the robot “head”, and the right picture demonstrates the standing prototype of the robot without the top casing of the “head”.
Figure 2. AnyWalker mobile robot: the left picture and the central picture demonstrate the electronic insides of the robot “head”, and the right picture demonstrates the standing prototype of the robot without the top casing of the “head”.
Jsan 11 00001 g002
Figure 3. Functional diagram of the tasks and data distribution.
Figure 3. Functional diagram of the tasks and data distribution.
Jsan 11 00001 g003
Figure 4. Three-level cloud control architecture.
Figure 4. Three-level cloud control architecture.
Jsan 11 00001 g004
Figure 5. AnyWalker control computing complex.
Figure 5. AnyWalker control computing complex.
Jsan 11 00001 g005
Figure 6. Implementation of the architecture of the AnyWalker control computing complex.
Figure 6. Implementation of the architecture of the AnyWalker control computing complex.
Jsan 11 00001 g006
Figure 7. AnyWalker climbing an obstacle.
Figure 7. AnyWalker climbing an obstacle.
Jsan 11 00001 g007
Figure 8. Model of the temperature distribution along the inner side of the control computing unit. The simulation results show the high efficiency of the developed architecture in the distribution of thermal loads.
Figure 8. Model of the temperature distribution along the inner side of the control computing unit. The simulation results show the high efficiency of the developed architecture in the distribution of thermal loads.
Jsan 11 00001 g008
Figure 9. Temperature distribution model for the external side of the control computing unit. The simulation results show the high efficiency of the developed architecture in the distribution of thermal loads.
Figure 9. Temperature distribution model for the external side of the control computing unit. The simulation results show the high efficiency of the developed architecture in the distribution of thermal loads.
Jsan 11 00001 g009
Figure 10. The control computing unit for the robots Quadruped, RGSS.
Figure 10. The control computing unit for the robots Quadruped, RGSS.
Jsan 11 00001 g010
Figure 11. The robots Quadruped (left) and RGSS (right).
Figure 11. The robots Quadruped (left) and RGSS (right).
Jsan 11 00001 g011
Table 1. Technical characteristics of the data exchange interfaces.
Table 1. Technical characteristics of the data exchange interfaces.
NameCANRS-232RS-422RS-485ARINCEthernet
Bit rate, Mbit/s1110100.11000
Distance, m40101010-100
Noise Immunityyesnoyesyesyesyes
Correction of Errorsyesnononoyesyes
Bus Arbitrationyesnonononoyes
Reservationnononononono
Number of Devices322113221unlimited
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Sechenev, S.; Ryadchikov, I.; Gusev, A.; Lampezhev, A.; Nikulchev, E. Development of a Design Methodology for Cloud Distributed Control Systems of Mobile Robots. J. Sens. Actuator Netw. 2022, 11, 1. https://0-doi-org.brum.beds.ac.uk/10.3390/jsan11010001

AMA Style

Sechenev S, Ryadchikov I, Gusev A, Lampezhev A, Nikulchev E. Development of a Design Methodology for Cloud Distributed Control Systems of Mobile Robots. Journal of Sensor and Actuator Networks. 2022; 11(1):1. https://0-doi-org.brum.beds.ac.uk/10.3390/jsan11010001

Chicago/Turabian Style

Sechenev, Semyon, Igor Ryadchikov, Alexander Gusev, Abas Lampezhev, and Evgeny Nikulchev. 2022. "Development of a Design Methodology for Cloud Distributed Control Systems of Mobile Robots" Journal of Sensor and Actuator Networks 11, no. 1: 1. https://0-doi-org.brum.beds.ac.uk/10.3390/jsan11010001

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