Next Article in Journal
Benchmarking Audio Signal Representation Techniques for Classification with Convolutional Neural Networks
Next Article in Special Issue
Condition-Invariant Robot Localization Using Global Sequence Alignment of Deep Features
Previous Article in Journal
Dynamic Model of a Humanoid Exoskeleton of a Lower Limb with Hydraulic Actuators
Previous Article in Special Issue
Towards the Development and Verification of a 3D-Based Advanced Optimized Farm Machinery Trajectory Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Speed Control for Leader-Follower Robot Formation Using Fuzzy System and Supervised Machine Learning

by
Mohammad Samadi Gharajeh
1 and
Hossein B. Jond
2,*
1
Polytechnic Institute of Porto, 4200-465 Porto, Portugal
2
Department of Computer Science, VSB–Technical University of Ostrava, 17, Listopadu 2172/15, 708 00 Ostrava, Czech Republic
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(10), 3433; https://doi.org/10.3390/s21103433
Submission received: 21 April 2021 / Revised: 3 May 2021 / Accepted: 12 May 2021 / Published: 14 May 2021
(This article belongs to the Special Issue Advances in Localization and Navigation)

Abstract

:
Mobile robots are endeavoring toward full autonomy. To that end, wheeled mobile robots have to function under non-holonomic constraints and uncertainty derived by feedback sensors and/or internal dynamics. Speed control is one of the main and challenging objectives in the endeavor for efficient autonomous collision-free navigation. This paper proposes an intelligent technique for speed control of a wheeled mobile robot using a combination of fuzzy logic and supervised machine learning (SML). The technique is appropriate for flexible leader-follower formation control on straight paths where a follower robot maintains a safely varying distance from a leader robot. A fuzzy controller specifies the ultimate distance of the follower to the leader using the measurements obtained from two ultrasonic sensors. An SML algorithm estimates a proper speed for the follower based on the ultimate distance. Simulations demonstrated that the proposed technique appropriately adjusts the follower robot’s speed to maintain a flexible formation with the leader robot.

1. Introduction

With increasing computing power, fast progress in sensor and actuator design, and low-cost production, robotic systems have been in ever-increasing demand and application. The ultimate goal of robotic engineers and researchers is to achieve fully autonomous navigation in indoor/outdoor environments [1]. The control system of an autonomous wheeled mobile robot perceives its environment via embedded sensors and controls the robot’s navigation. An effective control algorithm navigates the robot through a (near-) optimal collision-free path from a start position to the target [2,3]. The path’s optimality is measured with respect to the traversed path length and navigation time, etc. Navigation in unknown environments with stationary and/or mobile obstacles is the main challenge for wheeled mobile robots [4,5].
Efficient speed control is essential to the navigation and path tracking of wheeled mobile robots. Employing intelligent and knowledge-based controllers for adjusting the robot speed autonomously during navigation has been addressed in the literature. Kodagoda et al. [6] have developed and implemented fuzzy controllers for the steering and speed control of an autonomous guided vehicle. They applied fuzzy logic for steering control and with the suitable incorporation of a braking controller, the stability of the vehicle is guaranteed. Dursun and Durdu [7] have presented a method for the speed control of a DC motor utilized in robots and countless industrial applications based on sliding mode control and analysis under load changes. Shijin and Udayakumar [8] have introduced a PID controller to adjust the speed of wheeled mobile robots using dynamic and kinematic modeling. Their model considers the errors that emerge between the controller output and the actual speed of the robot. Some other works [9,10,11,12,13] have used velocity control as a partial element of the navigation and obstacle avoidance behavior of mobile robots.
Among intelligent and knowledge-based techniques, fuzzy decision-making plays a vital role in robot navigation with imprecise, incomplete, and vague sensor measurements [14,15]. Besides fuzzy decision-making, machine learning is a powerful technique to make appropriate decisions in the absence of sufficient knowledge. Supervised machine learning (SML) uses a training set to adjust the decision process based on a pre-defined pattern. It can be integrated into fuzzy decision-making to learn based on phenomena data gathered from the environment and can iteratively modify parameters of the fuzzy membership, or can be applied along with a fuzzy controller to make optimal or near-optimal decisions regarding the dynamicity of the environment.
Existing works for the speed control of mobile robots typically do not use intelligent methods, and those that do use intelligent methods usually apply only one intelligent strategy for this process. In contrast, this paper presents an intelligent technique for the speed control of a wheeled mobile robot using a combination of fuzzy decision-making and SML. The technique is aimed to appropriately adjust the speed of a follower mobile robot in a two-robot leader-follower formation. The follower robot is equipped with two ultrasonic sensors installed in its front to constantly measure its distance to the leader robot. The use of two ultrasonic sensors can enhance the accuracy and reliability of the measurements. The follower’s speed is adjusted via the fuzzy controller and the SML algorithm employed in the proposed technique. The fuzzy controller uses both ultrasonic sensory measurements to determine the ultimate distance of the follower to the leader. The sensory measurements often are imprecise due to sensor errors. Fuzzy decision-making can appropriately deal with the imprecise measurements. The SML algorithm specifies a proper speed for the DC motors of the follower robot using the ultimate distance from the fuzzy controller. The advantage of combining a fuzzy controller and the SML algorithm in one technique is that the intelligent inference process is efficient under various phenomena data. Simulation results have shown that the proposed technique preserves the stability of the robot while preventing collisions with the leader. The main contributions of the technique can be highlighted as below:
  • Applying two ultrasonic sensors to enhance the accuracy of the distance measurements
  • Determination of the ultimate distance with the fuzzy controller based on the measurements from both ultrasonic sensors
  • Specifying the speed of the (follower) robot with the SML algorithm based on the ultimate distance
