Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (3,221)

Search Parameters:
Keywords = mobile robots

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
25 pages, 1126 KB  
Article
Energy-Efficient Path Planning for AMR Using Modified A* Algorithm with Machine Learning Integration
by Mishell Cadena-Yanez, Danel Rico-Melgosa, Ekaitz Zulueta, Angela Bernardini and Jorge Rodriguez-Guerra
Robotics 2026, 15(3), 62; https://doi.org/10.3390/robotics15030062 - 18 Mar 2026
Abstract
Energy consumption optimisation has emerged as a critical need in Autonomous Mobile Robots (AMRs). Conventional A* implementations typically minimise path distance, neglecting energy-relevant factors such as directional changes and trajectory smoothness that significantly impact battery life and operational costs. This work proposes two [...] Read more.
Energy consumption optimisation has emerged as a critical need in Autonomous Mobile Robots (AMRs). Conventional A* implementations typically minimise path distance, neglecting energy-relevant factors such as directional changes and trajectory smoothness that significantly impact battery life and operational costs. This work proposes two energy-aware A* variants trained on empirical data from the KUKA KMP 1500 platform, where energy consumption is measured as battery SoC depletion: A*-RF, which integrates a Random Forest (RF) model directly into the cost function, and A*-MOD, which approximates the energy model through RF feature importance weights, achieving linear computational complexity O(nf). The RF model predicted energy consumption with an RMSE below 1.5% relative error, identifying travel distance and rotation angle as the dominant energy factors. Experimental validation across 42 path planning scenarios on a real industrial factory floor demonstrates that A*-MOD reduces energy consumption by up to 58.91% and improves operational autonomy by 2.21 times, with statistically significant improvements (p < 0.01) across all evaluated metrics. Full article
(This article belongs to the Section Sensors and Control in Robotics)
Show Figures

Figure 1

24 pages, 5290 KB  
Article
A Unified Framework for Load Capacity Optimization and Compliant Cooperative Manipulation of Dual Wheeled Mobile Manipulators
by Hongjun Xing, Yundong Fu, Yanqing Liu, Yuqi Yang and Jinbao Chen
Machines 2026, 14(3), 341; https://doi.org/10.3390/machines14030341 - 18 Mar 2026
Abstract
Flexible and safe object handling in modern industrial environments increasingly relies on mobile robotic systems capable of both dexterous manipulation and adaptive motion. However, when wheeled mobile manipulators (WMMs) operate under heavy or dynamically varying loads, challenges arise in maintaining sufficient force exertion [...] Read more.
Flexible and safe object handling in modern industrial environments increasingly relies on mobile robotic systems capable of both dexterous manipulation and adaptive motion. However, when wheeled mobile manipulators (WMMs) operate under heavy or dynamically varying loads, challenges arise in maintaining sufficient force exertion capability and achieving stable coordination, particularly during cooperative transportation. In this paper, we present a unified framework to address these challenges with three main contributions. A quadratic-programming-based redundancy resolution scheme incorporating a load-capacity maximization metric is developed to explicitly enhance the force exertion capability of the system under heavy loads. A variable-admittance cooperative control strategy for dual-WMM transport is proposed to ensure synchronized motion and adaptive force regulation during collaborative manipulation. In addition, a unified framework that integrates configuration optimization with compliant cooperative control is established, enabling strict constraint enforcement, improved load capacity, and robust coordination between the two WMMs. Extensive simulations demonstrate the effectiveness of the proposed methods in improving load-handling performance and ensuring coordinated, compliant cooperative manipulation. Full article
(This article belongs to the Section Robotics, Mechatronics and Intelligent Machines)
Show Figures

Figure 1

