Next Article in Journal
A New Wide-Area Backup Protection Algorithm Based on Confidence Weighting and Conflict Adaptation
Previous Article in Journal
A New Low PAPR Modulation Scheme for 6G: Offset Rotation Interpolation Modulation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Application of Fuzzy Logic for Collaborative Robot Control

Virumaa College, Tallinn University of Technology, 30322 Kohtla-Järve, Estonia
*
Author to whom correspondence should be addressed.
Electronics 2025, 14(20), 4029; https://doi.org/10.3390/electronics14204029 (registering DOI)
Submission received: 10 September 2025 / Revised: 9 October 2025 / Accepted: 10 October 2025 / Published: 14 October 2025
(This article belongs to the Section Artificial Intelligence)

Abstract

Collaborative robots (cobots) play a crucial role in modern industry by ensuring safe and efficient human–robot interaction. However, traditional control methods struggle with uncertainty handling and adaptability to dynamic environments. This review explores the application of fuzzy logic as a promising approach for cobot control. The article discusses the fundamental principles of fuzzy logic, its advantages over classical methods, and successful case studies. It analyzes current research, including hybrid methods combining fuzzy logic with machine learning and evolutionary algorithms. The paper also highlights existing challenges and potential future research directions. The conclusions emphasize the potential of fuzzy logic to enhance cobot adaptability and reliability in real-world conditions.

1. Introduction

Modern trends in robotics focus on developing mechanisms capable of interacting safely and efficiently with humans in real-time [1,2]. These mechanisms, known as collaborative robots (cobots), are widely used in manufacturing, healthcare, and service [3,4,5]. Cobots are designed to operate in dynamic environments and must adapt to various uncertainties. They have an advantage over traditional industrial robots because their control systems take into account the variability of human movements, unpredictable external and internal influences, and changing operational parameters [1,6].
Currently, traditional control methods for cobots, such as PID control and model-based approaches, are well-developed [7,8,9]. However, these methods require precise mathematical models of the system, which poses challenges due to the unpredictability of human behavior. For instance, non-standard operator movements or sudden changes in a cobot’s working parameters can destabilize the control system [10,11,12]. As a result, rigid control algorithms are not always capable of adapting to such changes, which significantly threatens both interaction safety and cobot efficiency [10,11].
Thus, there is a need to develop adaptive control systems that can respond to changing conditions. One of the most promising control methods for cobots is fuzzy logic [13,14,15]. Unlike classical approaches, fuzzy logic does not require an exact mathematical model of the system and allows for decision-making based on incomplete or uncertain data, mimicking human reasoning. This makes it particularly useful for cobot control, where human behavior is difficult to fit into predefined patterns. By utilizing linguistic variables and fuzzy “if–then” rules, fuzzy logic constructs an adaptive control system that can function effectively even under uncertainty [13,16].
At present, fuzzy logic is being actively applied in cobot control [16,17]. It is used for adaptive speed regulation, optimizing interaction forces with humans, and enhancing workplace safety [18,19,20]. For example, fuzzy control algorithms enable cobots to avoid collisions and ensure smooth manipulator motion by adjusting operating parameters in real time [21,22]. Additionally, fuzzy logic helps determine interaction forces with humans, considering individual user characteristics [23].
Despite the problems that fuzzy logic has successfully addressed, several challenges remain that require further analysis [24,25]. One major difficulty is integrating fuzzy logic with other artificial intelligence and machine learning methods to improve adaptability [26,27,28]. Another challenge is the high computational complexity of real-time fuzzy control algorithms, especially as the volume of sensor data increases [22,29]. Furthermore, there is a lack of in-depth research on the automatic generation of fuzzy rules, which would minimize human involvement in control system tuning [30]. Advancing these areas will enhance the efficiency and effectiveness of cobot applications.
The main objective of this article is to review existing research and control methods for collaborative robots. It examines both classical control approaches and the fundamental principles of fuzzy logic to highlight its key components for solving control problems. Special attention is given to the advantages of fuzzy logic under uncertain conditions, its integration with other methods, and its potential to improve cobot adaptability through flexible control strategies.

2. Fundamentals of Fuzzy Logic and Its Application in Control

Collaborative robots require adaptive and flexible control systems since they interact directly with humans [31]. In this case, it is necessary to account for the degree of uncertainty in real time. Traditional control methods, such as PID control or mathematical behavior models, cannot provide the required level of adaptability to changes in human behavior and unpredictable environmental factors. Therefore, a more flexible control solution must accommodate these factors [32,33]. A fuzzy logic-based control system can provide an effective solution by replicating human reasoning and determining control trajectories based on fuzzy rules rather than precise mathematical calculations [34,35].
To assess the adaptability of a fuzzy logic-based control system, it is important to understand its key components: fuzzy (linguistic) variables and their membership functions; fuzzy rules and inference mechanisms; aggregation and defuzzification [34,36].

2.1. Fuzzy Variables and Membership Functions

Fuzzy variables in a fuzzy logic-based control system are linguistic variables commonly used in everyday life. For example, in a cobot control system, the following linguistic variables can be applied [37,38]:
  • For distance evaluation—“close distance”, “medium distance”, “far distance”;
  • For speed evaluation—“low speed”, “medium speed”, “high speed”;
  • For assessing sudden factors such as obstacles—“obstacle present”, “no obstacle”, or “minor congestion”, “moderate congestion”, “significant congestion”.
Unlike binary logic, which has strict boundaries (true or false; 0 or 1), fuzzy logic indicates the degree of membership of a variable to a certain value. Each fuzzy set is defined by a membership function, which assigns a degree of belonging to a particular set of values. The most common membership functions are triangular (1), trapezoidal (2), and Gaussian (3) functions. The choice of function depends on the required type of control (smoother, more flexible, or stricter). Fuzzy logic membership functions allow cobots to interpret sensor data similarly to human perception, enabling an adaptive control system in a dynamic environment [39,40].
t r i a n g l e x ; a , b , c = 0 , x a x a c a , a x c b x b c , c x b 0 , b x ,
where a and b—borders of the triangle function; c—the center of the triangle function.
t r a p e z o i d ( x ; a , b , c , d ) = 0 , x a   x a c a , a x c 1 , c x d b x b d , d x b 0 , x b ,
where a and b—borders of the trapezoid function; c and d—the maximum of the trapezoid function.
g a u s s i a n x ; c , σ = e 1 2 x c σ 2 ,
where c—the middle of the gaussian function; σ—the width of the gaussian function.

2.2. Fuzzy Rules and Inference Mechanism

The core of a fuzzy logic-based control system is a set of fuzzy rules structured as “condition–conclusion” (if–then). In these rules, linguistic variables interpret real inputs and outputs, thereby defining control actions. Examples of fuzzy rules include [35,39]:
  • If the distance to an object is “close distance,” then the cobot’s speed is set to “low speed”;
  • If a sudden factor is classified as “slight congestion,” then the cobot’s speed is determined as “high speed”.
These rules are built based on empirical and expert data, allowing the development of an intuitive control system that makes decisions without requiring a precise mathematical model [38].
The fuzzy logic inference mechanism consists of two stages [38]:
  • Fuzzification—converting real input values (speed, distance, etc.) into fuzzy values using predefined membership functions.
  • Linguistic variable inference—combining fuzzy rules to determine the appropriate output based on input conditions, resulting in a fuzzy conclusion.

2.3. Aggregation and Defuzzification

Since a single fuzzy variable can belong to multiple sets with varying degrees of membership, applying fuzzy rules can generate multiple fuzzy outputs. The aggregation process combines these outputs into a single fuzzy decision. Different methods are used for output aggregation, such as the maximum/minimum method or the weighted average method. The selected method determines the control strategy, which is later adjusted based on experimental data [34,36].
The final step in converting a fuzzy decision into a numerical value is defuzzification. Several methods are used at this stage, including [34,36]:
  • Center-of-gravity method, which calculates the centroid of a fuzzy set to determine a precise value.
  • Weighted average method, which computes a numerical value based on the sum of all contributing fuzzy sets.

2.4. Advantages of Fuzzy Logic in Cobot Control

The adaptability and flexibility of fuzzy logic enable cobot control systems to adjust to various conditions and operate in different environments. The main advantages of fuzzy logic include [33,41,42]:
  • Robustness to uncertainty, as fuzzy logic processes incomplete data, making it a useful tool in human–robot interaction scenarios;
  • Simplification of decision-making, eliminating the need for a precise mathematical model and simplifying implementation and tuning;
  • Smooth and adaptive control, ensuring gradual control adjustments and robot movements, reducing the risk of hazardous interactions;
  • Enhanced safety, achieved through dynamic force regulation based on sensor data.
Thus, fuzzy logic-based control systems are widely applied for force control, trajectory planning, movement strategy planning, and real-time action adjustments. Additionally, integrating fuzzy logic with other methods (e.g., machine learning) enhances accuracy, autonomy, and adaptability in cobot control.

3. Collaborative Robots: Characteristics and Challenges

The evolution of industrial automation has led to the emergence of collaborative robots (cobots) as a transformative and pivotal technology, designed to work alongside human operators in shared workspaces, effectively bridging the gap between fully automated systems and manual labor [43,44,45,46]. Their design philosophy centers on enabling safe and efficient interaction with human workers in shared workspaces, offering a unique blend of robotic precision and human adaptability [47]. This section explores the distinctive characteristics of cobots and the significant challenges in their control systems, highlighting the need for advanced control methodologies such as fuzzy logic.

3.1. Features of Collaborative Robots

Unlike traditional industrial robots that operate in isolated environments, collaborative robots incorporate numerous safety and adaptability features that enable direct human–robot interaction. The defining features of cobots are intrinsically linked to their collaborative nature, emphasizing safety, seamless human interaction, industrial applicability, and the ability to adapt to dynamic environments [48,49]. However, the implementation and effectiveness of these features can vary significantly across different cobot designs and interaction capabilities tailored to different industrial needs. Below is a comparative analysis of notable cobot models, highlighting their safety, adaptability, human–robot communication interfaces, and overall effectiveness in industrial applications.

3.1.1. Safety Features

Traditional industrial robots are typically large, dangerous, and built for specific processes, often requiring physical barriers such as safety cages or light curtains to protect workers. In contrast, cobots are designed with inherently safe characteristics that mitigate potential hazards during collaborative operations [50].
Modern cobots are equipped with sophisticated safety systems that comply with international safety standard ISO/TS 15066:2016 [51], which outlines four types of key safety functionalities for cobots to address four distinct collaborative operation modes: safety-rated monitored stop, hand guiding, speed and separation monitoring, power and force limiting [51,52,53]:
  • Safety-Rated Monitored Stop: This feature ensures that the robot stops safely upon human entry into the collaborative workspace, resuming only when the human leaves.
  • Hand Guiding: Operators can manually guide the robot, enhancing control and safety during collaborative tasks. This feature is particularly useful for tasks requiring precision and human intervention.
  • Speed and Separation Monitoring: The robot dynamically adjusts its speed based on the distance to the human worker, slowing down or stopping entirely if a predefined safety distance is breached. This dynamic adjustment helps in preventing collisions and ensuring safe operation.
  • Power and Force Limiting: Cobots are equipped with force sensing capabilities that allow them to detect abnormal forces and stop their motion immediately to prevent injuries. This feature helps in reducing the impact of potential collisions and avoiding certain types of incidents, such as crushing accidents.
Each mode represents a different approach to ensuring human safety while maintaining operational efficiency. For instance, power and force limiting ensures that the robot cannot exceed a predetermined force threshold, while speed and separation monitoring maintains a safe distance between the human operator and the robot [50,52].
Cobots are designed to be lightweight, flexible, and easy to reprogram, which enhances their safety and usability in various applications. Ergonomic considerations ensure that cobots can be integrated into workspaces without causing strain or injury to human workers. To minimize injury upon contact, cobots often feature rounded edges and soft padding [54,55].
The ergonomic structures are complemented by advanced sensing capabilities that constantly monitor the working environment with real-time control updates to prevent accidents or injuries during collaborative tasks. A range of hardware and software features, such as motion detection, protective stops, safety-rated sensors, collision detection are commonly integrated into cobots to contribute to the overall safety of the collaborative operation and prevent accidents and injuries [53].
All cobots prioritize safety, but the methods employed can differ, Table 1 presents a comparative analysis of notable cobot models (Universal Robots’ UR Series, ABB’s YuMi, KUKA’s LBR iiwa, FANUC’s CR Series), emphasizing safety features.
The comparison of the specified cobot series highlights distinct approaches to safety and varying degrees of industrial suitability that cater to different needs in collaborative robotics. Each series effectively addresses the fundamental safety requirements for human–robot interaction, albeit through different technological implementations, ranging from inherent physical limitations to sophisticated sensor-based control and robust contact detection. In terms of industrial suitability, the UR Series stands out for its versatility across a broad spectrum of applications and its user-friendly nature, making it accessible to a wide range of industries and particularly beneficial for flexible manufacturing environments. ABB’s YuMi is specifically engineered for delicate and precise small-part assembly tasks requiring close human collaboration. KUKA’s LBR iiwa excels in applications demanding high sensitivity, accurate force control, and seamless interaction in complex manipulation scenarios. Finally, FANUC’s CR Series offers a robust solution capable of handling a wide range of payloads, including heavier industrial materials, making it suitable for both traditional cobot tasks and more demanding material handling applications.
The diversity in safety mechanisms and industrial capabilities underscores the ongoing evolution and specialization within the field of collaborative robotics. The selection of an appropriate cobot necessitates a thorough understanding of the specific task requirements, the nature of the human–robot interaction, and the environmental constraints of the intended application. As technology continues to mature, future advancements will likely focus on further enhancing the safety, adaptability, and ease of integration of cobots across an even wider range of industrial sectors.