The remainder of the paper is organized as follows. Section 2 presents some background on fuzzy decision-making and machine learning. Section 3 describes the components of the proposed technique in detail, including the fuzzy controller and SML algorithm. Section 4 contains the evaluation results of the proposed technique under different scenarios. Finally, our conclusions are presented in Section 5.

2. Background

This section presents a brief description of the main elements and procedures that are used in fuzzy decision-making and supervised machine learning (SML).
Fuzzy logic [16,17] is a powerful tool to deal with imprecise, vague, and incomplete information in complex systems such as robotic systems. It is based on relative graded membership to resemble human perception and cognition in decision-making in the absence of precise knowledge. All functions of fuzzy decision-making are provided by a fuzzy inference system. As illustrated in Figure 1, this system consists of four main components: fuzzifier, rules, inference engine, and defuzzifier. The fuzzifier unit converts a crisp set of input values to a fuzzy set using membership functions. The fuzzy set of the output is calculated by fuzzy rules through a fuzzy inference process. Finally, the defuzzifier unit converts the output fuzzy set to a crisp value using defuzzification.
Machine learning [18] is a subset of artificial intelligence in which computers can learn without being explicitly programmed. It is related to the development process of computer systems in which they can make intelligent decisions in response to new data based on previously gained experience. Figure 2 shows the main steps in machine learning systems. Collecting raw data is the first step of a machine learning system. The data preparation phase determines the quality of data applied in analytical processes. An appropriate learning model is selected and trained in the next phase. The evaluation phase determines the performance of the selected learning model. Finally, the feedback from the evaluation phase is used to improve the model efficiency or replace it with another model. SML [19,20] is one of the machine learning algorithms in which the learning model is trained using a pre-defined training set to improve the accuracy of the decision-making. The linear regression model is a fundamental SML algorithm with two parameters that can be represented as,
S x = α + β x
where α and β indicate parameters that are determined during supervised training of the model. The main goal of the linear regression model in (1) is to predict the best output for each input x . It is worth noting that this paper considers an SML algorithm based on linear regression.

3. The Proposed Technique

Assume a two-robot leader-follower formation control scenario, where the follower robot steers to maintain a formation with the leader robot. Two ultrasonic sensors, installed on the forward motion direction of the follower robot, continuously measure its distance to the leader robot. Figure 3 shows the workflow of the proposed technique for the speed control of the follower robot. The technique consists of a fuzzy controller and an SML algorithm to specify the ultimate distance to the leader and the speed of the follower, respectively, in order to maintain the formation with the leader robot. The leader robot changes its speed every t 2 seconds to a random value that is unknown to the follower and subsequently the follower robot adjusts its speed every t 1 seconds.

3.1. The Robot Model

Differentially driven mobile robots are very common robot models used for theoretical and experimental studies. The specific mobile robot selected for the proposed speed controller technique implementation was the Pioneer 3-DX [21] (Figure 4). This robot model was employed for the experimental studies in the V-REP robot simulator discussed in Section 4. We have used only two sonars installed in the front of the robot to detect obstacles (here, to detect the leader robot).