27 pages, 7208 KB  
Article
Real-Time HILS Comparison of Full-State Feedback and LQ-Servo Tracking Control for a Wheeled Bipedal Robot
by Sooyoung Noh, Gu-sung Kim, Cheong-Ha Jung and Changhyun Kim
Actuators 2026, 15(3), 170; https://doi.org/10.3390/act15030170 - 17 Mar 2026
Abstract
Wheeled bipedal robots are promising for industrial mobility because they combine tight turning, agile balancing, and efficient rolling. Their inherently unstable and underactuated dynamics make reliable reference tracking challenging, particularly in the presence of sustained external disturbances and modeling errors. This paper presents [...] Read more.
Wheeled bipedal robots are promising for industrial mobility because they combine tight turning, agile balancing, and efficient rolling. Their inherently unstable and underactuated dynamics make reliable reference tracking challenging, particularly in the presence of sustained external disturbances and modeling errors. This paper presents a systematic modeling and control study using a three-degrees-of-freedom sagittal plane representation derived from the original six-degrees-of-freedom dynamics. Two linear tracking controllers are designed and compared: a full state feedback tracking controller and a linear quadratic servo controller with integral action. Practical performance is validated through real-time hardware in the loop simulation, where the controller runs on embedded hardware and the plant is executed on a real-time target including discrete time-sampling effects and analog input output communication noise associated with signal transmission. The results show that both controllers achieve stabilization, while the comparative HILS results reveal a trade-off rather than a uniformly superior controller. The full state feedback controller often yields lower finite-horizon position tracking errors, whereas the linear quadratic servo controller provides tighter body-pitch regulation and the more reliable removal of steady-state offset under sustained constant disturbances. These results demonstrate the feasibility of optimal servo control on cost-effective embedded platforms and indicate that controller selection should depend on the desired balance, considering tracking accuracy, disturbance rejection, convergence behavior, and actuator usage. Full article
(This article belongs to the Section Actuators for Robotics)
Show Figures

Figure 1

26 pages, 10218 KB  
Article
Self-Adaptive Ant Colony Optimization with Bidirectional Updating for Robot Path Planning
by Yixuan Zhang, Shaoxin Sun, Yin Wang and Yiyang Yuan
Appl. Sci. 2026, 16(6), 2870; https://doi.org/10.3390/app16062870 - 17 Mar 2026
Abstract
Mobile robot path planning using Ant Colony Optimization (ACO) has the disadvantages of slow convergence, local optima, and unsmooth paths because of fixed heuristics and constant pheromone updating. In this paper, Self-Adaptive Risk-Aware Bidirectional updating ACO (SAR-BACO) is proposed with three improvements: (1) [...] Read more.
Mobile robot path planning using Ant Colony Optimization (ACO) has the disadvantages of slow convergence, local optima, and unsmooth paths because of fixed heuristics and constant pheromone updating. In this paper, Self-Adaptive Risk-Aware Bidirectional updating ACO (SAR-BACO) is proposed with three improvements: (1) composite heuristic incorporating target attraction, obstacle repulsion and direction consistency to minimize early blind searching; (2) dynamic pheromone updating based on solution quality and number of iterations to balance exploration and exploitation; (3) triangular pruning to remove redundant turning points and become smoother. Theoretical analysis verifies convergence. Our experimental results on grids up to 50 × 50 demonstrate that SAR-BACO performs much better than classical and heuristic-improved algorithms with respect to the length of a path, convergence rate, smoothness and efficiency. Using SAR-BACO on a 50 × 50 map, the path lengths, convergence iterations and turning points decreased by 60.68%, 48.96%, and 96.00% respectively compared to Basic ACO (after triangular pruning, values averaged over 50 runs). The framework provides a generalizable solution to autonomous navigation with the need to consider both search efficiency and path executability. Full article
Show Figures

Figure 1