3.1.2. Human–Robot Interaction

The fundamental characteristic that distinguishes cobots from conventional industrial robots is their ability to interact directly with human operators in a shared workspace. This interaction can take various forms, from simple co-existence to complex collaborative tasks. In complex collaboration scenarios, shared task planning and synchronized execution become essential. The design philosophy behind cobots emphasizes intuitive interfaces that facilitate natural interaction, making them accessible to operators with minimal specialized training [62].
For effective human–robot collaboration, the role of the robot should transition naturally and smoothly between that of a leader and a follower to guarantee optimal task performance. This dynamic role distribution requires sophisticated control architectures that can interpret human intentions and respond appropriately. The arbitration of shared control between the human and the robot requires well-defined strategies within the control architecture to ensure efficient task execution and safety [48,63].
Effective collaboration requires more than just physical safety; it demands intuitive and productive interaction between humans and robots. Key aspects of human interaction in cobotics include the following:
  • Intuitive Programming and Operation: Cobots often feature user-friendly interfaces, such as hand guiding or graphical programming, making them accessible to users without extensive robotics expertise [64,65].
  • Ergonomics and Task Sharing: Cobots are intended to assist humans with physically demanding, repetitive, or potentially hazardous tasks, improving workplace ergonomics and reducing the risk of injury [64].
  • Communication and Trust: While still evolving, future cobots may incorporate more sophisticated communication methods to enhance understanding and trust between human and robot workers. Predictable and safe robot behavior is crucial for building operator confidence [46,49,66].
Table 2 presents a comparative analysis of human–robot interaction (HRI) aspects for leading cobots models, focusing on programming, ergonomics, and trust-building features.
The comparative analysis reveals that while all four collaborative robot series prioritize safe and effective human–robot interaction, they exhibit distinct approaches and strengths in their HRI design. Universal Robots emphasizes ease of programming through intuitive interfaces and hand-guiding, alongside ongoing research into advanced programming methods, making them accessible to a broad range of users. Their focus on predictable behavior contributes to building operator trust. ABB’s YuMi, designed for close-proximity assembly, leverages its dual-arm design and intuitive lead-through programming to facilitate seamless interaction in shared workspaces. KUKA’s LBR iiwa employs highly sensitive torque sensors, enabling natural and responsive interaction, with research exploring advanced communication through motion and force feedback. FANUC’s CR Series utilizes hand guidance and clear status indicators, with a focus on robust safety features and predictable responses to enhance operator confidence, while research explores more sophisticated communication methods. These differences highlight the diverse strategies employed by manufacturers to address the complexities of HRI. Universal Robots aims for user-friendly versatility, ABB focuses on intuitive collaboration in assembly, KUKA emphasizes sensitive and nuanced interaction, and FANUC balances ease of use with robust safety for industrial applications. The ongoing research into advanced programming, augmented reality, and more expressive robot behaviors indicates a continued commitment to improving HRI, with the goal of achieving safer, more intuitive, and more productive human–robot collaboration in industrial settings.
Human–robot collaboration presents unique challenges related to the unpredictable nature of human behavior. The working environment of cobots is subjected to unforeseeable modifications caused by people, requiring control systems that can adapt to these changes without compromising safety or efficiency [67]. This necessitates a delicate balance between robot autonomy and human control, where neither dominates the interaction entirely.

3.1.3. Adaptability and Flexibility

Cobots are frequently deployed in dynamic manufacturing environments where tasks and workflows can change rapidly and demand adaptability to different working processes. Unlike traditional industrial robots that are programmed for specific repetitive tasks, cobots can be quickly reprogrammed and redeployed for various functions. This flexibility allows them to be used in various industries and applications, from manufacturing to healthcare [48].
Key characteristics of adaptability include the following [48]:
  • Flexibility in Task Execution: Cobots can be easily reprogrammed and redeployed for a variety of tasks, often with minimal downtime.
  • Environmental Awareness: Utilizing various sensors like vision systems, force/torque sensors, and proximity sensors, cobots can perceive and react to changes in their environment, such as the presence of humans or obstacles.
  • Robustness to Uncertainty: Cobots need to operate reliably in the presence of real-world uncertainties, including variations in object placement and human movements.
The adaptability of cobots is enhanced through the integration of advanced sensing technologies, particularly vision systems that enable them to perceive and respond to changes in their environment.
Table 3 presents a comparative analysis of adaptability and flexibility features of the selected cobots models, focusing on their capabilities in task execution, environmental awareness, and uncertainty handling.
The current comparative analysis shows that collaborative robot manufacturers are using different strategies to achieve adaptability and flexibility, which are key characteristics for effective deployment in dynamic industrial environments. Universal Robots prioritizes ease of reprogramming and a broad ecosystem of compatible components, facilitating flexible task execution across diverse applications. ABB’s YuMi, while designed for a more specific domain of small parts assembly, offers flexibility through its dual-arm dexterity and quick changeover capabilities within that domain. KUKA’s LBR iiwa leverages its high degree of freedom and advanced control modes, particularly impedance control, to excel in scenarios demanding robustness to uncertainty and fine-grained adaptation to complex tasks. FANUC’s CR Series emphasizes versatile application support and integration with FANUC’s wider automation ecosystem, providing flexibility across a range of payloads and industrial settings. The emphasis on environmental awareness also varies. While all series can integrate sensors, KUKA’s LBR iiwa, with its inherent joint torque sensors, demonstrates a greater capacity for real-time, force-based adaptation. ABB’s YuMi uses integrated vision for structured environments, and FANUC and Universal Robots support a range of sensor options for broader awareness. These differences highlight the ongoing development of collaborative robots toward meeting diverse and evolving industrial needs.
Many collaborative robots employ AI algorithms and optical sensors to navigate industrial environments without constant human guidance. For instance, Universal Robots’ UR10e cobots utilize sensor fusion—including LiDAR, ultrasonic, and pressure sensors—to dynamically map their surroundings and adjust movements in real time, ensuring safe operation alongside human workers in busy production lines. Similarly, ABB’s cobots implement virtual safety zones with cameras and sensors that automatically slow or stop the robot when a human enters a defined area, enabling seamless human–robot collaboration without physical barriers [56,58].
However, these vision-based systems often depend on prior knowledge of the objects to be manipulated, limiting adaptability in highly dynamic or unstructured environments. To overcome this, recent research and industrial implementations are increasingly incorporating machine learning techniques, especially reinforcement learning (RL), to enable cobots to continuously learn and adapt to unforeseen changes. For example, in automotive assembly, dual-arm collaborative robots equipped with AI-driven control systems have demonstrated improved productivity and flexibility by adapting to variations in part positioning and handling large components safely alongside human operators. In logistics, sensorized robotic systems with machine learning capabilities manage bulky and diverse objects, adjusting grasping and manipulation strategies on the fly while maintaining worker safety. Reinforcement learning approaches have also been explored for pick-and-place tasks, allowing cobots to grasp previously unseen objects by learning optimal grasping policies through trial and error in simulation before deployment in real environments [68,69].
Similarly, fuzzy logic has been applied to improve human–robot interaction by interpreting ambiguous or imprecise human commands, enabling robots to adjust their actions dynamically. For instance, fuzzy logic can be used in mid-level controllers for wearable assistive devices and rehabilitation robots, providing the necessary torque adjustments based on the robot’s dynamics and external loads. This approach helps in simulating realistic human behavior and improving the interaction experience [70].
These developments illustrate a significant research trend combining machine learning and fuzzy logic to enhance cobot adaptability. Reinforcement learning provides the capability for continuous environmental learning and task generalization, while fuzzy logic offers robust decision-making under uncertainty and imprecision. Together, they represent a promising frontier for developing collaborative robots capable of flexible, reliable operation in complex, dynamic industrial settings.

3.2. Control System Requirements

Traditional industrial robot control methods, such as Proportional-Integral-Derivative (PID) control, trajectory tracking, force control, often focused on precision and repeatability in structured environments, is insufficient for the complexities of human–robot collaboration. The control systems of cobots requires ensure both efficient and safe operation [71].
Based on international robotic safety standards, industry best practices, and recent literature, the requirements are identified and ranked by significance in Table 4.
Cobots predict human intentions and adapt their behavior accordingly for natural and efficient collaboration. This involves incorporating models of human motion and decision-making processes using data sources like force/torque measurements, visual tracking, and historical interaction patterns. Robust sensor fusion algorithms are needed to operate in real-time while accommodating sensor noise and uncertainty. Control systems must balance multiple objectives, including task completion, safety, efficiency, and user comfort [48,74].
Cobots achieve precise motion synchronization with humans, even during tasks involving physical contact or shared manipulation of objects. Control systems must implement robust disturbance rejection algorithms to distinguish between intentional guidance and unintended perturbations. Fuzzy logic-based approaches can continuously regulate control authority based on interaction forces, system velocity, and environmental factors, enabling smooth transitions between collaborative modes [48,75].
Controllers for human–robot collaboration must consider adjustable autonomy and mixed initiative. Adjustable autonomy allows the dynamic allocation of control authority between the human and the robot based on task context and requirements. Mixed initiative enables both the human and the robot to initiate actions and make decisions within the collaborative framework. Control systems must balance autonomy and initiative to achieve optimal collaboration, considering both technical capabilities and human factors like user experience and trust [46,49,66,68].
Based on the literature review, collaborative robots represent a significant paradigm shift in industrial automation, offering unprecedented opportunities for human–robot collaboration in shared workspaces. Their distinctive features—safety-oriented design, natural human interaction capabilities, and adaptability to diverse workflows—enable applications that were previously infeasible with traditional industrial robots. However, these features also introduce complex control challenges that require innovative solutions.
Control system requirements for cobots encompass safety architectures, human intention prediction, motion synchronization, and the delicate balance between autonomy and initiative. Addressing these requirements demands control methodologies that can handle uncertainty, adapt to changing conditions, and facilitate natural human–robot interaction. Fuzzy logic, with its ability to process imprecise information and model human-like reasoning, represents a promising approach for meeting these challenges and realizing the full potential of collaborative robotics in industrial applications.
Building on this understanding of cobot characteristics and control challenges, the next section will explore specific applications of fuzzy logic in collaborative robot control, including control architectures, hybrid approaches, and techniques for enhancing adaptability, prediction, and motion correction.

4. Fuzzy Logic for Cobot Control

This chapter synthesizes recent studies focusing on fuzzy control architectures, hybrid approaches integrating fuzzy logic with other methods, and innovations aimed at augmenting the adaptability and precision of robotic movements.

4.1. Control Architectures

Fuzzy inference systems (FIS) have become indispensable tools in decision-making and control applications across various domains. Among the most prevalent models are the Mamdani fuzzy inference model and the Sugeno fuzzy inference model, each possessing its unique characteristics and applications. This section explores the distinctions, implementations, and practical implications of these two models, supporting insights with recent scholarly research [76,77].

4.1.1. Structure and Mechanism of Mamdani Fuzzy Model

The Mamdani fuzzy model, introduced by Ebrahim Mamdani in 1975 for controlling a steam engine, remains prominent due to its intuitive approach towards handling uncertainty and imprecision in systems [78]. The general structure of the Mamdani model is defined as follows:
  • Fuzzification: Input variables are converted into fuzzy sets using predefined membership functions. Typically, this step involves linguistic variables, such as “high,” “medium,” or “low,” which can be represented by various shapes (triangular, trapezoidal) [79].
  • Rule Evaluation: Fuzzy rules in the antecedent typically follow the format:
  • IF x1 is A1 AND x2 is A2 THEN y is B.
  • where A1 and A2 represent fuzzy membership functions, and B is the output fuzzy set. The evaluation of these rules involves the fuzzy operators AND, OR, and NOT, which are used to derive a fuzzy conclusion for each rule [80].
  • Aggregation: The outputs of all rules are combined to create a single fuzzy set that represents all output conditions.
  • Defuzzification: The final step involves converting the aggregated fuzzy set into a crisp output, often using techniques like the centroid method, which calculates the center of area under the curve of the fuzzy set [81].