3.2. The Fuzzy Controller

The fuzzy controller determines the ultimate distance between the follower robot and the leader vehicle based on data readings of the ultrasonic sensors. Beforehand, it should be checked that at least one of the readings of the two sensors is less than or equal to 100 cm. The other measurement, if greater than that threshold, is set to 100 cm. In case both measurements are greater than that threshold, both are set to 100 cm. The rationale behind this is that when these measurements are set to the specified threshold, the speed controller will steer the follower with the maximum speed until the distance to the leader becomes less than 100 cm. Then, the speed controller can adjust the speed appropriately in order to avoid collision with the leader. Note that we assume the follower’s maximum speed is larger than the leader’s actual speed.
The fuzzy controller consists of two input parameters, namely ‘Distance 1’ and ‘Distance 2’, and one output parameter, namely ‘ultimate distance’. The linguistic terms of all the parameters are specified as {very near, near, middle, far, very far}, and their universe of discourse is determined as {0, 1, …, 100} cm. Since the follower navigates in the highest velocity when the distance between the leader and the follower is equal or greater than 100 cm, we considered that it has the maximum value in the universe of discourse. That is, the distances greater than 100 cm will be considered equal to 100 cm. Membership degrees of all the linguistic terms and quantitative amounts are determined by the bell-shaped membership function [22] as follows:
F x ; a ,   b ,   c = 1 1 + x c a 2 b
where x is a member of the universe of discourse, c and a are used to adjust the center and width of the membership function, and b is the slope at the cross points. Figure 5 shows the membership graphs specified for this controller.
Table 1 represents the IF-THEN rules that are used in the fuzzy controller. These rules are designed based on our experiences in a case study, in which Distance 1 and Distance 2 were fed into the fuzzy controller to obtain the safe ultimate distance. However, some of the rules were adopted with human perceptions to enhance the performance of the fuzzy controller. These rules are applied to generate the total rule. The outputs are determined in a way that they can determine an appropriate ultimate distance based on Distance 1 and Distance 2. The fuzzy rules of this controller are specified by the fuzzification unit as below:
  • Rule 1: If x is ‘very near’ and y is ‘very near’ then f 1 is ‘very near’
  • Rule 2: If x is ‘very near’ and y is ‘near’ then f 2 is ‘very near’
  • Rule 25: If x is ‘very far’ and y is ‘very far’ then f 25 is ‘very far’
After all of the rules are separately built by the max-min function, they are aggregated together by the max function to produce the total rule as follows:
1.0000000000 0.0000099999 0.0000099999 0.0000099999 201 × 201 0.0001599700 0.0000099999 0.0000099999 0.0000099999 201 × 201 0.0000099999 0.0000099999 0.0000099999 1.0000000000 201 × 201 = 1.000000000 0.000039998 0.000039998 1.000000000 201 × 201
The total rule is applied to calculate the distance between the robot and the leader vehicle. Algorithm 1 represents an overall view of this procedure. At first, Distance 1 and Distance 2 are separately fuzzified by the fuzzification unit. Then, the input fuzzy set is determined by the AND operation between the fuzzy sets of the distances. The inference process is performed by the Mamdani fuzzy model, as below:
μ z C = max   min   μ x A , μ y B ] ]
where A and B are the input sets, C is the output set, μ x A is the membership degree of x in set A , μ y B is the membership degree of y in set B , and μ z C   is the membership degree of z in set C . This process specifies the fuzzy set of the ultimate distance based on the input fuzzy set and the total rule. Finally, the crisp value of the ultimate distance is computed by the defuzzification unit using the center of gravity method [23] as follows:
G = i = 1 n μ U x i x i i = 1 n μ U x i
where U is the universe of discourse, x i is element i th of the fuzzy set U , μ U x i is the membership degree of x i , and n is the number of elements.
Algorithm 1 Determination of the ultimate distance with the fuzzy controller
1LD ← Distance 1
2RD ← Distance 2
3D ← Ultimate distance
4R ← Total rule
5LDFFUZZIFICATION (LD)
6RDFFUZZIFICATION (RD)
7InputFAND (LDF, RDF)
8DFINFERENCE (InputF, R)
9D ← DEFUZZIFICATION (DF)
10Return D

3.3. The SML Algorithm