21 pages, 3613 KB  
Article
Integrating Convolutional Neural Networks with Finite-State Machines for Fault Detection in Mobile Robots
by Nilachakra Dash, Bandita Sahu, Kakita Murali Gopal, Indrajeet Kumar and Ramesh Kumar Sahoo
Robotics 2026, 15(3), 61; https://doi.org/10.3390/robotics15030061 - 16 Mar 2026
Abstract
This paper highlights a communal fault detection and isolation framework integrating a convolutional neural network (CNN) with a finite-state machine (FSM). The proposed concepts ensure state-based controlled discriminate pattern recognition and enable the diagnosis of different anomalies in the mobile robot in a [...] Read more.
This paper highlights a communal fault detection and isolation framework integrating a convolutional neural network (CNN) with a finite-state machine (FSM). The proposed concepts ensure state-based controlled discriminate pattern recognition and enable the diagnosis of different anomalies in the mobile robot in a multi-robot environment. The framework processes the time-series sensor data through the convolution layer upon experiencing different types of fault and governs different states based on fault diagnosis and recovery. The proposed concept has been validated using a Python 3.11 and Webot environment featuring the shrimp robot in a multi-robot arena. The model obtained an accuracy of 97% in identifying and classifying faults, enabling automated recovery of faulty robots in the multi-robot environment. Experiments conducted on different simulators demonstrate that effective fault management can be achieved with low training loss. Full article
(This article belongs to the Section Industrial Robots and Automation)
Show Figures

Figure 1

22 pages, 5879 KB  
Article
An Obstacle-Negotiation Wheel with Hybrid Active–Passive Mechanism for Mechanical Augmentation
by Peixiang Wang, Xinyuan Wen, Hongjun Yin, Meiru Li and Pingyi Liu
Machines 2026, 14(3), 334; https://doi.org/10.3390/machines14030334 - 16 Mar 2026
Abstract
To address the limitation of wheeled mobile robots in traversing unstructured terrain, this paper proposes an Active–Passive Hybrid Obstacle-Crossing Wheel (APHOCW). The mechanism integrates an active angle-adjustment mechanism and a lever-assist mechanism. While maintaining low system complexity and high reliability, it utilizes periodically [...] Read more.
To address the limitation of wheeled mobile robots in traversing unstructured terrain, this paper proposes an Active–Passive Hybrid Obstacle-Crossing Wheel (APHOCW). The mechanism integrates an active angle-adjustment mechanism and a lever-assist mechanism. While maintaining low system complexity and high reliability, it utilizes periodically telescoping assist levers that rotate with the wheel to overcome obstacles. By actively adjusting the eccentric angle, the trajectory of the assist levers can be modified to optimize the crossing posture. Through geometric and quasi-static mechanical modeling, dynamic simulation, and prototype experiments, this study systematically validated the robot’s obstacle-crossing capability and continuous step-climbing performance under different eccentric angles. Simulation and experimental results demonstrate that in the lever-assisted obstacle-crossing mode, the robot can stably overcome obstacles with a height up to 2.1 times its wheel radius and accomplish continuous step ascent. A smaller eccentric angle helps increase the maximum obstacle-crossing height, while a larger eccentric angle exhibits superior energy efficiency under sufficient ground-friction conditions. Full article
(This article belongs to the Special Issue The Kinematics and Dynamics of Mechanisms and Robots)
Show Figures

Figure 1

35 pages, 9702 KB  
Perspective
Implementation of an Industrial Robot in the Automation and Digitalization of Bricklaying: A Case Study
by Ryszard Dindorf
Appl. Sci. 2026, 16(6), 2821; https://doi.org/10.3390/app16062821 - 15 Mar 2026
Abstract
This study focuses on the challenges and opportunities of integrating industrial robots into robotic bricklaying systems (RBSs) for automation and digital transformation in the construction industry. A mobile RBS was designed, engineered, manufactured and commercially implemented for the first time in Poland. The [...] Read more.
This study focuses on the challenges and opportunities of integrating industrial robots into robotic bricklaying systems (RBSs) for automation and digital transformation in the construction industry. A mobile RBS was designed, engineered, manufactured and commercially implemented for the first time in Poland. The RBS is designed to perform robotic bricklaying in situ in municipal, residential, and industrial buildings, where sustainable construction tasks are implemented. The details of the design solutions for the RBS, virtual simulation, and real robotic bricklaying processes are presented. The results of bricklaying using the RBS and the factors that influence the robotic bricklaying process are summarized. A 3D digital building information model (BIM) created using Autodesk Revit tools was used for simulated robotic bricklaying in the ABB RobotStudio 2025.5 program, from which they were transferred to the programming of the ABB IRB 4600 bricklaying robot. The laser programming method for the bricklaying robot, bricklaying procedures, and algorithms are also presented. The costs of human labor and robot construction were compared, and the return on investment (ROI) was calculated. RBS evaluations were performed in laboratory settings, on-site demonstrations, and commercial wall-laying in residential apartments. Full article
(This article belongs to the Special Issue Robotics and Automation Systems in Construction: Trends and Prospects)
Show Figures