Mamdani systems have been utilized in diverse applications, including temperature control, where (Jabeur and Seddik Jabeur & Seddik [82]) showcased its implementation for mobile robot navigation, yielding robust performance against unexpected obstacles.

4.1.2. Sugeno Fuzzy Model

The Sugeno fuzzy model, also known as the Takagi-Sugeno (T-S) model, simplifies the inference process and often serves better in control applications [83]. Sugeno models are characterized by:
  • Fuzzification: Similar to the Mamdani model, inputs are fuzzified into fuzzy sets using membership functions [79].
  • Rule Evaluation: The rules take on a different form where the conclusion is expressed as a mathematical function:
  • IF x1 is A1 AND x2 is A2 THEN y = f(x1, x2)
  • where f is typically a linear or constant function. This avoids the complexity of calculating fuzzy outputs by returning crisp results directly from the rules [84].
  • Aggregation and Defuzzification: In Sugeno systems, since the output is already a number, the defuzzification is performed through a weighted average of the outputs of each rule, providing a more straightforward computation process compared to the Mamdani approach [85].
Research indicates that Sugeno models often result in higher computational efficiency and speed, especially in real-time applications. For instance, in context of diagnosing diseases Sugeno’s efficiency relative to the Mamdani approach, achieving an error rate lower than the Mamdani method [86,87].

4.1.3. Performance Comparison and Application Domains

The choice between Mamdani and Sugeno models can significantly impact the performance of fuzzy inference systems in various applications. Quantitative comparisons emphasize these differences, particularly in control scenarios.
  • Control Systems: Sugeno models are often preferred in control systems requiring rapid responses. For example, in a comparative study of fuzzy logic controllers for photovoltaic systems, both Mamdani and Sugeno controllers were implemented, and the Sugeno controller had a faster response time and less output variation during transient states [88].
  • Predictive Models: Sugeno methods are recognized for their forecasting accuracy and are widely deployed in predictive scenarios due to their ability to approximate complex functions efficiently. Study reports [89], that the Sugeno approach achieved a prediction accuracy significantly outperforming the Mamdani model in a similar context.
  • Interpretability and Complexity: The Mamdani model offers greater interpretability through elaboration on fuzzy sets, which many users find beneficial. Researchers have noted that while the Sugeno model tends to produce better computational efficiency, the linguistic clarity present in Mamdani’s model aids in explaining system behaviors to non-specialists [90].
Both models have their advantages in different contexts, and this has been observed in agricultural applications. For instance, utilizing both models to predict temperature conditions in poultry farming, the Sugeno model surpassed Mamdani in execution time but required additional effort in presenting the results meaningfully [91].
In mobile robotics, comparative study [92] revealed that a Sugeno-based fuzzy logic controller outperformed Mamdani in line-following tasks due to better computational efficiency. Notably, it reduced the deviation from the target track significantly in dynamic environments.
In another investigation of household light control systems [93], the implementation of a Sugeno fuzzy model resulted in decreased energy consumption compared to a Mamdani model by optimizing the light intensity supply based on environmental changes through faster decision-making.
In summary, while both Mamdani and Sugeno fuzzy models have their unique strengths, the choice between them often relies on the specific application and requirements of system performance. Mamdani models remain desirable for tasks requiring interpretability and linguistic output, while Sugeno models prevail in applications demanding rapid calculations and precise numerical outputs.
Fuzzy logic has proliferated various architectures designed to address complex decision-making and control challenges in a multitude of fields. While the Mamdani and Sugeno models remain prominent, other fuzzy logic architectures have emerged, showcasing unique strengths and capabilities. In the next subsections we explore several alternative fuzzy logic architectures and compare them with the Mamdani and Sugeno models.

4.1.4. Fuzzy Cognitive Maps (FCMs)

Fuzzy Cognitive Maps (FCMs) combine fuzzy logic with graph theory, representing knowledge as a directed graph where weighted edges indicate the influence of one concept on another. This structure makes FCMs particularly well-suited for modeling complex systems in which relationships and dependencies between components are critical. FCMs have been explored in the context of energy management systems, effectively capturing interactions among multiple energy sources and enabling optimization of their contributions in response to fluctuating demand [94].
FCMs also offer advantages in scenario analysis and decision support, allowing practitioners to simulate the effects of varying inputs or interventions on the overall system. In addition, the ability to dynamically update edge weights based on system feedback makes FCMs adaptable to changing conditions, enhancing their relevance for real-time decision-making and strategic planning. Future research may explore hybrid approaches that integrate FCMs with quantitative fuzzy systems or machine learning techniques, combining interpretability with numerical precision to address complex control and optimization challenges [94].
Unlike the Mamdani and Sugeno models, FCMs do not rely on crisp outputs and are more qualitative in nature, which can lead to more intuitive insights into system behavior. However, the discussion on precision relative to Mamdani and Sugeno may require additional nuance, as the trade-offs between qualitative modeling and numerical outputs can vary contextually.

4.1.5. Adaptive Neuro-Fuzzy Inference Systems (ANFIS)

Adaptive Neuro-Fuzzy Inference Systems (ANFIS) merge artificial neural networks with fuzzy logic, enabling dynamic adaptation of fuzzy rules based on input data. This hybrid approach allows ANFIS to combine the learning capabilities of neural networks with the interpretability of fuzzy logic, providing a flexible framework for both function approximation and data-driven decision-making. One of the key strengths of ANFIS is its ability to model nonlinear systems and adjust its inference rules in response to changing conditions, making it particularly suitable for complex, real-time applications [95].
Despite its potential, the exact performance improvements of ANFIS compared to traditional Mamdani systems are not always well quantified in the literature, highlighting the need for more systematic benchmarking studies. Nevertheless, practical applications demonstrate its versatility. ANFIS has been successfully implemented in a variety of real-time control scenarios, including automotive systems, robotics, and process control, where rapid adaptation to varying inputs is crucial. For example, in automotive control, ANFIS can optimize engine performance or vehicle stability by continuously tuning control parameters in response to environmental changes. Similarly, in robotics, ANFIS enables adaptive trajectory planning and motion control, improving precision and responsiveness in dynamic environments [95].
Overall, ANFIS represents a promising avenue for systems that require both adaptive learning and interpretable control strategies, bridging the gap between data-driven modeling and rule-based reasoning. Future research could focus on hybridizing ANFIS with emerging AI techniques, such as reinforcement learning or deep learning, to further enhance adaptability and performance in increasingly complex control tasks.

4.1.6. Comparative Analysis

The comparison of fuzzy logic architectures reveals key differences in application suitability and performance metrics:
  • Mamdani vs. Sugeno: Mamdani is ideal for user-friendly systems requiring linguistic interpretability, while Sugeno is preferred in applications demanding efficiency and faster computations.
  • FCM vs. Traditional Models: FCMs excel in illustrating complex interdependencies, but precise numeric outputs might be necessary for quantitative control applications, depending on use cases.
  • ANFIS vs. Static Fuzzy Models: ANFIS adapts dynamically to changes in input data, which is beneficial for systems that encounter variable conditions in real time.
As the field of fuzzy logic continues to evolve, these various architectures demonstrate the flexibility and adaptability of fuzzy systems to different problem domains. While Mamdani and Sugeno models remain foundational, alternative architectures like FCMs and ANFIS offer significant advances for managing uncertainty in decision-making and control systems.

4.2. Hybrid Control Architectures

The advancement of collaborative robot (cobot) control systems using hybrid approaches involving fuzzy logic represents a significant stride in the field of robotics. The integration of fuzzy logic with other intelligent systems—particularly neural networks, genetic algorithms, and adaptive control techniques—allows for greater flexibility, robustness, and efficiency in navigating complex environments. This synthesis focuses on various hybrid approaches and their applications in cobot control, drawing from recent literature to elucidate the state of the art in this domain [96].
The emergence of hybrid systems that combine fuzzy logic with other methodologies further illustrates the potential for enhanced control architectures. A model integrating fuzzy logic and neural networks, showing its capacity to navigate the complexities of dynamic environments [96]. Such hybrid fuzzy logic systems provides the necessary flexibility, which allows for adaptive tuning of parameters based on environmental feedback, demonstrating a marked improvement in trajectory accuracy. This hybrid system provided up to 30% improved performance over conventional methods when tested in dynamic scenarios, underscoring the efficacy of combining fuzzy architectures with machine learning techniques [96,97,98].
Hybrid control approaches that integrate fuzzy logic with other control methodologies, such as sliding mode control and neural networks, have garnered attention for their ability to enhance stability and adaptability in robot navigation. A Type-2 Fuzzy-Sliding Mode Controller was developed [97] that effectively navigates mobile robots in environments with dynamic targets. Their simulations indicated that this hybrid control system reduced tracking errors by over 40% compared to traditional sliding mode controllers [97,98].
Furthermore, the application of a fuzzy logic framework for obstacle avoidance in differential-drive mobile robots was demonstrated [98]. The implementation demonstrated a significant reduction in collision rates, achieving an accuracy of 92% in avoiding obstacles compared to a baseline controller, which had a mere 65% success rate. This improvement highlights the effectiveness of fuzzy logic in handling unpredictable obstacles in real time [98].
A significant contribution to this field is the use of fuzzy logic in conjunction with genetic algorithms for optimization. Employing a hybrid fuzzy-genetic approach for path planning in dynamic environments, achieved path lengths that were notably shorter than those derived from conventional algorithms, demonstrating how evolutionary strategies refine fuzzy logic performance [99].
Lastly, the combination of fuzzy logic with interval type-2 systems offers robustness against uncertainties. For example, evaluating its effectiveness in navigating agricultural robots, revealed improvements in decision-making accuracy in comparison to traditional fuzzy methods [100].
Hybrid fuzzy logic control systems commonly combine classical fuzzy logic with neural networks, where the latter serves to enhance the adaptability of robotic systems in uncertain and dynamic environments. For instance, the implementation of a hybrid neuro-fuzzy approach for a mobile robot designed for monitoring wall structures was explored [101]. The findings indicate that this integration not only allows for improved behavior control but also affords the robot the ability to learn from its environment, adapting its actions through experience. Similarly, another study [102] utilizes a fuzzy logic system alongside neural networks and disturbance observers to create a robust control methodology for a robot manipulator. The results demonstrated improved handling of disturbances and uncertainties that typically affect traditional control systems.
Moreover, the role of genetic algorithms in refining fuzzy controllers is evident in various studies. A genetic-fuzzy approach for optimizing trajectory planning and motion control in non-holonomic mobile robots navigating dynamic settings was presented [103]. This work highlights the effectiveness of hybrid solutions in enhancing the performance of fuzzy logic-based systems by systematically refining rule bases and membership functions. Furthermore, applying particle swarm optimization (PSO) to optimize the parameters of fuzzy logic controllers for mobile robot navigation, illustrates that optimal configurations can lead to efficient obstacle avoidance in complex environments [104].
In the context of leader-follower models, an adaptive fuzzy logic-based controller for wheeled mobile robots facilitating cooperative navigation was implemented [105]. The results underscored the improvement in maintaining formation during dynamic circumstances, showcasing the benefits of employing fuzzy logic in conjunction with adaptive techniques that respond to real-time changes in the operating environment. This highlights a fundamental characteristic of hybrid systems: their ability to leverage fuzzy logic’s interpretability while augmenting adaptability with complementary methods.
In terms of application to path planning and obstacle avoidance, several hybrid approaches have demonstrated substantial improvements over conventional methods. For example, the implementation of hybrid fuzzy and adaptive control methods allows for real-time adjustments based on environmental feedback. An integrated approach was proposed [106] that combines fuzzy logic with an optimized artificial potential field (APF) method for enhanced trajectory planning and obstacle evasion. Their findings indicated significant improvements in navigation efficiency, reinforcing the idea that hybrid systems can effectively operate even in unpredictable contexts.
Regarding the implementation of fuzzy logic in complex tasks, combining it with classical control techniques has also shown promise. A control system was developed that utilizes fuzzy logic alongside PID control for mobile robot navigation, demonstrating how hybrid configurations can capture the strengths of both systems. The results indicated superior performance in target tracking and obstacle evasion, thus confirming the effectiveness of such hybrid methodologies in improving control outcomes in robotic systems [82].
Another relevant approach is the use of fuzzy logic combined with simultaneous localization and mapping (SLAM) techniques. Collaboration between robots equipped with fuzzy logic controllers and advanced sensors can lead to improved decision-making capabilities in unstructured environments allowing robots to make informed decisions about their movement paths [96].
Furthermore, the employment of distributed architectures, where multiple robots operate collaboratively using fuzzy logic controllers, shows heightened robustness and scalability. For example, combining fuzzy logic and PID control for a group of two-wheeled balancing robots could achieve stability even under varying environmental conditions. This example emphasizes the adaptability fostered by hybrid approaches but also underscores their practical applications in collaborative scenarios [107].
The development of intelligent cleaning robots further exemplifies the power of fuzzy logic when integrated with AI techniques. By detailing a cleaning robot’s autonomous obstacle avoidance through fuzzy logic-driven decisions based on sensory data. This highlights the potential benefits of integrating fuzzy logic with various AI paradigms to create more effective automated systems in domestic applications [108].
In conclusion, the application of hybrid approaches involving fuzzy logic in cobot control systems facilitate enhancements in adaptability, robustness, and functionality in dynamic and complex environments. Through the fusion of fuzzy logic with neural networks, genetic algorithms, and adaptive control methodologies, research indicates improved performance in various applications, from simple navigation tasks to complex cooperative operations. The ongoing exploration of these hybrid methodologies promises to revolutionize the landscape of robotic control systems, providing avenues for greater efficiency and productivity in various sectors.