The speed of the robot’s DC motors should be regulated to control the robot’s speed based on the ultimate distance determined by the fuzzy controller. The speed should be determined in a way that the stability of the robot’s speed and the distance between the vehicles will be high. If the distance is short then the speed will be decreased; otherwise, it will be increased accordingly. The SML algorithm specifies the speed of both motors based on the distance between the robot and the leader vehicle.
Table 2 presents some data in the training set that is determined in the controller to find all of the possible solutions to regulate the speed of both DC motors. The distance is in the range of [0, 100] cm, and the speed is in the range of [0, 255] PWM which later is converted to an actual value as m/s. The main algorithm to determine the best solution can be given by linear regression, as below:
D i f f i = j = 1 S α D j + β S j S   , i 1 , , N
where N is the number of feasible solutions, D i f f i is the difference (from the target) for each solution, S indicates the number of selections for each solution, D j represents the distance for each selection, S j is the number of randomized times for each selection, and α , β represent the weighting parameters (to be generated randomly). The weights having the least difference are selected as the best solution.
All possible solutions are generated after the simulation process based on the training set. Table 3 contains some of the generated solutions. The results are increasingly sorted based on the difference parameter. Therefore, the first solution is selected as the best solution. Figure 6 shows all solutions and the best solution resulting from the simulation process. The blue squares indicate the instances of the training set, the yellow lines indicate all the solutions, and the red line indicates the best solution.
For N = 20 randomly generated α and β , the best solution with the minimum difference value D i f f i = 0.11188 is found at α = 1.9958 and β = 55.265 . Therefore, the speed can be predicted by:
V e l o c i t y = α × d i s + β = 1.9958 × d i s + 55.265 = 2 × d i s + 56
where d i s indicates the ultimate distance determined by the fuzzy controller.
Algorithm 2 describes how to find all possible solutions and the best solution for the controller. The values of M, N, P, minα, maxα, minβ, and maxβ are considered to equal 75, 100, 50, 0.1, 2.5, 30, and 70, respectively.
Algorithm 2 Selection algorithm of the SML algorithm
Input:
T ← Training set
M ← number of instances in training setN ← number of solutions
P ← number of selections for each solution
minα ← minimum α; maxα ← maximum α
minβ ← minimum β; maxβ ← maximum β
Output:
Solutions (S), α, β
1begin
2 for all N
3 begin
4   α = (maxα − minα) × rand() + minα
5   β = (maxβ − minβ) × rand() + minβ
6   sum = 0
7   for all P
8   begin
9    R = round(rand() × M);
10     if R = 0 then
11       R = 1
12     new = α × T(R,1) + β
13     sum = sum + abs(new − T(R,2))
14  end;
15  difference = sum/P
16  S(i,1) = α
17  S(i,2) = β
18  S(i,3) = difference
19end;
20  Sort S increasingly based on the difference values
21  α = S(1,1);
22  β = S(1,2);
23end;

4. Evaluations

The performance of the proposed technique for the speed control was evaluated under different conditions based on a case study that used the Pioneer 3-DX [24,25] to navigate two robots on a road between two positions. Figure 7 shows a schematic of the simulation scenario. The length, width, and height of the robot were 485 mm, 381 mm, and 217 mm, respectively. We used scalability around 70% of the real robot in the simulations. The simulation process was performed using an integration of MATLAB and V-REP in which the model was considered in the V-REP simulator and the robot’s speed was regulated in the MATLAB environment. The robot’s speed was determined in the periodic time t1 while the leader vehicle’s speed was specified in the periodic time t2. The default values of t1 and t2 were considered as 2 s and 5 s, respectively. Note that max indicates the maximum speed of the leader vehicle.
Figure 8 shows the performance of the proposed technique under various assumptions of time parameters t1 and t2 as well as velocities of the leader. As can be seen in the results, when the leader changed its speed to a random value, the follower’s velocity controller could regulate the follower’s velocity properly, so, the formation was maintained without collision between the two robots. Furthermore, the time histories of the follower’s velocities showed relative smoothness that provided for stable motion. Figure 8f illustrates that when the follower’s speed was constrained to be less than 1 m/s, the controller steered the robot with the maximum speed to keep the formation.
To compare the proposed technique with a static method under an automated highway scenario, the robots were considered to move down a two-lane road (Figure 9). The leader robot decreased its speed from 2 to 0.5 m/s gradually while in the static method the follower robot adjusted its speed as
S p e e d = d i s 100 T ,     d i s < 50   2 ,       e l s e
where d i s indicates the average of Distance 1 and Distance 2, and T represents the time interval between estimation steps. The simulation results in Figure 9 demonstrate that when using the static method, the follower could not efficiently adjust its speed to follow the leader with maintaining a regular distance. In contrast, when using the proposed technique, the follower adjusted its speed intelligently and maintained its distance to the leader properly after 7 s.
The simulation results of the proposed technique shown in Figure 8 and Figure 9 demonstrate that the proposed fuzzy controller for determining the distance between the vehicles and the SML algorithm for calculating the robot’s speed worked properly under different conditions. The evidence can be seen in the results, which show that the distance between the vehicles remained in a safe range to avoid any conflicts or collisions between them.