Figure 1

28 pages, 6758 KB  
Article
Measurement-Based Optimization of a Lightweight Upper-Extremity Rehabilitation Exoskeleton for Task-Oriented Treatment
by Piotr Falkowski, Piotr Kołodziejski, Krzysztof Zawalski, Maciej Pikuliński, Jan Oleksiuk, Tomasz Osiak, Andrzej Zakręcki, Kajetan Jeznach and Daniel Śliż
Sensors 2026, 26(6), 1849; https://doi.org/10.3390/s26061849 - 15 Mar 2026
Abstract
Contemporary physiotherapy requires technological tools to provide effective therapy to the increasing group of patients with neurological conditions, among others. This can be achieved with rehabilitation robots, which can also be exoskeletons—wearable devices that mobilize multiple joints with complex motions representing activities of [...] Read more.
Contemporary physiotherapy requires technological tools to provide effective therapy to the increasing group of patients with neurological conditions, among others. This can be achieved with rehabilitation robots, which can also be exoskeletons—wearable devices that mobilize multiple joints with complex motions representing activities of daily living. To perform kinesiotherapy conveniently in home-like environments, the exoskeletons need to be relatively lightweight. The paper presents the methodology for decreasing the mass of the exoskeleton design with real-life data-driven simulations of motions, followed by multibody dynamics simulations, and finite element method (FEM) multistep optimization. The process includes sequential initial parametric optimization, topology optimization, and final parametric optimization. The steps are used to set initial dimensional and material parameters, extract new geometrical features, and adjust the final geometry dimensions of a new design. The presented case of the SmartEx-Home exoskeleton resulted in a total mass reduction of almost 50% for the main construction elements while meeting the criteria of the minimum safety factor and maximum internal stress and strain for all components. The final design was manufactured and tested with humans, reflecting an almost fully automatic passive and active therapy. Full article
(This article belongs to the Special Issue Advances in Robotics and Sensors for Rehabilitation)
Show Figures

Figure 1

58 pages, 7331 KB  
Review
Human–Robot Interaction in Indoor Mobile Robotics: Current State, Interaction Modalities, Applications, and Future Challenges
by Arman Ahmed Khan and Kerstin Thurow
Sensors 2026, 26(6), 1840; https://doi.org/10.3390/s26061840 - 14 Mar 2026
Abstract
This paper provides a comprehensive survey of Human–Robot Interaction (HRI) for indoor mobile robots operating in human-centered environments such as hospitals, laboratories, offices, and homes. We review interaction modalities—including speech, gesture, touch, visual, and multimodal interfaces—and examine key user experience factors such as [...] Read more.
This paper provides a comprehensive survey of Human–Robot Interaction (HRI) for indoor mobile robots operating in human-centered environments such as hospitals, laboratories, offices, and homes. We review interaction modalities—including speech, gesture, touch, visual, and multimodal interfaces—and examine key user experience factors such as usability, trust, and social acceptance. Implementation challenges are discussed, encompassing safety, privacy, and regulatory considerations. Representative case studies, including healthcare and domestic platforms, highlight design trade-offs and integration lessons. We identify critical technical challenges, including robust perception, reliable multimodal fusion, navigation in dynamic spaces, and constraints on computation and power. Finally, we outline future directions, including embodied AI, adaptive context-aware interactions, and standards for safety and data protection. This survey aims to guide the development of indoor mobile robots capable of collaborating with humans naturally, safely, and effectively. Full article
Show Figures