4.3. Enhancing Adaptivity, Prediction, and Motion Correction

Fuzzy logic has evolved significantly to provide powerful tools for enhancing the adaptability, predictability, and precision of robotic movements in various applications including collaborative robots (cobots), autonomous vehicles, and industrial automation. This section provides a detailed overview of fuzzy logic adaptations, technical details on architectures and methodologies, as well as comparisons of recent developments.

4.3.1. Enhancing Adaptivity with Fuzzy Logic Architectures

Adaptivity in robotic systems enables them to adjust their operations based on real-time data from their environment. One key approach is the implementation of fuzzy controllers, particularly hybrid fuzzy-PID controllers that combine the robustness of fuzzy logic with the stability of traditional PID control.
Such systems employ fuzzy logic to dynamically adjust PID controller parameters based on assessed error margins and system feedback, thereby enhancing responsiveness to environmental and operational changes. A hybrid differential evolution particle swarm optimization optimized fuzzy PID controller achieved a 25% reduction in the settling time and overshoot of power systems compared to standard PID controllers alone [109].
By applying an adaptive fuzzy-PID controller to control hydraulic systems, it was found that the hybrid model achieved a reduction in control errors from 7% to 2.5%, demonstrating significant improvements in tracking accuracy during varied load conditions [110].
An example of real-time adaptation can be seen in hydraulic actuation systems where fuzzy logic precisely adjusts parameters. For instance, using fuzzy control with adaptive learning algorithms, hyperbolic tangent models were utilized to provide adaptive control over suspension systems in automotive applications. That resulted in a decrease in body oscillations by approximately 30% compared to fixed-parameter controllers [111].

4.3.2. Prediction Capabilities in Fuzzy Logic Systems

Fuzzy logic’s predictive capabilities play a crucial role in autonomous systems where anticipating future states is essential. By employing hybrid fuzzy inference systems that utilize predictive algorithms, cobots can optimize their strategies for navigation, task execution, and resource allocation.
A fuzzy-based hybrid decision-making algorithm in tri-rotor UAV stabilization was implemented [112]. The findings indicated a 45% reduction in error margins during dynamic flight conditions compared to traditional offset compensatory methods. The predictive model also incorporated historical data to dynamically adjust control inputs, forecasting external disturbances caused by varying weather conditions [112].
An adaptive path planning system was introduced [113] to autonomously guide vehicles in congested urban environments. Using a hybrid approach that combines adaptive fuzzy inference with predictive algorithms, a 38% increase in navigation efficiency was reported. The system could adjust trajectory in real-time by analyzing traffic density and road conditions, reducing the average time spent in traffic by nearly 10% [113].

4.3.3. Motion Correction Using Fuzzy Logic Techniques

Motion correction is essential for cobots, particularly when precise movements are needed in dynamic environments. Fuzzy logic aids in optimizing motion paths and compensating for deviations through adaptive control approaches.
A hybrid fuzzy controller for nonlinear half-vehicle suspension systems was developed [114]. This approach not only improved ride comfort but also achieved a noticeable decrease of 47% in response time for target trajectory following when compared to conventional control methods. They used fuzzy rules with variable membership functions to calculate the necessary adjustments based on real-time sensory feedback, enabling accurate motion correction [114].
Additionally, integrating hybrid fuzzy controllers with simulated annealing algorithms allowed adaptive path optimization. For example, a Takagi-Sugeno fuzzy model coupled with simulated annealing achieved a trajectory success rate of 90%, significantly higher than the 75% success achieved by classical methods [115]. The algorithm optimized pathfinding by dynamically adjusting fuzzy rules based on the motion error feedback, correcting trajectories more efficiently.

4.4. Technical Comparisons of Fuzzy Logic Approaches

A comparative assessment of fuzzy logic approaches reveals performance distinctions pertinent to adaptability, prediction capability, and motion correction are presented in Table 5:
The advancements and adaptations in fuzzy logic architectures for cobot control have significantly impacted the field of robotics. By combining hybrid fuzzy-PID controllers, integrated predictive algorithms, and adaptive fuzzy techniques, researchers have achieved significant improvements over traditional control methods. Future work may focus on further integrating emerging AI approaches with fuzzy logic to enhance adaptability, precision, and overall efficiency in a wide range of robotic applications.

5. Main Research Questions

The control of collaborative robots (cobots) presents unique challenges, particularly in dynamic and uncertain environments. Fuzzy logic, known for its ability to manage vagueness and approximate reasoning, has emerged as a viable alternative to traditional control techniques.
The systematic literature review [116] was chosen as one of the most effective methods for stating our research topic. This section provides description of using fuzzy logic in cobots and considers the following research questions:
  • How has fuzzy logic been applied to enhance cobot decision-making and adaptability in dynamic environments?
  • How does fuzzy logic compare to other control methods (e.g., PID, neural networks, reinforcement learning) in terms of efficiency, accuracy, and computational complexity for cobot applications?
  • What role does fuzzy logic play in human–robot collaboration, particularly in ensuring safety, flexibility, and intuitive interaction?

5.1. Application of Fuzzy Logic in Cobot Decision-Making and Adaptability

Fuzzy logic has been effectively employed to enhance cobot adaptability and decision-making in rapidly changing environments. Its strength lies in its capacity to model uncertainty and imprecision without requiring a precise mathematical representation of the system. In complex settings where cobots must interpret vague sensor inputs or respond to irregular human movements, fuzzy controllers provide smooth and robust responses [117]. For instance, adaptive fuzzy controllers have enabled mobile cobots to make real-time navigational decisions, balancing task execution with human presence in shared spaces [118].
Fuzzy logic is effectively used to enhance the adaptability and decision-making capabilities of collaborative robots (cobots) operating in rapidly changing and uncertain environments. Its main advantage lies in its ability to model uncertainty and imprecision without requiring an exact mathematical representation of the controlled system. This makes fuzzy logic particularly useful in scenarios where cobots must interpret vague sensor data or respond to unpredictable human actions [119].
In complex settings, such as manufacturing facilities or medical institutions, fuzzy controllers enable cobots to deliver smooth and stable responses. For example, adaptive fuzzy regulators have been applied to mobile cobots to support real-time navigation decisions while accounting for the presence of humans in shared workspaces [120].
Additional examples of fuzzy logic application in collaborative robotics illustrate its versatility across various operational contexts. In assembly and handling tasks, cobots equipped with fuzzy controllers can adaptively adjust grip strength or contact force based on object sensitivity, spatial positioning, and observed operator behavior [121].
Furthermore, fuzzy logic enables real-time adjustments of a cobot’s velocity and path by evaluating proximity to obstacles, object density in the surrounding environment, and levels of sensor noise [122]. Even in suboptimal conditions, such as poor lighting or partial visual occlusion, fuzzy systems can interpret data from vision systems and depth sensors to ensure reliable manipulation and navigation [123]. For soft or multi-segmented manipulators, fuzzy logic facilitates the achievement of target shapes or positions by continuously compensating for structural deviations, thereby eliminating the need for complex inverse kinematic computations [124].
Thus, fuzzy logic demonstrates considerable potential in improving the reliability, safety, and efficiency of cobots operating in complex and dynamically changing environments. It is particularly valuable in situations where strictly formalised mathematical models of human behavior or the external environment are unavailable or impractical.

5.2. Comparison with Classical and AI-Based Control Methods

When compared with classical methods like PID controllers, fuzzy logic offers superior flexibility in nonlinear and uncertain conditions. While PID systems are computationally efficient and straightforward to implement, they struggle in situations involving abrupt changes or poorly modelled dynamics. Fuzzy logic, by contrast, accommodates uncertainty and allows for intuitive rule-based control without requiring detailed mathematical models. Neural networks and reinforcement learning (RL) approaches can learn complex behaviors but are typically computationally intensive and lack interpretability [125].
Several comparative studies highlight the advantages of fuzzy logic over traditional control methods in various applications. For instance, ref. [126] reported that a fuzzy controller exhibited superior performance compared to a PID controller in terms of convergence speed and robustness when operating under spatial constraints, making it a more suitable option in such environments. Similarly, ref. [127] demonstrated that, when applied to boost converters, fuzzy logic controllers offered better disturbance rejection and adaptability to changes in irradiance levels than their PID counterparts.
In experiments conducted by [128], fuzzy control was found to significantly outperform PID in maintaining response smoothness and stability, particularly under communication delay conditions. Furthermore, ref. [129] showed that fuzzy logic provided smoother and more accurate joint motion control than PID, especially in scenarios characterised by load variations and signal noise.
These findings collectively suggest that fuzzy logic offers a favorable balance between interpretability, robustness, and computational efficiency. As such, it remains a compelling choice for control scenarios where classical or AI-based methods either fall short in flexibility or introduce unnecessary complexity.

5.3. Role in Human–Robot Collaboration

Fuzzy logic plays a vital role in ensuring both safety and intuitive interaction in human–robot collaboration (HRC) [130,131]. By using linguistic variables to model human-like reasoning, fuzzy controllers are able to predict and respond to user intentions, even in the presence of incomplete or ambiguous data. Studies have demonstrated that fuzzy control significantly enhances user trust, the fluidity of interaction, and the interpretability of the system, particularly in tasks involving physical contact and shared environments.
Recent advancements demonstrate how fuzzy logic can enhance human–robot collaboration by improving interpretability and responsiveness in real-world tasks. A notable development by [132] integrated fuzzy logic with video and speech language models to infer user intentions in real-time. This approach enabled collaborative robots to interpret natural commands more effectively and respond appropriately within dynamic and context-sensitive environments.
In another study, ref. [133] implemented fuzzy Q-learning techniques in cobots to regulate grip force and motion trajectories during cooperative manipulation tasks. These hybrid systems allowed robots to adapt to changes in user behavior more effectively, thereby reducing the risk of discomfort or injury during physical interaction.
Additionally, fuzzy logic has been applied to interpret vague temporal expressions—such as “soon,” “later,” or “in a moment”—in verbal instructions, allowing robots to better synchronize task execution with human expectations [134].
These applications illustrate fuzzy logic’s unique potential to bridge the gap between symbolic reasoning and physical execution in human–robot collaboration. By combining transparency with adaptability, fuzzy control systems support the development of safer, more intuitive, and human-centered robotic systems.
The reviewed literature clearly demonstrates the growing relevance and applicability of fuzzy logic in collaborative robot control. Across diverse research directions—ranging from adaptive decision-making and comparison with traditional control techniques to advancements in human–robot collaboration—fuzzy logic has shown significant advantages in handling uncertainty, improving system interpretability, and enabling responsive, human-centered interaction. Unlike classical controllers, fuzzy systems offer a robust framework for managing nonlinearity and imprecision, while remaining computationally efficient and explainable. Furthermore, their integration with machine learning and natural language processing opens new possibilities for intelligent and intuitive robotic behavior. Taken together, these findings establish fuzzy logic as a promising and versatile tool for enhancing the safety, adaptability, and performance of next-generation cobot systems.

6. Conclusions

The presented article reviews modern approaches to the application of fuzzy logic in collaborative robot control. The analysis demonstrates that fuzzy logic enhances robustness to uncertainty, increases the adaptability and flexibility of control systems, and improves the safety of human–robot interaction while ensuring intuitive operation.
From a scientific perspective, the development of fuzzy logic lies in its integration with artificial intelligence methods such as neural networks, evolutionary algorithms, and reinforcement learning. These hybrid approaches form the foundation for predictive systems capable of self-learning and generating their own rules to adapt to uncertain conditions and ensure coordinated actions between humans and robots.
In practice, fuzzy logic has already been applied in industry, including assembly, logistics, flexible manufacturing, and other processes. Its use reduces operational risks and equipment downtime while improving ease of use. The most significant potential lies in its application within mass customization environments, where the rapid and safe reconfiguration of robotic systems for changing tasks is required.
The literature review highlights several promising future directions for fuzzy logic development: automatic rule-based generation to reduce system tuning and calibration time; the use of neural networks to decrease algorithmic computational complexity; integration with digital twins and virtual testing systems; and the advancement of multi-agent fuzzy control systems. All these innovations aim to overcome the limitations of classical fuzzy logic-based control. Progress in this field, particularly through integration with other intelligent methods, can improve prediction accuracy, enhance system diagnostics, reduce computational load in real-time operations, and enable the coordination of multi-level systems with human operators—thus improving the transparency and reliability of fuzzy logic-based control and diagnostic frameworks.
In conclusion, fuzzy logic is a key element in shaping the next generation of collaborative robot control and diagnostic systems under uncertain conditions. Its continued development will enable the creation of human-centered control solutions designed to ensure safety and efficiency in future manufacturing environments.