5. Conclusions

In wheeled mobile robots, speed control is a very challenging and time-consuming task that is required to appropriately perform the navigation and path-tracking processes. This paper presented an intelligent speed control for a wheeled mobile robot using a fuzzy system and supervised machine learning (SML). Two ultrasonic sensors are applied in front of the robot to measure the distance between the robot and the leader vehicle separately. The use of two sensors can enhance the precision of the distance estimation. Initially, the ultimate distance of the robot from the leader vehicle is specified by the fuzzy controller based on distance measurements from the sensors. Afterward, the SML algorithm computes the speed of the DC motor using the ultimate distance.
The Pioneer 3-DX was applied as a case study in the V-REP simulator through integration with the MATLAB environment to navigate two robots between two positions on a road. Evaluation results indicated that the proposed technique adjusts the speed of the robot properly so that the distance of the robot from the leader vehicle is optimal or near-optimal, and the robot does not collide with the front vehicle. In future work, we will use various types of sensors to improve the precision of the measured distance and speed of the robot.
In future works, the fuzzy controller’s performance will be analyzed under a scenario that assumes one of the sensors has malfunctioned. Additionally, various techniques (e.g., neural networks) will be incorporated into the controller to increase the learning capability of the system.

Author Contributions

Conceptualization, M.S.G. and H.B.J.; Investigation, M.S.G.; Validation, H.B.J.; resources, H.B.J.; Visualization, M.S.G.; Writing—original draft, M.S.G.; Writing—review & editing, H.B.J.; funding acquisition, H.B.J. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by SGS, VSB - Technical University of Ostrava, Czech Republic, under the grant No. SP2021/24 “Parallel processing of Big Data VIII”.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Da Mota, F.A.X.; Rocha, M.X.; Rodrigues, J.J.P.C.; De Albuquerque, V.H.C.; De Alexandria, A.R. Localization and navigation for autonomous mobile robots using petri nets in indoor environments. IEEE Access 2018, 6, 31665–31676. [Google Scholar] [CrossRef]
  2. Gonzalez, A.G.C.; Alves, M.V.S.; Viana, G.S.; Carvalho, L.K.; Basilio, J.C. Supervisory control-based navigation architecture: A new framework for autonomous robots in industry 4.0 environments. IEEE Trans. Ind. Inform. 2017, 14, 1732–1743. [Google Scholar] [CrossRef]
  3. Gharajeh, M.S.; Jond, H.B. Hybrid Global Positioning System-Adaptive Neuro-Fuzzy Inference System based autonomous mobile robot navigation. Robot. Auton. Syst. 2020, 134, 103669. [Google Scholar] [CrossRef]
  4. Al Khatib, E.I.; Jaradat, M.A.K.; Abdel-Hafez, M.F. Low-Cost Reduced Navigation System for Mobile Robot in Indoor/Outdoor Environments. IEEE Access 2020, 8, 25014–25026. [Google Scholar] [CrossRef]
  5. Dirik, M.; Kocamaz, A.F.; Castillo, O. Global Path Planning and Path-Following for Wheeled Mobile Robot Using a Novel Control Structure Based on a Vision Sensor. Int. J. Fuzzy Syst. 2020, 22, 1880–1891. [Google Scholar] [CrossRef]
  6. Kodagoda, K.R.S.; Wijesoma, W.S.; Teoh, E.K. Fuzzy Speed and Steering Control of an AGV. IEEE Trans. Control Syst. Technol. 2002, 10, 112–120. [Google Scholar] [CrossRef] [Green Version]
  7. Dursun, E.H.; Durdu, A. Speed control of a DC motor with variable load using sliding mode control. Int. J. Comput. Electr. Eng. 2016, 8, 219–226. [Google Scholar] [CrossRef] [Green Version]
  8. Shijin, C.S.; Udayakumar, K. Speed control of wheeled mobile robots using PID with dynamic and kinematic modelling. In Proceedings of the International Conference on Innovations in Information, Embedded and Communication Systems (ICIIECS), Coimbatore, India, 17–18 March 2017; pp. 1–7. [Google Scholar]
  9. Algabri, M.; Mathkour, H.; Ramdane, H.; Alsulaiman, M. Comparative study of soft computing techniques for mobile robot navigation in an unknown environment. Comput. Hum. Behav. 2015, 50, 42–56. [Google Scholar] [CrossRef]
  10. Sadrfaridpour, B.; Saeidi, H.; Burke, J.; Madathil, K.; Wang, Y. Modeling and control of trust in human-robot collaborative manufacturing. In Robust Intelligence and Trust in Autonomous Systems; Springer: Berlin/Heidelberg, Germany, 2016; pp. 115–141. [Google Scholar]
  11. Nasrinahar, A.; Chuah, J.H. Intelligent motion planning of a mobile robot with dynamic obstacle avoidance. J. Veh. Routing Algorithms 2018, 1, 89–104. [Google Scholar] [CrossRef]
  12. Mohanta, J.C.; Keshari, A. A knowledge based fuzzy-probabilistic roadmap method for mobile robot navigation. Appl. Soft Comput. 2019, 79, 391–409. [Google Scholar] [CrossRef]
  13. Aouf, A.; Boussaid, L.; Sakly, A. Same fuzzy logic controller for two-wheeled mobile robot navigation in strange environments. J. Robot. 2019, 2019, 2465219. [Google Scholar] [CrossRef] [Green Version]
  14. Qureshi, M.S.; Swarnkar, P.; Gupta, S. A supervisory on-line tuned fuzzy logic based sliding mode control for robotics: An application to surgical robots. Rob. Auton. Syst. 2018, 109, 68–85. [Google Scholar] [CrossRef]
  15. Xiang, X.; Yu, C.; Lapierre, L.; Zhang, J.; Zhang, Q. Survey on fuzzy-logic-based guidance and control of marine surface vehicles and underwater vehicles. Int. J. Fuzzy Syst. 2018, 20, 572–586. [Google Scholar] [CrossRef]
  16. Khan, S.A.; Daachi, B.; Djouani, K. Application of fuzzy inference systems to detection of faults in wireless sensor networks. Neurocomputing 2012, 94, 111–120. [Google Scholar] [CrossRef]
  17. Ferdaus, M.M.; Anavatti, S.G.; Pratama, M.; Garratt, M.A. Towards the use of fuzzy logic systems in rotary wing unmanned aerial vehicle: A review. Artif. Intell. Rev. 2020, 53, 257–290. [Google Scholar] [CrossRef]
  18. Michalski, R.S.; Carbonell, J.G.; Mitchell, T.M. Machine Learning: An Artificial Intelligence Approach; Springer Science & Business Media: Berlin, Germany, 2013. [Google Scholar]
  19. Kotsiantis, S.B. Supervised Machine Learning: A Review of Classification Techniques. Informatica 2007, 31, 249–268. [Google Scholar]
  20. Jiang, T.; Gradus, J.L.; Rosellini, A.J. Supervised machine learning: A brief primer. Behav. Ther. 2020, 51, 675–687. [Google Scholar] [CrossRef] [PubMed]
  21. Pioneer 3-DX. Available online: http://www.generationrobots.com/ (accessed on 15 April 2021).
  22. Mamdani, E.H.; Assilian, S. An experiment in linguistic synthesis with a fuzzy logic controller. Int. J. Man Mach. Stud. 1975, 7, 1–13. [Google Scholar] [CrossRef]
  23. Dubois, D.; Prade, H. Fundamentals of Fuzzy Sets; Springer Science & Business Media: Berlin, Germany, 2012; Volume 7. [Google Scholar]
  24. Patelis, D. Commissioning of the Pioneer Robot. Bachelor’s Thesis, Murdoch University, Perth, Australia, 2012. [Google Scholar]
  25. Sharma, V. Pioneer Robot. Master’s Thesis, Murdoch University, Perth, Australia, 2018. [Google Scholar]