Figure 1

20 pages, 6854 KB  
Article
TARTS: Training-Free Adaptive Reference-Guided Traversability Segmentation with Automated Footprint Supervision and Experimental Verification
by Shuhong Shi and Lingchuan Zeng
Electronics 2026, 15(6), 1194; https://doi.org/10.3390/electronics15061194 - 13 Mar 2026
Viewed by 59
Abstract
Autonomous mobile robots require robust traversability perception to navigate safely in diverse outdoor environments. However, traditional deep learning approaches are data-hungry, requiring large-scale manual annotations, and struggle to adapt quickly to unseen environments. This paper introduces TARTS (Training-free Adaptive Reference-guided Traversability Segmentation), a [...] Read more.
Autonomous mobile robots require robust traversability perception to navigate safely in diverse outdoor environments. However, traditional deep learning approaches are data-hungry, requiring large-scale manual annotations, and struggle to adapt quickly to unseen environments. This paper introduces TARTS (Training-free Adaptive Reference-guided Traversability Segmentation), a novel framework combining one-shot prototype initialization with trajectory-guided online adaptation for terrain segmentation. Using a single reference image of desired traversable terrain, TARTS establishes an initial prototype from pre-trained DINO Vision Transformer (ViT) features. The system performs segmentation through superpixel-based feature aggregation and valley-emphasis Otsu thresholding while continuously refining the prototype via Exponential Moving Average (EMA) updates driven by automated footprint supervision from the robot’s traversed trajectory. Extensive experiments on our introduced Reference-guided Traversability Segmentation Dataset (RTSD) and the challenging Off-Road Freespace Detection (ORFD) benchmark demonstrate strong performance, achieving 94.5% IoU on RTSD and 94.1% IoU on ORFD, outperforming state-of-the-art supervised methods that require multi-modal inputs and dedicated training. The framework maintains efficient performance (17–24 FPS) on embedded platforms, enabling practical deployment with only a reference image as initialization. Full article
Show Figures

Figure 1

18 pages, 4115 KB  
Article
The Design of a Bionic Frog Robot
by Zhengxian Song, Lan Yan and Feng Jiang
Machines 2026, 14(3), 325; https://doi.org/10.3390/machines14030325 - 13 Mar 2026
Viewed by 118
Abstract
This study developed a biomimetic jumping robot inspired by frogs to enhance its obstacle-crossing capabilities. The biological principles underlying the jumping biomechanics of frog hindlimbs were integrated into the robotic mechanism; quantitative analysis of the bionic structure and its jumping performance not only [...] Read more.
This study developed a biomimetic jumping robot inspired by frogs to enhance its obstacle-crossing capabilities. The biological principles underlying the jumping biomechanics of frog hindlimbs were integrated into the robotic mechanism; quantitative analysis of the bionic structure and its jumping performance not only provides mechanical engineering insights for investigating frog locomotion mechanics but also offers practical design references for the development of biomimetic mobile robots. Through theoretical calculations and application scenario analysis, a six-bar linkage mechanism was designed to simulate the force generation of frog hindlimbs, with tension springs mimicking the elastic energy storage function of the semimembranosus and gastrocnemius muscles. A reducer was integrated into the trunk to enable energy storage, and an adjustable single-hinge structure was adopted for the forelegs to realize take-off angle adjustment and shock absorption. Finite element simulations were conducted to validate the load-bearing capacity and strength of critical components. Multi-body dynamics and the particle swarm optimization (PSO) algorithm were employed to explore the relationship between input parameters and output performance metrics (jumping height and jumping distance), while orthogonal experimental analysis was used for comprehensive parameter evaluation. Finally, a physical prototype was fabricated, and its performance parameters were tested. The prototype has a mass of 150 g, generates a ground push force of 50 N, attains a jumping height of 380 mm, and achieves a maximum jumping distance of 500 mm. This study establishes a biologically inspired working principle for jumping robots and provides a novel practical prototype for research into biomimetic mobile robots. Full article
(This article belongs to the Special Issue Control and Mechanical System Engineering, 2nd Edition)
Show Figures