Author Contributions

Conceptualization, S.A.; methodology, S.A., O.D., O.S. and A.P.; validation, M.R.; formal analysis, S.A., O.D., O.S. and A.P.; investigation, S.A., O.D., O.S. and A.P.; resources, S.A., O.D., O.S. and A.P.; writing—original draft preparation, S.A., O.D., O.S. and A.P.; writing—review and editing, M.R.; super-vision, S.A. and M.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the project “Increasing the knowledge intensity of Ida-Viru entrepreneurship” co-funded by the European Union.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Nair, B.R. Collaborative Perception in Multi-Robot Systems: Case Studies in Household Cleaning and Warehouse Operations. In Proceedings of the 2024 6th International Conference on Robotics and Computer Vision (ICRCV), Wuxi, China, 20–22 September 2024; pp. 195–200. [Google Scholar] [CrossRef]
  2. Galin, R.R.; Mamchenko, M.V.; Galina, S.B. Task Allocation Methodology in Collaborative Robotic Systems. In Proceedings of the 2023 International Russian Automation Conference, RusAutoCon 2023, Sochi, Russia, 10–16 September 2023; pp. 1004–1009. [Google Scholar] [CrossRef]
  3. Kolosowski, P.; Wolniakowski, A.; Miatliuk, K. Collaborative Robot System for Playing Chess. In Proceedings of the 15th International Conference Mechatronic Systems and Materials, MSM 2020, Bialystok, Poland, 1–3 July 2020. [Google Scholar] [CrossRef]
  4. Lee, J.; Park, G.T.; Ahn, S. A Performance Evaluation of the Collaborative Robot System. In Proceedings of the International Conference on Control, Automation and Systems 2021, Jeju, Republic of Korea, 12–15 October 2021; pp. 1643–1648. [Google Scholar] [CrossRef]
  5. Suwanratchatamanee, K.; Sawada, H.; Hashimoto, S. Handling Collaborative Robot System for Grasping Medical Cotton Cloth Porous with Bernoulli Gripper. In Proceedings of the 2024 IEEE International Conference on Mechatronics and Automation, ICMA 2024, Tianjin, China, 4–7 August 2024; pp. 394–399. [Google Scholar] [CrossRef]
  6. Sutthi, S.; Phaiyakarn, A.; Prueksakunnatam, S.; Khuankrue, I.; Janya-Anurak, C. Designing of Delta Manipulator as Human-Robot Interaction for Collaborative Mobile Robot. In Proceedings of the 2023 62nd Annual Conference of the Society of Instrument and Control Engineers, SICE 2023, Tsu, Japan, 6–9 September 2023; pp. 204–209. [Google Scholar] [CrossRef]
  7. Zhao, Y.; Qi, J.; Li, W. Adaptive PID Feedback Tracking Control for 6-DOF Collaborative Robot. In Proceedings of the 34th Chinese Control and Decision Conference, CCDC 2022, Hefei, China, 15–17 August 2022; pp. 5525–5532. [Google Scholar] [CrossRef]
  8. Wahyuningtri, S.; Adzkiya, D.; Nurhadi, H. Motion Control Design and Analysis of UR5 Collaborative Robots Using Proportional Integral Derivative (PID) Method. In Proceedings of the 2021 International Conference on Advanced Mechatronics, Intelligent Manufacture and Industrial Automation, ICAMIMIA 2021, Surabaya, Indonesia, 8–9 December 2021; pp. 157–161. [Google Scholar] [CrossRef]
  9. Zagirov, A.; Chebotareva, E.; Tsoy, T.; Martinez-Garcia, E.A. A New Virtual Human Model Based on AR-601M Humanoid Robot for a Collaborative HRI Simulation in the Gazebo Environment. In Proceedings of the 2023 7th International Conference on Information, Control, and Communication Technologies, ICCT 2023, Astrakhan, Russia, 2–6 October 2023. [Google Scholar] [CrossRef]
  10. Li, C.; Guo, J.; Guo, S.; Fu, Q. Study on Collaborative Task Assignment of Sphere Multi-Robot Based on Group Intelligence Algorithm. In Proceedings of the 2022 IEEE International Conference on Mechatronics and Automation, ICMA 2022, Guilin, China, 7–10 August 2022; pp. 1159–1164. [Google Scholar] [CrossRef]
  11. Nabil, M.; Mahfouz, D.M.; Shehata, O.M. Development and Evaluation of a Control Architecture for Human-Collaborative Robotic Manipulator in Industrial Application. In Proceedings of the 2022 14th International Conference on Computer and Automation Engineering, ICCAE, Brisbane, Australia, 25–27 March 2022; pp. 38–43. [Google Scholar] [CrossRef]
  12. Liu, Y.; Liu, J.; He, C. Dual Fuzzy Sliding Mode Control of Collaborative Robot Based on Adaptive Algorithm. In Proceedings of the 2022 6th International Conference on Automation, Control and Robots, ICACR, Shanghai, China, 23–25 September 2022; pp. 25–31. [Google Scholar] [CrossRef]
  13. Yang, Y.; Li, Z.; Shi, P.; Li, G. Fuzzy-Based Control for Multiple Tasks with Human-Robot Interaction. IEEE Trans. Fuzzy Syst. 2024, 32, 5802–5814. [Google Scholar] [CrossRef]
  14. Hidayati, M.N.; Adzkiya, D.; Nurhadi, H. Motion Control Design and Analysis of UR5 Collaborative Robots Using Fuzzy Logic Control (FLC) Method. In Proceedings of the 2021 International Conference on Advanced Mechatronics, Intelligent Manufacture and Industrial Automation, ICAMIMIA, Surabaya, Indonesia, 8–9 September 2021; pp. 162–167. [Google Scholar] [CrossRef]
  15. Xing, X.; Li, W.; Yuan, S.; Li, Y. Fuzzy Logic-Based Arbitration for Shared Control in Continuous Human-Robot Collaboration. IEEE Trans. Fuzzy Syst. 2024, 32, 3979–3991. [Google Scholar] [CrossRef]
  16. Van, M.; Sun, Y.; McLlvanna, S.; Nguyen, M.N.; Khyam, M.O.; Ceglarek, D. Adaptive Fuzzy Fault Tolerant Control for Robot Manipulators with Fixed-Time Convergence. IEEE Trans. Fuzzy Syst. 2023, 31, 3210–3219. [Google Scholar] [CrossRef]
  17. Kimaporn, M.; Nunkaew, W. A Fuzzy Inference System-Based Hybrid Assignment Method for Cobot Assignment Problem. In Proceedings of the 2023 3rd International Conference on Robotics, Automation and Artificial Intelligence, RAAI, Singapore, 14–16 December 2023; pp. 292–296. [Google Scholar] [CrossRef]
  18. Terra, A.; Riaz, H.; Raizer, K.; Hata, A.; Inam, R. Safety vs. Efficiency: AI-Based Risk Mitigation in Collaborative Robotics. In Proceedings of the 2020 6th International Conference on Control, Automation and Robotics, ICCAR, Singapore, 20–23 April 2020; pp. 151–160. [Google Scholar] [CrossRef]
  19. Ahmed, H.O. FLS-Based Collision Avoidance Cyber Physical System for Warehouse Robots Using FPGA. In Proceedings of the 2019 6th International Conference on Dependable Systems and Their Applications, DSA, Harbin, China, 3–6 January 2020; pp. 262–268. [Google Scholar] [CrossRef]
  20. Costanzo, M.; De Maria, G.; Lettera, G.; Natale, C. A Multimodal Approach to Human Safety in Collaborative Robotic Workcells. IEEE Trans. Autom. Sci. Eng. 2022, 19, 1202–1216. [Google Scholar] [CrossRef]
  21. Zhang, J.; Jin, L.; Wang, Y. Collaborative Control for Multimanipulator Systems with Fuzzy Neural Networks. IEEE Trans. Fuzzy Syst. 2023, 31, 1305–1314. [Google Scholar] [CrossRef]
  22. Chen, L.; Su, W.; Wu, M.; Pedrycz, W.; Hirota, K. A Fuzzy Deep Neural Network With Sparse Autoencoder for Emotional Intention Understanding in Human–Robot Interaction. IEEE Trans. Fuzzy Syst. 2020, 28, 1252–1264. [Google Scholar] [CrossRef]
  23. Liu, Y.; Huang, J.; Jia, Y.; Zhou, L.; Li, G. Robotic Precision Force Control in Optical Machining a Fuzzy Admittance Approach. In Proceedings of the 2023 5th International Conference on Robotics, Intelligent Control and Artificial Intelligence, RICAI 2023, Hangzhou, China, 1–3 December 2023; pp. 210–214. [Google Scholar] [CrossRef]
  24. Saleh, M.A.; Soliman, M.A.; Ammar, H.H.; Shalaby, M.A.W. Modeling and Control of 3-Omni Wheel Robot Using PSO Optimization and Neural Network. In Proceedings of the 2020 International Conference on Control, Automation and Diagnosis, ICCAD, Paris, France, 7–9 October 2020. [Google Scholar] [CrossRef]
  25. Alenjareghi, M.J.; Keivanpour, S.; Chinniah, Y.A.; Jocelyn, S. Safe human-robot collaboration: A systematic review of risk assessment methods with AI integration and standardization considerations. Int. J. Adv. Manuf. Technol. 2024, 133, 4077–4110. [Google Scholar] [CrossRef]
  26. Ramos, I.F.; Gianini, G.; Leva, M.C.; Damiani, E. Collaborative Intelligence for Safety-Critical Industries: A Literature Review. Information 2024, 15, 728. [Google Scholar] [CrossRef]
  27. Liu, H.; Zhang, J.Q.; Zu, P.; Zhou, M.C. Evolutionary Algorithm-Based Attack Strategy with Swarm Robots in Denied Environments. IEEE Trans. Evol. Comput. 2023, 27, 1562–1574. [Google Scholar] [CrossRef]
  28. Huang, H.; Zeng, Z. A Fuzzy Adaptive Network With Learnable Parameters for Mixed-Integer Optimization. IEEE Trans. Fuzzy Syst. 2025, 33, 3823–3834. [Google Scholar] [CrossRef]
  29. Shi, H.; Xie, S.; Chen, Q.; Hu, S.; Yi, S. Adaptive Tunable Predefined-Time Backstepping Control for Uncertain Robotic Manipulators. ICCK Trans. Sens. Commun. Control. 2024, 1, 126–135. [Google Scholar] [CrossRef]
  30. Karimoddini, A.; Khan, M.A.; Gebreyohannes, S.; Heiges, M.; Trewhitt, E.; Homaifar, A. Automatic Test and Evaluation of Autonomous Systems. IEEE Access 2022, 10, 72227–72238. [Google Scholar] [CrossRef]
  31. Duorinaah, F.X.; Rajendran, M.; Kim, T.W.; Kim, J.I.; Lee, S.; Lee, S.; Kim, M.-K. Human and Multi-Robot Collaboration in Indoor Environments: A Review of Methods and Application Potential for Indoor Construction Sites. Buildings 2025, 15, 2794. [Google Scholar] [CrossRef]
  32. Beltran, E.P.; Diwa, A.A.S.; Gales, B.T.B.; Perez, C.E.; Saguisag, C.A.A.; Serrano, K.K.D. Fuzzy Logic-Based Risk Estimation for Safe Collaborative Robots. In Proceedings of the 2018 IEEE 10th International Conference on Humanoid, Nanotechnology, Information Technology, Communication and Control, Environment and Management, HNICEM, Baguio City, Philippines, 29 November–2 December 2018; pp. 1–5. [Google Scholar] [CrossRef]
  33. Mohammadian, M. Modelling and Automatic Design and Control of Robot Systems Using Collaborative Intelligent Systems. In Proceedings of the 2019 Amity International Conference on Artificial Intelligence, AICAI, Dubai, United Arab Emirates, 4–6 February 2019; pp. 37–41. [Google Scholar] [CrossRef]
  34. Soemarsono, A.R.; Mardlijah; Yazid, E. Optimal Control Methods for Fuzzy Optimal Control Problem. In Proceedings of the 2023 International Conference on Advanced Mechatronics, Intelligent Manufacture and Industrial Automation, ICAMIMIA, Surabaya, Indonesia, 14–15 November 2023; pp. 407–412. [Google Scholar] [CrossRef]
  35. Kumar Adak, A.; Darvishi Salookolaei, D. Some Properties of Rough Pythagorean Fuzzy Sets. Fuzzy Inf. Eng. 2021, 13, 420–435. [Google Scholar] [CrossRef]
  36. Matusiewicz, Z.; Homenda, W. Operations on Balanced Fuzzy Sets. In Proceedings of the 2023 IEEE International Conference on Fuzzy Systems (FUZZ), Incheon, Republic of Korea, 13–17 August 2023; pp. 4–9. [Google Scholar] [CrossRef]
  37. Ren, Q.; Xue, G.; Gong, X.; Wang, J. A Novel Fuzzy Rule Based Neuro-System with Sparse Rule Extraction for Classification Problems. In Proceedings of the 2022 12th International Conference on Information Science and Technology, ICIST, Kaifeng, China, 14–16 October 2022; pp. 356–361. [Google Scholar] [CrossRef]
  38. Palitha, V.; Dassanayake, C. Which Is the Better Rule? The Multiplication Rule or the Minimum Rule for Fuzzy Set Intersection. In Proceedings of the 2018 3rd International Conference on Information Technology Research, ICITR, Moratuwa, Sri Lanka, 5–7 December 2018; pp. 1–4. [Google Scholar] [CrossRef]
  39. Janková, Z.; Rakovská, E. Comparison Uncertainty of Different Types of Membership Functions in T2FLS: Case of International Financial Market. Appl. Sci. 2022, 12, 918. [Google Scholar] [CrossRef]
  40. Oguz Erenler, G.; Bulus, H.N. The Effect of Varying Artificial Neural Network and Adaptive Neuro-Fuzzy Inference System Parameters on Wind Energy Prediction: A Comparative Study. Appl. Sci. 2024, 14, 3598. [Google Scholar] [CrossRef]
  41. Wijaya, T.; Caesarendra, W.; Pappachan, B.K.; Tjahjowidodo, T.; Wee, A.; Roslan, M.I. Robot Control and Decision Making through Real-Time Sensors Monitoring and Analysis for Industry 4.0 Implementation on Aerospace Component Manufacturing. In Proceedings of the 2017 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing, PACRIM, Victoria, BC, Canada, 21–23 August 2017. [Google Scholar] [CrossRef]
  42. Jiang, L.; Wang, Y. A Personalized Computational Model for Human-Like Automated Decision-Making. IEEE Trans. Autom. Sci. Eng. 2022, 19, 850–863. [Google Scholar] [CrossRef]
  43. Patil, S.; Vasu, V.; Srinadh, K.V.S. Advances and Perspectives in Collaborative Robotics: A Review of Key Technologies and Emerging Trends. Discov. Mech. Eng. 2023, 2, 13. [Google Scholar] [CrossRef]
  44. Taesi, C.; Aggogeri, F.; Pellegrini, N. COBOT Applications—Recent Advances and Challenges. Robotics 2023, 12, 79. [Google Scholar] [CrossRef]
  45. Khedr, M.; Yang, E. An Overview of Cobots for Advanced Manufacturing: Human-Robot Interactions and Research Trends. MATEC Web Conf. 2024, 401, 12005. [Google Scholar] [CrossRef]
  46. Keshvarparast, A.; Battini, D.; Battaia, O.; Pirayesh, A. Collaborative Robots in Manufacturing and Assembly Systems: Literature Review and Future Research Agenda. J. Intell. Manuf. 2024, 35, 2065–2118. [Google Scholar] [CrossRef]
  47. Weidemann, C.; Mandischer, N.; van Kerkom, F.; Corves, B.; Hüsing, M.; Kraus, T.; Garus, C. Literature Review on Recent Trends and Perspectives of Collaborative Robotics in Work 4.0. Robotics 2023, 12, 84. [Google Scholar] [CrossRef]
  48. Hameed, A.; Ordys, A.; Możaryn, J.; Sibilska-Mroziewicz, A. Control System Design and Methods for Collaborative Robots: Review. Appl. Sci. 2023, 13, 675. [Google Scholar] [CrossRef]
  49. Cohen, Y.; Faccio, M.; Rozenes, S. Vocal Communication Between Cobots and Humans to Enhance Productivity and Safety: Review and Discussion. Appl. Sci. 2025, 15, 726. [Google Scholar] [CrossRef]
  50. Verschueren, G.; Noens, R.; Nica, W.; Accoto, D.; Juwet, M. Advancing Human-Robot Collaboration: A Focus on Speed and Separation Monitoring. Open J. Appl. Sci. 2025, 15, 885–905. [Google Scholar] [CrossRef]
  51. ISO/TS 15066:2016; Robots and Robotic Devices—Collaborative Robots. International Organization for Standardization: Geneva, Switzerland, 2016.
  52. Arents, J.; Abolins, V.; Judvaitis, J.; Vismanis, O.; Oraby, A.; Ozols, K. Human–Robot Collaboration Trends and Safety Aspects: A Systematic Review. J. Sens. Actuator Netw. 2021, 10, 48. [Google Scholar] [CrossRef]
  53. Bi, Z.M.; Luo, C.; Miao, Z.; Zhang, B.; Zhang, W.J.; Wang, L. Safety Assurance Mechanisms of Collaborative Robotic Systems in Manufacturing. Robot Comput. Integr. Manuf. 2021, 67, 102022. [Google Scholar] [CrossRef]
  54. Scoccia, C.; Ciccarelli, M.; Palmieri, G.; Callegari, M. Design of a Human-Robot Collaborative System: Methodology and Case Study. In Proceedings of the ASME 2021 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference, Virtual, 17–19 August 2021; American Society of Mechanical Engineers: New York, NY, USA, 2021. [Google Scholar]
  55. Jain, A.; Mehak, S.; Long, P.; Kelleher, J.D.; Guilfoyle, M.; Leva, M.C. Evaluating Safety and Productivity Relationship in Human-Robot Collaboration. In Proceedings of the Book of Extended Abstracts for the 32nd European Safety and Reliability Conference, Proceedings of the 32nd European Safety and Reliability Conference (ESREL 2022), Dublin, Ireland, 28 August–1 September 2022; Research Publishing Services: Singapore, 2022; pp. 3218–3225. [Google Scholar]
  56. Universal Robot. Industrial Universal Robots. Available online: http://www.universal-robots.com (accessed on 14 May 2025).
  57. Vojtesek, J.; Spacek, L. Overview of Collaborative Robot YuMi in Education. In Innovations in Mechatronics Engineering; Springer: Berlin/Heidelberg, Germany, 2022; pp. 293–300. [Google Scholar]
  58. ABB. YuMi. Available online: https://new.abb.com/products/robotics/robots/collaborative-robots/yumi/dual-arm (accessed on 14 May 2025).
  59. Pini, F.; Leali, F. Computer-Aided Assessment of Safety Countermeasures for Industrial Human-Robot Collaborative Applications. In Human-Friendly Robotics; Springer: Berlin/Heidelberg, Germany, 2020; pp. 186–198. [Google Scholar]
  60. LBR Iiwa. Available online: https://www.kuka.com/en-de/products/robot-systems/industrial-robots/lbr-iiwa (accessed on 14 May 2025).
  61. CR Series. Available online: https://www.fanuc.eu/eu-en/cr-series (accessed on 14 May 2025).
  62. Safavi, F.; Olikkal, P.; Pei, D.; Kamal, S.; Meyerson, H.; Penumalee, V.; Vinjamuri, R. Emerging Frontiers in Human–Robot Interaction. J. Intell. Robot. Syst. 2024, 110, 45. [Google Scholar] [CrossRef]
  63. Imran, M.; Ahmad, M.; Habib Khan, M.; Bouabdallah, A.; Zemoura, N. Exploring Human-Robot Interaction and Collaboration for Real-World Applications. IEEE-SEM 2024, 12, 52–60. [Google Scholar]
  64. Lorenzini, M.; Lagomarsino, M.; Fortini, L.; Gholami, S.; Ajoudani, A. Ergonomic Human-Robot Collaboration in Industry: A Review. Front. Robot. AI 2023, 9, 813907. [Google Scholar] [CrossRef]
  65. Rahman, M.M.; Khatun, F.; Jahan, I.; Devnath, R.; Bhuiyan, M.A.-A. Cobotics: The Evolving Roles and Prospects of Next—Generation Collaborative Robots in Industry 5.0. J. Robot. 2024, 2024, 2918089. [Google Scholar] [CrossRef]
  66. Firmino de Souza, D.; Sousa, S.; Kristjuhan-Ling, K.; Dunajeva, O.; Roosileht, M.; Pentel, A.; Mõttus, M.; Can Özdemir, M.; Gratšjova, Ž. Trust and Trustworthiness from Human-Centered Perspective in Human–Robot Interaction (HRI)—A Systematic Literature Review. Electronics 2025, 14, 1557. [Google Scholar] [CrossRef]
  67. Hu, M. Research on Safety Design and Optimization of Collaborative Robots. Int. J. Intell. Robot. Appl. 2023, 7, 795–809. [Google Scholar] [CrossRef]
  68. Pietrantoni, L.; Favilla, M.; Fraboni, F.; Mazzoni, E.; Morandini, S.; Benvenuti, M.; De Angelis, M. Integrating Collaborative Robots in Manufacturing, Logistics, and Agriculture: Expert Perspectives on Technical, Safety, and Human Factors. Front. Robot. AI 2024, 11, 1342130. [Google Scholar] [CrossRef]
  69. Nasr, A.; Hashemi, A.; McPhee, J. Model-Based Mid-Level Regulation for Assist-As-Needed Hierarchical Control of Wearable Robots: A Computational Study of Human-Robot Adaptation. Robotics 2022, 11, 20. [Google Scholar] [CrossRef]
  70. Gomes, N.M.; Martins, F.N.; Lima, J.; Wörtche, H. Reinforcement Learning for Collaborative Robots Pick-and-Place Applications: A Case Study. Automation 2022, 3, 223–241. [Google Scholar] [CrossRef]
  71. Urrea, C.; Kern, J. Recent Advances and Challenges in Industrial Robotics: A Systematic Review of Technological Trends and Emerging Applications. Processes 2025, 13, 832. [Google Scholar] [CrossRef]
  72. Ye, Y.; Li, P.; Li, Z.; Xie, F.; Liu, X.-J.; Liu, J. Real-Time Design Based on PREEMPT_RT and Timing Analysis of Collaborative Robot Control System. In Intelligent Robotics and Applications; Springer: Berlin/Heidelberg, Germany, 2021; pp. 596–606. [Google Scholar]
  73. Duan, J.; Zhuang, L.; Zhang, Q.; Zhou, Y.; Qin, J. Multimodal Perception-Fusion-Control and Human–Robot Collaboration in Manufacturing: A Review. Int. J. Adv. Manuf. Technol. 2024, 132, 1071–1093. [Google Scholar] [CrossRef]
  74. Chemweno, P.; Pintelon, L.; Decre, W. Orienting Safety Assurance with Outcomes of Hazard Analysis and Risk Assessment: A Review of the ISO 15066 Standard for Collaborative Robot Systems. Saf. Sci. 2020, 129, 104832. [Google Scholar] [CrossRef]
  75. Li, Z.; Li, G.; Wu, X.; Kan, Z.; Su, H.; Liu, Y. Asymmetric Cooperation Control of Dual-Arm Exoskeletons Using Human Collaborative Manipulation Models. IEEE Trans. Cybern. 2022, 52, 12126–12139. [Google Scholar] [CrossRef]
  76. Zadeh, L.A. Outline of a New Approach to the Analysis of Complex Systems and Decision Processes. IEEE Trans. Syst. Man. Cybern. 1973, SMC-3, 28–44. [Google Scholar] [CrossRef]
  77. Zadeh, L.A. Fuzzy Sets. Inf. Control. 1965, 8, 338–353. [Google Scholar] [CrossRef]
  78. 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]
  79. Alves, K.; Ballini, R.; Aguiar, E. A New Fuzzy Inference System Applied to Time Series Forecasting. In Proceedings of the Anais do XVI Congresso Brasileiro de Inteligência Computacional, CBIC, Salvador, Bahia, Brazil, 8–11 October 2023; pp. 1–6. [Google Scholar]
  80. Ma’rif, E.F.; Abadi, A.M. Fuzzy Application (Mamdani Method) in Decision-Making on Led Tv Selection. BAREKENG J. Ilmu Mat. Dan Terap. 2024, 18, 1117–1128. [Google Scholar] [CrossRef]
  81. Mamoria, P.; Raj, D. Comparison of Mamdani Fuzzy Inference System for Multiple Membership Functions. Int. J. Image Graph. Signal Process. 2016, 8, 26–30. [Google Scholar] [CrossRef]
  82. Ben Jabeur, C.; Seddik, H. Design of a PID Optimized Neural Networks and PD Fuzzy Logic Controllers for a Two—Wheeled Mobile Robot. Asian J. Control 2021, 23, 23–41. [Google Scholar] [CrossRef]
  83. Nowaková, J.; Pokorný, M.; Pieš, M. Takagi-Sugeno Fuzzy Model in Task of Controllers Design. In International Joint Conference CISIS’12-ICEUTE´12-SOCO´12 Special Sessions; Springer: Berlin/Heidelberg, Germany, 2013; pp. 391–400. [Google Scholar]
  84. Khalil, M.I.; Hadi, M.A. Finding Longest Common Substrings in Documents. Int. J. Image Graph. Signal Process. 2015, 7, 27–33. [Google Scholar] [CrossRef]
  85. Sarimuthu, C.R.; Ramachandaramurthy, V.K.; Mokhlis, H.; Agileswari, K.R. Comparison of Mamdani-Type and Sugeno-Type Fuzzy Inference Systems for Transformer Tap Changing System. Int. J. Adv. Appl. Sci. 2016, 5, 163. [Google Scholar] [CrossRef]
  86. Nizar, H.; Shafira, A.S.; Aufaresa, J.; Awliya, M.A.; Athiyah, U. Perbandingan Metode Logika Fuzzy Untuk Diagnosa Penyakit Diabetes. Explor. J. Sist. Inf. Dan Telemat. 2021, 12, 37. [Google Scholar] [CrossRef]
  87. Rahakbauw, D.L.; Afriananda, A.; Patty, H.W.M. Perbandingan Logika Fuzzy Metode Sugeno Dan Metode Mamdani Untuk Deteksi Dini Penyakit Stroke. Tensor Pure Appl. Math. J. 2022, 3, 11–22. [Google Scholar] [CrossRef]
  88. Samavat, T.; Nazari, M.; Ghalehnoie, M.; Nasab, M.A.; Zand, M.; Sanjeevikumar, P.; Khan, B. A Comparative Analysis of the Mamdani and Sugeno Fuzzy Inference Systems for MPPT of an Islanded PV System. Int. J. Energy Res. 2023, 2023, 1–14. [Google Scholar] [CrossRef]
  89. Hosseini Rad, M.; Abdolrazzagh-Nezhad, M. Data Cube Clustering with Improved DBSCAN Based on Fuzzy Logic and Genetic Algorithm. Inf. Technol. Control. 2020, 49, 127–143. [Google Scholar] [CrossRef]
  90. Mashhadi, S.K.M.; Sareban, E.; Aminian, A. Design Fuzzy Controller for Synthesis Water Level. J. Math. Comput. Sci. 2014, 09, 300–313. [Google Scholar] [CrossRef]
  91. Bahuti, M.; Abreu, L.H.P.; Yanagi Junior, T.; Lima, R.R.d.; Campos, A.T. Performance of Fuzzy Inference Systems to Predict the Surface Temperature of Broiler Chickens. Eng. Agrícola 2018, 38, 813–823. [Google Scholar] [CrossRef]
  92. Aji, B.; Sutikno, S. Fuzzy Logic Algorithm of Sugeno Method for Controlling Line Follower Mobile Robot. Ilk. J. Ilm. 2023, 15, 283–289. [Google Scholar] [CrossRef]
  93. Alfian Firdausy, M.; Utami, E.; Dwi Hartanto, A. Comparison Analysis of Fuzzy Sugeno & Fuzzy Mamdani for Household Lights. Int. Conf. Inf. Sci. Technol. Innov. (ICoSTEC) 2022, 1, 30–34. [Google Scholar] [CrossRef]
  94. Suhail, M.; Akhtar, I.; Kirmani, S.; Jameel, M. Development of Progressive Fuzzy Logic and ANFIS Control for Energy Management of Plug-In Hybrid Electric Vehicle. IEEE Access 2021, 9, 62219–62231. [Google Scholar] [CrossRef]
  95. Ahmad, N.; Arsalan, M. Fuzzy-Proportional-Integral-Derivative Hybrid Controller Design for Ultra-High Temperature Milk Processing. IAES Int. J. Robot. Autom. (IJRA) 2023, 12, 289. [Google Scholar] [CrossRef]
  96. Khosravi, H.; Ghorshi, S. Effective Redirecting of the Mobile Robot in a Messed Environment Based on the Fuzzy Logic. Int. J. Fuzzy Log. Syst. 2018, 8, 1–13. [Google Scholar] [CrossRef]
  97. Ayedi, D.; Boujelben, M.; Rekik, C. Hybrid Type-2 Fuzzy-Sliding Mode Controller for Navigation of Mobile Robot in an Environment Containing a Dynamic Target. J. Robot. 2018, 2018, 1–10. [Google Scholar] [CrossRef]
  98. Puriyanto, R.D.; Mustofa, A.K. Design and Implementation of Fuzzy Logic for Obstacle Avoidance in Differential Drive Mobile Robot. J. Robot. Control. (JRC) 2024, 5, 132–141. [Google Scholar] [CrossRef]
  99. Ayub, S.; Singh, N.; Hussain, M.Z.; Ashraf, M.; Singh, D.K.; Haldorai, A. Hybrid Approach to Implement Multi—Robotic Navigation System Using Neural Network, Fuzzy Logic, and Bio—Inspired Optimization Methodologies. Comput. Intell. 2023, 39, 592–606. [Google Scholar] [CrossRef]
  100. Ait dahmad, H.; Ayad, H.; García Cerezo, A.; Mousannif, H. IT-2 Fuzzy Control and Behavioral Approach Navigation System for Holonomic 4WD/4WS Agricultural Robot. Int. J. Comput. Commun. Control. 2024, 19, 1–18. [Google Scholar] [CrossRef]
  101. Abdelwahab, M.; Parque, V.; Fath Elbab, A.M.R.; Abouelsoud, A.A.; Sugano, S. Trajectory Tracking of Wheeled Mobile Robots Using Z-Number Based Fuzzy Logic. IEEE Access 2020, 8, 18426–18441. [Google Scholar] [CrossRef]
  102. Zhang, L.; Qi, W.; Hu, Y.; Chen, Y. Disturbance-Observer-Based Fuzzy Control for a Robot Manipulator Using an EMG-Driven Neuromusculoskeletal Model. Complexity 2020, 2020, 1–10. [Google Scholar] [CrossRef]
  103. Oleiwi, B.K.; Al-Jarrah, R.; Roth, H.; Kazem, B.I. Multi Objective Optimization of Trajectory Planning of Non-Holonomic Mobile Robot in Dynamic Environment Using Enhanced GA by Fuzzy Motion Control and A*. In Neural Networks and Artificial Intelligence, Proceedings of the 8th International Conference, ICNNAI 2014, Brest, Belarus, 3–6 June 2014; Springer: Cham, Switzerland, 2014; pp. 34–49. [Google Scholar]
  104. Algabri, M.; Ramdane, H.; Mathkour, H.; Al-Mutib, K.; Alsulaiman, M. Optimization of Fuzzy Logic Controller Using PSO for Mobile Robot Navigation in an Unknown Environment. Appl. Mech. Mater. 2014, 541–542, 1053–1061. [Google Scholar] [CrossRef]
  105. Medjoubi, H.; Yassine, A.; Abdelouahab, H. Design and Study of an Adaptive Fuzzy Logic-Based Controller for Wheeled Mobile Robots Implemented in the Leader-Follower Formation Approach. Eng. Technol. Appl. Sci. Res. 2021, 11, 6935–6942. [Google Scholar] [CrossRef]
  106. Mhanni, Y.; Lagmich, Y. Enhanced Obstacle Avoidance and Intelligent Navigation for Mobile Robots: An Integrated Approach Using Fuzzy Logic and an Optimized APF Method. Math. Model. Eng. Probl. 2023, 10, 2111–2120. [Google Scholar] [CrossRef]
  107. Raheem, F.; Midhat, B.; Mohammed, I. PID and Fuzzy Logic Controller Design for Balancing Robot Stabilization. Iraqi J. Comput. Commun. Control. Syst. Eng. 2018, 18, 1–10. [Google Scholar] [CrossRef]
  108. Liu, H.Y. Design and Implementation of an Intelligent Cleaning Robot Based on Fuzzy Control. Adv. Mat. Res. 2014, 1003, 221–225. [Google Scholar] [CrossRef]
  109. Sahu, B.K.; Pati, S.; Panda, S. Hybrid Differential Evolution Particle Swarm Optimisation Optimised Fuzzy Proportional–Integral Derivative Controller for Automatic Generation Control of Interconnected Power System. IET Gener. Transm. Distrib. 2014, 8, 1789–1800. [Google Scholar] [CrossRef]
  110. Çetin, Ş.; Akkaya, A.V. Simulation and Hybrid Fuzzy-PID Control for Positioning of a Hydraulic System. Nonlinear Dyn. 2010, 61, 465–476. [Google Scholar] [CrossRef]
  111. Hu, G.; Liu, Q.; Ding, R.; Li, G. Vibration Control of Semi-Active Suspension System with Magnetorheological Damper Based on Hyperbolic Tangent Model. Adv. Mech. Eng. 2017, 9, 168781401769458. [Google Scholar] [CrossRef]
  112. Ali, Z.; Wang, D.; Aamir, M. Fuzzy-Based Hybrid Control Algorithm for the Stabilization of a Tri-Rotor UAV. Sensors 2016, 16, 652. [Google Scholar] [CrossRef]
  113. Zhou, S.; Chang, W. Approach to Multiple Attribute Decision Making Based on the Hamacher Operation with Fuzzy Number Intuitionistic Fuzzy Information and Their Application. J. Intell. Fuzzy Syst. 2014, 27, 1087–1094. [Google Scholar] [CrossRef]
  114. Demir, O.; Keskin, I.; Cetin, S. Modeling and Control of a Nonlinear Half-Vehicle Suspension System: A Hybrid Fuzzy Logic Approach. Nonlinear Dyn. 2012, 67, 2139–2151. [Google Scholar] [CrossRef]
  115. Pandey, A.; Parhi, D.R. Autonomous Mobile Robot Navigation in Cluttered Environment Using Hybrid Takagi-Sugeno Fuzzy Model and Simulated Annealing Algorithm Controller. World J. Eng. 2016, 13, 431–440. [Google Scholar] [CrossRef]
  116. Kitchenham, B.; Pretorius, R.; Budgen, D.; Pearl Brereton, O.; Turner, M.; Niazi, M.; Linkman, S. Systematic Literature Reviews in Software Engineering—A Tertiary Study. Inf. Softw. Technol. 2010, 52, 792–805. [Google Scholar] [CrossRef]
  117. Sathya, D.; Saravanan, G.; Thangamani, R. Fuzzy Logic and Its Applications in Mechatronic Control Systems. In Computational Intelligent Techniques in Mechatronics; Wiley: Hoboken, NJ, USA, 2024; pp. 211–241. [Google Scholar]
  118. Haider, M.H.; Wang, Z.; Khan, A.A.; Ali, H.; Zheng, H.; Usman, S.; Kumar, R.; Bhutta, M.U.M.; Zhi, P. Robust Mobile Robot Navigation in Cluttered Environments Based on Hybrid Adaptive Neuro-Fuzzy Inference and Sensor Fusion. J. King Saud Univ.-Comput. Inf. Sci. 2022, 34, 9060–9070. [Google Scholar] [CrossRef]
  119. Eswaran, U.; Eswaran, V.; Eswaran, V.; Murali, K. Human-Robot Collaboration Analyzing the Challenges and Opportunities of Integrating Soft Computing Algorithms in Manufacturing Environments. In Evolution and Advances in Computing Technologies for Industry 6.0; CRC Press: Boca Raton, FL, USA, 2024; pp. 22–51. [Google Scholar]
  120. Nie, J.; Wang, Y.; Miao, Z.; Jiang, Y.; Zhong, H.; Lin, J. Adaptive Fuzzy Control of Mobile Robots with Full-State Constraints and Unknown Longitudinal Slipping. Nonlinear Dyn. 2021, 106, 3315–3330. [Google Scholar] [CrossRef]
  121. Guo, X.; Zhang, H.; Sun, J.; Zhou, Y. Fixed-Time Fuzzy Adaptive Control of Manipulator Systems Under Multiple Constraints: A Modified Dynamic Surface Control Approach. IEEE Trans. Syst. Man Cybern. Syst. 2023, 53, 2522–2532. [Google Scholar] [CrossRef]
  122. Liu, J.; Zeng, T.; Mohammad, A.; Dong, X.; Axinte, D. Design and Validation of a Fuzzy Logic Controller for Multi-Section Continuum Robots. arXiv 2024, arXiv:2409.20242. [Google Scholar] [CrossRef]
  123. Zou, A.; Wang, L.; Li, W.; Cai, J.; Wang, H.; Tan, T. Mobile Robot Path Planning Using Improved Mayfly Optimization Algorithm and Dynamic Window Approach. J. Supercomput. 2023, 79, 8340–8367. [Google Scholar] [CrossRef]
  124. Lu, Y.; Wang, L.; Guo, J. Adaptive Sliding Mode Control for Multi-Segment Cable-Driven Continuum Manipulators. In Proceedings of the 2025 4th Conference on Fully Actuated System Theory and Applications (FASTA), Nanjing, China, 4–6 July 2025; pp. 2049–2054. [Google Scholar] [CrossRef]
  125. Tang, H.H.; Ahmad, N.S. Fuzzy Logic Approach for Controlling Uncertain and Nonlinear Systems: A Comprehensive Review of Applications and Advances. Syst. Sci. Control. Eng. 2024, 12, 2394429. [Google Scholar] [CrossRef]
  126. Bello, A.; Olfe, K.S.; Rodríguez, J.; Ezquerro, J.M.; Lapuerta, V. Experimental Verification and Comparison of Fuzzy and PID Controllers for Attitude Control of Nanosatellites. Adv. Space Res. 2023, 71, 3613–3630. [Google Scholar] [CrossRef]
  127. Nethaji, G.; Kathirvelan, K. Performance Comparison between PID and Fuzzy Logic Controllers for the Hardware Implementation of Traditional High Voltage DC-DC Boost Converter. Heliyon 2024, 10, e36750. [Google Scholar] [CrossRef] [PubMed]
  128. Jiang, K. Enhancing Water Level System Based on Fuzzy PID Control. J. Phys. Conf. Ser. 2024, 2786, 012014. [Google Scholar] [CrossRef]
  129. Ma, X.; Zhang, X.; Xu, J. Robotic Leg Prosthesis: A Survey from Dynamic Model to Adaptive Control for Gait Coordination. IEEE Trans. Neural Syst. Rehabil. Eng. 2024, 32, 607–624. [Google Scholar] [CrossRef]
  130. Li, W.; Hu, Y.; Zhou, Y.; Pham, D.T. Safe Human–Robot Collaboration for Industrial Settings: A Survey. J. Intell. Manuf. 2024, 35, 2235–2261. [Google Scholar] [CrossRef]
  131. Alessio, A.; Aliev, K.; Antonelli, D. Multicriteria Task Classification in Human-Robot Collaborative Assembly through Fuzzy Inference. J. Intell. Manuf. 2024, 35, 1909–1927. [Google Scholar] [CrossRef]
  132. Zhou, L.; Feng, Z.; Wang, H.; Guo, Q. MIUIC: A Human-Computer Collaborative Multimodal Intention-Understanding Algorithm Incorporating Comfort Analysis. Int. J. Hum. Comput. Interact. 2024, 40, 6077–6090. [Google Scholar] [CrossRef]
  133. Vashishtha, K.; Saad, A.; Faieghi, R.; Xi, F. Intelligent Adaptive Lighting Algorithm: Integrating Reinforcement Learning and Fuzzy Logic for Personalized Interior Lighting. Eng. Appl. Artif. Intell. 2024, 133, 108512. [Google Scholar] [CrossRef]
  134. Sucker, S.; Neubauer, M.; Henrich, D. Robot Tasks with Fuzzy Time Requirements from Natural Language Instructions. In Proceedings of the 2024 Eighth IEEE International Conference on Robotic Computing (IRC), Tokyo, Japan, 11–13 December 2024; IEEE: Piscataway, NJ, USA; pp. 56–64. [Google Scholar]