Figure 1. A schematic of fuzzy inference system.
Figure 1. A schematic of fuzzy inference system.
Sensors 21 03433 g001
Figure 2. Main steps of the machine learning algorithms.
Figure 2. Main steps of the machine learning algorithms.
Sensors 21 03433 g002
Figure 3. The workflow of the proposed technique for the speed control.
Figure 3. The workflow of the proposed technique for the speed control.
Sensors 21 03433 g003
Figure 4. Robot models for theoretical and experimental studies. (a) Schematic of a differentially driven mobile robot (the bottom view), (b) A V-REP implemented Pioneer 3-DX robot.
Figure 4. Robot models for theoretical and experimental studies. (a) Schematic of a differentially driven mobile robot (the bottom view), (b) A V-REP implemented Pioneer 3-DX robot.
Sensors 21 03433 g004
Figure 5. Membership graphs of the fuzzy controller.
Figure 5. Membership graphs of the fuzzy controller.
Sensors 21 03433 g005
Figure 6. All solutions (yellow lines) and the best solution (red line) of the SML algorithm. Data are demonstrated with blue squares.
Figure 6. All solutions (yellow lines) and the best solution (red line) of the SML algorithm. Data are demonstrated with blue squares.
Sensors 21 03433 g006
Figure 7. A schematic of the case study using two Pioneer 3-DX robots in V-REP.
Figure 7. A schematic of the case study using two Pioneer 3-DX robots in V-REP.
Sensors 21 03433 g007
Figure 8. Time histories of the relative distances as well as velocities.
Figure 8. Time histories of the relative distances as well as velocities.
Sensors 21 03433 g008
Figure 9. Comparison of results of the proposed technique and the static method.
Figure 9. Comparison of results of the proposed technique and the static method.
Sensors 21 03433 g009
Table 1. IF-THEN rules of the fuzzy controller to determine the ultimate distance.
Table 1. IF-THEN rules of the fuzzy controller to determine the ultimate distance.
Rule No.InputsOutput
Distance 1Distance 2Ultimate Distance
1very nearvery nearvery near
2very nearnearvery near
3very nearmiddlenear
4very nearfarnear
5very nearvery farnear
6nearvery nearvery near
7nearnearnear
8nearmiddlenear
9nearfarmiddle
10nearvery farmiddle
11middlevery nearnear
12middlenearnear
13middlemiddlemiddle
14middlefarmiddle
15middlevery farmiddle
16farvery nearnear
17farnearmiddle
18farmiddlemiddle
19farfarfar
20farvery farfar
21very farvery nearnear
22very farnearmiddle
23very farmiddlemiddle
24very farfarfar
25very farvery farvery far
Table 2. Some data in the training set of the SML algorithm.
Table 2. Some data in the training set of the SML algorithm.
#Distance (cm)Speed (pwm)
128111
246147
390235
41483
5259
637129
757169
877209
9100255
1083221
1170195
1253161
1333121
141075
15463
1636127
1758171
1876207
1994243
2098251
Table 3. Some of the solutions of the SML algorithm.
Table 3. Some of the solutions of the SML algorithm.
#αβDifference
11.995855.2650.11188
22.041653.4421.1689
32.020758.2544.3476
42.184443.4254.5341
52.184943.3754.7434
61.803561.9324.8971
72.177649.9055.3224
81.854767.3675.4634
92.140842.8995.547
101.853557.0735.5498
111.742668.4786.0083
122.256537.7296.158
132.241239.786.2725
142.132641.2186.3085
152.321633.7578.5793
162.381240.2229.4291
171.91768.8329.6143
182.292532.299.664
192.327947.0999.9256
202.291946.49110.077
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Samadi Gharajeh, M.; Jond, H.B. Speed Control for Leader-Follower Robot Formation Using Fuzzy System and Supervised Machine Learning. Sensors 2021, 21, 3433. https://doi.org/10.3390/s21103433

AMA Style

Samadi Gharajeh M, Jond HB. Speed Control for Leader-Follower Robot Formation Using Fuzzy System and Supervised Machine Learning. Sensors. 2021; 21(10):3433. https://doi.org/10.3390/s21103433

Chicago/Turabian Style

Samadi Gharajeh, Mohammad, and Hossein B. Jond. 2021. "Speed Control for Leader-Follower Robot Formation Using Fuzzy System and Supervised Machine Learning" Sensors 21, no. 10: 3433. https://doi.org/10.3390/s21103433

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