Figure 1

24 pages, 8894 KB  
Article
An Improved Robust ESKF Fusion Positioning Method with a Novel UWB-VIO Initialization
by Changqiang Wang, Biao Li, Yuzuo Duan, Xin Sui, Zhengxu Shi, Song Gao, Zhe Zhang and Ji Chen
Sensors 2026, 26(6), 1804; https://doi.org/10.3390/s26061804 - 12 Mar 2026
Viewed by 128
Abstract
Visual–inertial odometry (VIO) often struggles with illumination variations, sparse visual features, and inertial drift in complex indoor settings, leading to scale uncertainties and accumulated errors. To address these issues, this paper proposes a new UWB–VIO initialization method combined with an enhanced Robust error-state [...] Read more.
Visual–inertial odometry (VIO) often struggles with illumination variations, sparse visual features, and inertial drift in complex indoor settings, leading to scale uncertainties and accumulated errors. To address these issues, this paper proposes a new UWB–VIO initialization method combined with an enhanced Robust error-state Kalman filter (Robust ESKF) fusion technique for mobile robot localization. During initialization, common problems include scale drift and heading inconsistency. To solve these, a direction-consistent constrained initialization model is developed. By jointly optimizing the scale factor and yaw angle, this model ensures consistent alignment between the visual–inertial and ultra-wideband (UWB) coordinate frames. This approach removes the need for external calibration and independent coordinate transformation, which are typically required by traditional methods. In the fusion process, an improved residual-weighted robust filtering mechanism is employed to minimize the impact of abnormal UWB ranging data and noise interference. This mechanism adaptively suppresses outliers caused by UWB multipath reflections and non-line-of-sight (NLOS) propagation, thereby reducing VIO drift and improving the overall robustness and stability of the localization system. Experiments conducted in narrow-corridor environments, where both UWB and visual sensors are affected by interference, demonstrate that the proposed method significantly reduces trajectory drift and attitude jumps, resulting in better positioning accuracy and trajectory continuity. Compared to conventional UWB–VIO fusion algorithms, the proposed method enhances average localization accuracy by over 50% and maintains stable estimation even in severe multipath interference conditions, demonstrating high precision and strong robustness. Full article
(This article belongs to the Section Navigation and Positioning)
Show Figures

Graphical abstract

16 pages, 1335 KB  
Article
Derivation-Based Calibration of IMUs Using Savitzky–Golay Filters
by Diogo Vieira, Miguel Oliveira and Rafael Arrais
Sensors 2026, 26(6), 1788; https://doi.org/10.3390/s26061788 - 12 Mar 2026
Viewed by 83
Abstract
For any robotic application, accurate sensor calibration is crucial. In the case of mobile platforms or flying drones, a sensor commonly utilized is the Inertial Measurement Unit (IMU). Current approaches to the calibration of IMU-equipped robotic systems focus on sensor-to-sensor calibration, meaning a [...] Read more.
For any robotic application, accurate sensor calibration is crucial. In the case of mobile platforms or flying drones, a sensor commonly utilized is the Inertial Measurement Unit (IMU). Current approaches to the calibration of IMU-equipped robotic systems focus on sensor-to-sensor calibration, meaning a second sensor is necessary for the calibration process. Furthermore, a great number of those rely on integrating the sensor measurements to obtain its pose, which leads to integration errors. In this work, we present a method for the extrinsic calibration of IMUs in robotic systems, which avoids the errors originating from IMU integration by instead taking a derivative approach using Savitzky–Golay filters. The proposed calibration method estimates the transformation between an IMU sensor and its parent frame in the system’s kinematic chain by minimizing the differences between derived linear accelerations and angular velocities and those measured by the sensor. Simulated data is used to establish a ground truth against which the calibration results are compared. Results indicate that the proposed method achieves a higher accuracy than the alternatives it is compared against, while also showing the method can be applied to industrial-grade IMUs. Full article
(This article belongs to the Section Sensors and Robotics)
Show Figures