Table 1. Safety feature comparison.
Table 1. Safety feature comparison.
ModelKey Safety FeaturesIndustrial Suitability
Universal Robots UR SeriesPower & force limiting, software safety functions, speed & separation monitoring, hand guiding [53,56].Broad range of applications (palletizing, tending, assembly, etc.), good for SMEs (small and medium-sized enterprises) and flexible production [53,56].
ABB YuMiInherent safety (lightweight, rounded, padded), software collision detection.Primarily for small parts assembly, especially in electronics, requiring high precision and close human interaction [57,58].
KUKA LBR iiwaHighly sensitive joint torque sensors, certified safety functions, force control [53,59,60].Tasks requiring high sensitivity and precision (assembly, machining, handling, inspection), direct human collaboration [53,59,60].
FANUC CR SeriesSafe contact stop sensors, customizable speed & safety settings, FANUC Hand Guidance [53,59,61].Wide range of payloads for diverse tasks (assembly, pick & place, heavy lifting), suitable for various industries [53,59,61].
Table 2. HRI aspect comparison [56,58,60,61].
Table 2. HRI aspect comparison [56,58,60,61].
ModelEase of ProgrammingErgonomics & Task SharingCommunication & Trust
Universal Robots UR SeriesIntuitive graphical user interface (PolyScope) with drag-and-drop functionality, easy hand guiding (teach pendant). Focus on user-friendliness for non-expert programmers. Offline programming options.Designed to assist with ergonomically challenging and repetitive tasks, reducing strain on human workers. Lightweight design and flexible deployment facilitate easy integration into dynamic workflows. 360° mounting for workspace flexibility.Visual cues through the teach pendant interface provide real-time information about the robot’s state and planned actions. Focus on predictable and consistent robot behavior to foster operator confidence.
ABB YuMiIntuitive lead-through programming via hand guidance on the robot arms. Simplified interface designed for quick task setup. Wizard-based programming tools and offline programming capabilities within RobotStudio. Emphasis on assembly tasks.Specifically designed for small parts assembly, improving ergonomics for intricate and repetitive manual tasks. Dual-arm configurations allow for complex task sharing, mimicking human bimanual manipulation. Focus on collaborative work on assembly lines.Physical co-presence and design (dual arms mimicking human interaction) to create a more intuitive collaborative experience. Emphasis on safe and predictable movements to build operator trust, particularly in close-proximity assembly tasks.
KUKA LBR iiwaTeaching by manual guidance with high sensitivity due to torque sensors, allowing for precise trajectory definition. KUKA Sunrise. OS programming environment, offering both graphical and text-based options.Torque-sensitive joints for safe, direct collaboration in tasks requiring delicate manipulation and precise force application. Dynamic payload calibration.AR visualization of task progress and intent. Highly sensitive torque sensors allow the robot to react naturally to human contact, potentially fostering a sense of safety and trust.
FANUC CR SeriesFANUC Hand Guidance for intuitive teaching by physically guiding the robot. iHMI (Intelligent Human-Machine Interface) with simplified screens and easy-to-understand icons. Offline programming with ROBOGUIDE. User-friendly programming wizards.Wide range of payload capacities allows for handling both light and heavy tasks. Focus on tasks like material handling, assembly, and machine tending where the robot can take over physically demanding or repetitive actions. Safe task sharing via pre-defined paths. Push-back function for safety.FANUC Hand Guidance provides direct physical interaction for teaching and intervention. Clear status indicators. Focus on ensuring predictable and safe responses during collaborative tasks to build trust in the robot’s capabilities. Lacks real-time intent communication
Table 3. Adaptability and flexibility feature comparison [56,58,60,61].
Table 3. Adaptability and flexibility feature comparison [56,58,60,61].
ModelFlexibility in Task ExecutionEnvironmental AwarenessRobustness to Uncertainty
Universal Robots UR SeriesEasy reprogramming for different tasks. Wide range of accessories and applications for enhancing task versatility. AI-driven path planning for high-speed pick-and-place and palletizing. AI Accelerator for dynamic task switching (e.g., machine tending to quality inspection).Compatible with various external sensors (vision-guided systems with real-time object detection) for enhanced environmental perception. Built-in safety functions (AI-powered obstacle avoidance) contribute to safe operation in dynamic environments with human presence.Self-correcting trajectories for unexpected object shifts. Adaptive force control in machining tasks Scripting and programming flexibility allow for developing adaptive routines to handle some uncertainties. Relies on programmer to account for variability.
ABB YuMiDesigned for agile production and small parts assembly, easily adaptable to new products or assembly sequences. Two arms for complex manipulation and task sharing. Lightweight design and simplified programming for rapid changeovers between tasks.Some models have integrated vision systems for part location and inspection. Built-in force and torque sensing provides awareness of contact forces during interaction. Collision detection via Hall-effect sensors.Dual-arm redundancy for error recovery in assembly tasks. Software algorithms help compensate for minor variations in part placement. Real-time collision pause. Designed for structured tasks with limited variability.
KUKA LBR iiwaHigh degree of freedom (7 axes) for human-like arm flexibility and adaptation to complex workspaces. Wide range of programming options, software tools and applications. Various control modes for different task requirements (e.g., assembly, force-sensitive tasks). AR-guided task mapping for visual reprogramming.Joint torque sensors in all axes for proactive collision avoidance. Interfaces for integrating external sensors (e.g., vision, external force/torque) for comprehensive environmental perception. Advanced control for compliant motion in uncertain environments. Mobile platform compatibility.Advanced control strategies like impedance control make the robot robust to external disturbances and uncertainties during interaction. Real-time sensor feedback to handle unforeseen situations. High level of adaptation to dynamic changes.
FANUC CR SeriesAdapting to various tasks through different configurations and end-effector options. Simply reprogrammable for new tasks. Compatibility with other FANUC solutions (e.g., vision systems, mobile robots).Compatible with various sensors, including FANUC iRVision and force sensors, to perceive and respond to changes in the workspace. Safe contact stop and speed/separation monitoring contribute to safe operation in shared environments. Integration with external devices.Force sensing capabilities allow the robot to adapt to variations in contact forces during tasks like assembly or grinding. Features and programming options to accommodate some level of uncertainty in the environment. Integration with vision systems for error recovery.
Table 4. The significance of the requirements [67,68,72,73].
Table 4. The significance of the requirements [67,68,72,73].
RequirementDescriptionImportanceRationale
Safety AssuranceSystems to ensure safe operation around humans, including emergency stops and collision detection. The safety functionalities described in ISO/TS 15066.Very HighCritical for preventing accidents and ensuring user safety.
Real-time PerformanceAbility to respond to human commands and environmental changes in real-time.HighCritical for natural interaction and avoiding collisions; addresses unpredictable human behavior in shared spaces.
Adaptability and FlexibilityCapability to reprogram quickly and handle multiple tasks or payloadsMedium–HighEssential for effective interaction and collaboration with humans.
Robustness and StabilityEnsures reliable operation in the presence of uncertainties, disturbances, and variations in human behavior. MediumKey for maximizing the return on investment and meeting evolving manufacturing needs.
Fault Tolerance and ReliabilityMinimizes downtime and ensures operational continuity in industrial settings.MediumWhile less directly related to immediate safety, failures can disrupt production and lead to economic losses
Integration of Multiple Sensors Allows cobots to perceive their environment more accurately and respond appropriately to complex situations. MediumImportant for advanced collaboration and handling a wider range of tasks.
Table 5. Comparison of fuzzy logic approaches.
Table 5. Comparison of fuzzy logic approaches.
MethodologyKey FeaturesPerformance BenefitsPerformance Limitations
Mamdani Fuzzy ModelUtilizes linguistic variables and fuzzy sets for inference.Offers high interpretability and understanding.Computationally intensive; less suitable for real-time applications.
Sugeno Fuzzy ModelEmploys linear functions for output, faster computationally.Improved efficiency and real-time application flexibility.Reduced interpretability; less intuitive for human understanding.
Interval Type-2 FuzzyCaptures a broader range of uncertainties.Enhanced robustness to noise; superior accuracy under uncertainty.High computational complexity and design difficulty.
Adaptive Neuro-FuzzyCombines neural networks and fuzzy logic for dynamic adjustments.Capable of learning and adapting based on data inputs; effective in complex systems.Requires large datasets and training time; prone to overfitting.
Hybrid Fuzzy ControllersCombine fuzzy logic with PID, sliding Mode, etc.Achieves improved stability and performance in control systems; reductions in error margins ranging from 25% to 40%.Complex design and tuning; may increase implementation cost and computational load.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Autsou, S.; Dunajeva, O.; Pentel, A.; Shvets, O.; Roosileht, M. Application of Fuzzy Logic for Collaborative Robot Control. Electronics 2025, 14, 4029. https://doi.org/10.3390/electronics14204029

AMA Style

Autsou S, Dunajeva O, Pentel A, Shvets O, Roosileht M. Application of Fuzzy Logic for Collaborative Robot Control. Electronics. 2025; 14(20):4029. https://doi.org/10.3390/electronics14204029

Chicago/Turabian Style

Autsou, Siarhei, Olga Dunajeva, Avar Pentel, Oleg Shvets, and Mare Roosileht. 2025. "Application of Fuzzy Logic for Collaborative Robot Control" Electronics 14, no. 20: 4029. https://doi.org/10.3390/electronics14204029

APA Style

Autsou, S., Dunajeva, O., Pentel, A., Shvets, O., & Roosileht, M. (2025). Application of Fuzzy Logic for Collaborative Robot Control. Electronics, 14(20), 4029. https://doi.org/10.3390/electronics14204029

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