Figure 1

47 pages, 13253 KB  
Review
Shape Memory Alloy Actuators in Robotics
by Jaroslav Romančík, Ľubica Miková, Patrik Šarga, Tatiana Kelemenová and Michal Kelemen
Actuators 2026, 15(3), 162; https://doi.org/10.3390/act15030162 - 11 Mar 2026
Viewed by 205
Abstract
Shape memory alloys (SMAs) are materials that, when used as actuators, can generate deformation and force that can be used to perform mechanical work. This actuation capability is driven by temperature variation, which induces a reversible phase transformation between martensite (at low temperature) [...] Read more.
Shape memory alloys (SMAs) are materials that, when used as actuators, can generate deformation and force that can be used to perform mechanical work. This actuation capability is driven by temperature variation, which induces a reversible phase transformation between martensite (at low temperature) and austenite (at high temperature). Owing to their advantages, SMAs are widely applied as actuators and, in certain applications, can be more suitable than other actuation technologies. A thorough understanding of SMA actuator characteristics is therefore essential for their effective implementation in practical applications. This article provides an overview of the most important properties of SMA actuators. In addition, it reviews the application potential of SMA actuators in robotics. Based on the survey of the literature, perspectives for further research and development in this field are also presented. Full article
(This article belongs to the Section Actuators for Robotics)
Show Figures

Figure 1

46 pages, 29224 KB  
Article
Multi-Strategy Enhanced Child Drawing Development Optimization Algorithm for Global Optimization Problems and Real Problems
by Zhizi Wei, Sheng Wang, Shaojie Yin and Guanjie Wang
Symmetry 2026, 18(3), 481; https://doi.org/10.3390/sym18030481 - 11 Mar 2026
Viewed by 87
Abstract
To address the tendency of the traditional Children’s Drawing Development Optimization (CDDO) algorithm to fall into local optima and converge slowly in global optimization and fire-field robot path planning, this study proposes a Multi-Strategy Enhanced Children’s Drawing Development Optimization (MECDDO) algorithm. The algorithm [...] Read more.
To address the tendency of the traditional Children’s Drawing Development Optimization (CDDO) algorithm to fall into local optima and converge slowly in global optimization and fire-field robot path planning, this study proposes a Multi-Strategy Enhanced Children’s Drawing Development Optimization (MECDDO) algorithm. The algorithm achieves performance improvements through three core strategies: (1) an adaptive cooperative search strategy that integrates information from the global best, worst, and random individuals and guides updates via dynamic weighting, expanding the exploration of the solution space; (2) a multi-strategy adaptive selection mechanism that constructs a pool of four differentiated strategies and dynamically adjusts selection probabilities based on strategy success rates, balancing exploration and exploitation; and (3) a global-optimum guided boundary repair strategy that reduces the loss of high-quality information from out-of-bounds solutions, enhancing local exploitation efficiency. Experiments on the CEC2017 benchmark suite demonstrate that MECDDO achieves outstanding performance across 30-, 50-, and 100-dimensional spaces. Statistical significance was evaluated using the Friedman test and Wilcoxon signed-rank test at a 0.05 significance level. The Friedman test mean rankings (M.R.) are 1.63, 2.20, and 2.70, respectively, consistently outperforming traditional CDDO (M.R. = 9.83, 9.93, 9.73, ranked 10th). Applied to mobile robot path planning, MECDDO achieves an average path length of 27.95483 in 20 × 20 grid environments (rank 1), shortening paths by 8.83% compared with CDDO (30.66212, rank 10), and 61.15516 in 40 × 40 grids (rank 1), reducing paths by 37.19% versus CDDO (97.20336, rank 9), providing trajectories free of redundant turns and convergence speeds 2–3 times faster than competing algorithms. These results validate MECDDO’s significant advantages in numerical optimization accuracy and practical robot path planning. Full article
(This article belongs to the Special Issue Symmetry/Asymmetry in Evolutionary Algorithms)
Show Figures

Figure 1

Back to TopTop