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

Journals

Article Types

Countries / Regions

Search Results (85)

Search Parameters:
Keywords = differential drive mobile robots

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
33 pages, 4901 KB  
Article
Neural Backstepping Control for Trajectory Tracking of Wheeled Mobile Robots
by José-Ángel Zepeda-Hernández, Ildeberto Santos-Ruiz, Guillermo Valencia-Palomo and Esvan-Jesús Pérez-Pérez
Mathematics 2026, 14(15), 2769; https://doi.org/10.3390/math14152769 - 3 Aug 2026
Viewed by 373
Abstract
This paper presents a Neural Backstepping control strategy for trajectory tracking of a differential-drive mobile robot. The proposed approach combines a dynamic-level backstepping controller with a lightweight single-hidden-layer adaptive neural network to compensate uncertain nonlinear dynamics through online adaptation. The backstepping component provides [...] Read more.
This paper presents a Neural Backstepping control strategy for trajectory tracking of a differential-drive mobile robot. The proposed approach combines a dynamic-level backstepping controller with a lightweight single-hidden-layer adaptive neural network to compensate uncertain nonlinear dynamics through online adaptation. The backstepping component provides a Lyapunov-based stabilizing structure, whereas the neural approximator improves tracking performance without requiring deep architectures, offline training stages, or computationally demanding optimization procedures. The adaptive law for the neural output weights is derived from the stability analysis, ensuring bounded closed-loop signals and uniformly ultimately bounded tracking errors in the presence of bounded approximation uncertainties. The controller is evaluated through simulations using four reference trajectories: circular, lemniscate, Lissajous, and waypoint-based paths. The same control gains and neural network configuration are used in all cases, showing that the proposed scheme can track different trajectory geometries without trajectory-specific retuning. The simulation results show satisfactory tracking performance, with position RMSE values below 0.04 m for all evaluated trajectories. These results indicate that the proposed Neural Backstepping controller provides a suitable balance between tracking accuracy, online adaptation capability, and implementation simplicity for differential-drive mobile robot trajectory tracking. Full article
(This article belongs to the Special Issue Advances in Nonlinear Control for Engineering Applications)
Show Figures

Figure 1

13 pages, 814 KB  
Proceeding Paper
Energy-Aware Route Planning for Differential Drive Mobile Robots: Feasibility First GA and PSO Benchmarking Against A* in Dense Urban Environments
by Vanessa Botero-Gómez, Cristian M. Hernández, Juan C. Tejada, Luis Fernando Grisales-Noreña and Daniel Sanin-Villa
Eng. Proc. 2026, 147(1), 4; https://doi.org/10.3390/engproc2026147004 - 13 Jul 2026
Viewed by 301
Abstract
Urban service robots require route planners that are not only collision-free but also consistent with the energetic behavior of differential drive locomotion. Conventional grid planners such as A* are efficient and reliable for geometric navigation, but their usual cost structure prioritizes path length [...] Read more.
Urban service robots require route planners that are not only collision-free but also consistent with the energetic behavior of differential drive locomotion. Conventional grid planners such as A* are efficient and reliable for geometric navigation, but their usual cost structure prioritizes path length and does not explicitly account for heading changes, concentrated turns, or localization risk near obstacles. This study presents an energy-aware route-planning formulation for differential-drive mobile robots operating in dense polygonal urban environments. The path is encoded through twelve continuous internal waypoints and is evaluated using an interpretable energy proxy that combines translational distance, cumulative absolute rotation, squared rotation, and a clearance-dependent localization risk term. Collision avoidance, boundary compliance, and maximum turn feasibility are handled through a feasibility-first dominance rule, and the resulting constrained problem is solved using a Genetic Algorithm and Particle Swarm Optimization. A* with clearance inflated occupancy grids is included as a deterministic baseline. The final experiments used a dense urban scenario with sixteen polygonal obstacles, an A* grid resolution of 0.10 m, a robot radius of 0.20 m, a safety clearance of 0.10 m, 80 GA individuals, 80 PSO particles, 100 iterations, and 10 independent runs. All methods achieved a 100% feasibility rate. PSO obtained the lowest average energy proxy, 18.505, compared with 18.645 for A* and 18.645 for GA, and reduced average rotation from 4.136 rad to 4.079 rad. However, A* remained much faster, 5.860 s on average, compared with 174.574 s for GA and 175.869 s for PSO. The ranking analysis shows that GA produced the best aggregate score when route quality, time, clearance, and feasibility were weighted equally, while PSO produced the best route quality. External perturbation tests indicate that open-loop execution in narrow corridors is sensitive to bias and waypoint noise, which motivates closed-loop tracking, online replanning, and physical validation in future work. Full article
Show Figures

Figure 1

28 pages, 10549 KB  
Article
State Machine Model of the Operation Control of a Differential- Drive Mobile Robot
by Lluís Ribas-Xirgo
Electronics 2026, 15(14), 2993; https://doi.org/10.3390/electronics15142993 - 8 Jul 2026
Viewed by 381
Abstract
Existing robotic control frameworks often rely on complex hierarchical state machines or middleware infrastructures, which may be unsuitable for resource-constrained embedded systems and difficult to map directly to low-level code. This work presents a complete state-machine model for the reactive control layer of [...] Read more.
Existing robotic control frameworks often rely on complex hierarchical state machines or middleware infrastructures, which may be unsuitable for resource-constrained embedded systems and difficult to map directly to low-level code. This work presents a complete state-machine model for the reactive control layer of a differential-drive mobile robot. Although mobile-robot controllers often exhibit considerable complexity—particularly at lower levels, where numerous hardware-dependent operations occur—this work shows that a network of concurrent state machines provides a clear and lightweight method for specifying and implementing control behavior. The proposed approach decomposes the reactive controller into two concurrent extended finite-state machines (CEFSMs) responsible for locomotion and lidar operation, connected through simple and predictable protocols. This structure enables a direct mapping from model diagrams to procedural code in languages such as C++ and Lua. The method has been used extensively in an undergraduate Embedded Systems course since 2011, supporting both physical robots (Arduino-based) and their digital twins in CoppeliaSim. We also introduce a discrete control strategy that approximates continuous behavior and incorporates a simplified proportional–integral–derivative (PID) controller for pose correction. The approach reduces development effort, increases model clarity, and yields reusable code across hardware and simulation platforms. Quantitative evaluation shows that the proposed PID-based control strategy can improve positioning accuracy by up to an order of magnitude compared to a baseline on–off controller, without increasing the computational cost. In addition, the control cycle time has been significantly reduced (from 31 ms to 12 ms) in order to ensure a stable execution period; this, in turn, results in a more predictable controller output and improved trajectory consistency. Full article
Show Figures

Figure 1

21 pages, 10156 KB  
Article
ROS2-Based Low-Cost Mobile Robot for Educational Assistance with Reactive Navigation and Semantic-Cached Language Processing
by Sebastián Alexis Aucapiña, Nataly Cecilia Benalcázar, José Varela-Aldás and Ramiro Isa-Jara
Robotics 2026, 15(7), 131; https://doi.org/10.3390/robotics15070131 - 8 Jul 2026
Viewed by 734
Abstract
Educational environments, particularly those with limited resources, require affordable mobile robots capable of combining human–robot interaction, autonomous assistance, and academic support without continuous dependence on cloud services. This work presents a low-cost ROS2-based mobile robot implemented on a Raspberry Pi 4B to provide [...] Read more.
Educational environments, particularly those with limited resources, require affordable mobile robots capable of combining human–robot interaction, autonomous assistance, and academic support without continuous dependence on cloud services. This work presents a low-cost ROS2-based mobile robot implemented on a Raspberry Pi 4B to provide educational assistance in Spanish within controlled classroom environments. The system integrates voice interaction, text-to-speech synthesis, YOLOv8n-based object perception, a specialized door detection model, ultrasonic and inertial sensing, differential-drive control, and a hybrid natural language processing architecture based on semantic caching, local inference, and optional cloud connectivity. Two task-dependent operating modes, education and navigation, selectively activate ROS2 nodes to reduce computational load and energy consumption. Experimental tests conducted in a university classroom evaluated speech recognition, vision models, natural language processing alternatives, sensor behavior, and battery life. The speech recognition module achieved 98% accuracy under both quiet and noisy conditions. YOLOv8n achieved an F1-score of 0.975 for common classroom objects, while the specialized door detector achieved 100% recall with 58.7% precision. The semantic cache correctly resolved recurrent academic queries in the exact-match evaluation, with an average latency of 3.8 s, reducing the need for external language models in known-question scenarios. The robot operated for 96 min in education mode and 75.6 min in navigation mode. These results demonstrate that Spanish voice interaction, reactive navigation, academic question answering, and resource-aware operation can be integrated into a single low-cost edge robotic platform for educational environments. Full article
(This article belongs to the Section Educational Robotics)
Show Figures

Figure 1

29 pages, 6618 KB  
Article
Hybrid SMC-ESO-RBF-Based Robust Adaptive Control for Tanker Robots Under Liquid Sloshing and Terrain Disturbances
by Do Khac Tiep, Nguyen Van Tien, Pham Duc Anh and Seung-Hun Han
Appl. Sci. 2026, 16(13), 6587; https://doi.org/10.3390/app16136587 - 1 Jul 2026
Viewed by 302
Abstract
This paper proposes a hybrid SMC + ESO + RBF control architecture designed to evaluate trajectory tracking and liquid sloshing suppression in tanker robots navigating complex terrains within a simulated environment. A multi-variable dynamic model integrates the differential drive mobile platform with an [...] Read more.
This paper proposes a hybrid SMC + ESO + RBF control architecture designed to evaluate trajectory tracking and liquid sloshing suppression in tanker robots navigating complex terrains within a simulated environment. A multi-variable dynamic model integrates the differential drive mobile platform with an equivalent mass-spring-damper sloshing system under terrain disturbances. To achieve robust stability, an Extended State Observer (ESO) neutralizes baseline generalized disturbances, while a Radial Basis Function (RBF) neural network adaptively compensates for residual nonlinear coupled sloshing errors. Practical stability and uniform ultimate boundedness (UUB) of the closed-loop system are proven via Lyapunov theory under bounded network approximation errors and observer uncertainties. Numerical simulations in MATLAB/Simulink demonstrate that the proposed controller achieves a baseline Root Mean Square Error (RMSE) of 0.0109 m, representing an 84.1% improvement over traditional Sliding Mode Control (SMC). Parametric sensitivity analysis under variable liquid filling ratios (30%, 50%, and 70%) and a circular steering topology indicates notable adaptability, with the tracking RMSE bounded between 0.0085 m and 0.0129 m under the considered virtual scenarios. Within the simulated environment, the system successfully smooths control profiles and dampens liquid oscillations, demonstrating a promising potential to support transport safety and mitigate actuator chattering under virtual constraints. However, these qualitative observations serve as preliminary hypotheses and must be formally verified through future hardware-in-the-loop (HIL) experiments to evaluate the impact of physical non-idealities, including sensor noise, actuator saturation, communication delays, and wheel slip. These findings confirm the competitive analytical robustness of the SMC + ESO + RBF framework in stabilizing tanker robots within highly uncertain simulated operational environments. Full article
Show Figures

Figure 1

36 pages, 21695 KB  
Article
Physics-Based Hybrid Control of Mobile Robot Drives with Adaptive Neural Network Compensation
by Alina Fazylova, Kuanysh Alipbayev, Teodor Iliev, Fariza Oraz and Kenzhebek Myrzabekov
Robotics 2026, 15(6), 114; https://doi.org/10.3390/robotics15060114 - 15 Jun 2026
Viewed by 25424
Abstract
This paper proposes a physically based hybrid architecture for controlling mobile robot drives. It combines a model-based controller, an adaptive neural network compensator for residual dynamics, and a Lyapunov-based stability supervision mechanism. Unlike existing hybrid control approaches, the proposed architecture implements a structured [...] Read more.
This paper proposes a physically based hybrid architecture for controlling mobile robot drives. It combines a model-based controller, an adaptive neural network compensator for residual dynamics, and a Lyapunov-based stability supervision mechanism. Unlike existing hybrid control approaches, the proposed architecture implements a structured injection of neural network correction directly into the physical drive model with a controlled Lyapunov-based adaptation constraint. A mathematical model of the electromechanical drive of a differential mobile platform is developed, taking into account electrical and mechanical dynamics, wheel-to-surface contact interaction, and the system’s energy characteristics. Numerical simulation results demonstrate that the hybrid approach improves tracking accuracy, improves transient response, and ensures stable operation of the control system under parametric uncertainty, adhesion changes, and external disturbances. The proposed architecture maintains the physical interpretability of the model while simultaneously enhancing the system’s adaptability. The obtained results confirm the effectiveness of the developed method and its potential for application in control systems for mobile robotic platforms. Full article
(This article belongs to the Section Sensors and Control in Robotics)
Show Figures

Figure 1

37 pages, 5709 KB  
Article
Sensor-Based Differential Flatness-Based Trajectory Tracking Method and Its Application to Wheeled Mobile Robot Control
by Alexander Krasavin, Gaukhar Nazenova, Adema Dairbekova, Albina Kadyroldina, Tamás Haidegger and Darya Alontseva
Sensors 2026, 26(12), 3676; https://doi.org/10.3390/s26123676 - 9 Jun 2026
Viewed by 801
Abstract
This article investigates the trajectory tracking control of a differential-drive two-wheeled mobile robot (DDWMR) using its kinematic model, framed in the context of sustainability. A nonlinear-to-linear transformation based on differential flatness is employed to convert the original nonlinear system into two fully decoupled [...] Read more.
This article investigates the trajectory tracking control of a differential-drive two-wheeled mobile robot (DDWMR) using its kinematic model, framed in the context of sustainability. A nonlinear-to-linear transformation based on differential flatness is employed to convert the original nonlinear system into two fully decoupled linear subsystems, enabling a simple and robust controller design. Unlike conventional flatness-based methods that rely on exact feedforward linearization around a reference trajectory, the proposed approach performs plant linearization, ensuring reliable tracking across a wide range of trajectories. The resulting two-loop architecture consists of an inner nonlinear loop implementing state prolongation and static feedback and an outer linear controller performing trajectory tracking of the linearized system. Simulation results on a circular reference trajectory demonstrate high tracking accuracy, with a maximum transient deviation of 0.28 m, a settling time of approximately 120 s, and a steady-state mean tracking error below 0.01 m. These results confirm that the plant-linearization-based framework provides accuracy, robustness, and practical applicability for DDWMR trajectory tracking, all within a responsible control environment. Full article
(This article belongs to the Section Physical Sensors)
Show Figures

Figure 1

37 pages, 3839 KB  
Article
Evaluation of Global Path Planning Algorithms for Mobile Robots in Simulated Underground Mining Environments
by Abdurauf Abdukodirov and Jörg Benndorf
Mining 2026, 6(2), 38; https://doi.org/10.3390/mining6020038 - 5 Jun 2026
Viewed by 654
Abstract
Autonomous navigation is a key requirement for underground mine automation, where the choice of a suitable global path planner plays a significant role. In this study, four representative planning approaches—Dijkstra’s algorithm, A*, Rapidly exploring Random Tree (RRT*), and Particle Swarm Optimization (PSO)—were evaluated [...] Read more.
Autonomous navigation is a key requirement for underground mine automation, where the choice of a suitable global path planner plays a significant role. In this study, four representative planning approaches—Dijkstra’s algorithm, A*, Rapidly exploring Random Tree (RRT*), and Particle Swarm Optimization (PSO)—were evaluated on a differential-drive mobile robot within the ROS navigation framework. The algorithms were tested in two simulated underground environments: a room-and-pillar layout with relatively open space and multiple path alternatives and a narrow tunnel scenario designed to reflect more constrained mining conditions. The results indicate that Dijkstra’s algorithm consistently produced the shortest paths with the lowest computation times, while A* showed comparable performance with slightly higher computational effort. RRT* required modifications to operate effectively in narrow tunnels and exhibited significantly longer planning times. PSO, although capable of generating near-optimal solutions in open spaces, showed limitations in constrained environments due to collision handling and path feasibility issues. Differences in replanning behavior were observed when unknown obstacles were introduced. Overall, graph-based planners such as A* and Dijkstra’s algorithm demonstrated more stable and predictable performance. Future work will focus on validating these findings in real mining environments, particularly considering wheel slippage, sensor noise, and path generation challenges in narrow tunnel conditions. Full article
(This article belongs to the Special Issue Mine Automation and New Technologies, 2nd Edition)
Show Figures

Figure 1

20 pages, 8409 KB  
Article
A Trajectory-Tracking-Oriented Reference Trajectory Generation Method for Mobile Robots
by Wan Xu, Simin Du, Rupeng Chen, Yujie Wang and Shijie Liu
Appl. Sci. 2026, 16(9), 4500; https://doi.org/10.3390/app16094500 - 3 May 2026
Viewed by 537
Abstract
To address the limitations of conventional mobile robot path planning results in terms of geometric continuity, kinematic executability, and adaptability to dynamic environments, this study proposes a reference trajectory generation method oriented toward trajectory tracking. First, the A* algorithm is employed to search [...] Read more.
To address the limitations of conventional mobile robot path planning results in terms of geometric continuity, kinematic executability, and adaptability to dynamic environments, this study proposes a reference trajectory generation method oriented toward trajectory tracking. First, the A* algorithm is employed to search for an initial collision-free path, and key-point sparsification is applied to remove redundant nodes. Then, a geometrically continuous reference path is constructed using cubic B-splines. On this basis, by considering the kinematic constraints of the differential-drive mobile robot together with the local curvature characteristics of the path, a local trackability index is introduced, and the reference velocity is adaptively corrected under the maximum angular velocity constraint to improve trajectory executability and tracking smoothness. To address local path invalidation caused by dynamic obstacles, a collision-risk-triggered local replanning and trajectory stitching mechanism is further developed to achieve smooth transition between the original and updated trajectories. Simulation and real-world experimental results demonstrate that the proposed method can effectively reduce path redundancy, improve trajectory smoothness and executability, and achieve rapid local path updating and stable trajectory stitching in dynamic environments. Full article
(This article belongs to the Section Robotics and Automation)
Show Figures

Figure 1

27 pages, 26831 KB  
Article
KA-IHO: A Kinematic-Aware Improved Hippo Optimization Algorithm for Collision-Free Mobile Robot Path Planning in Complex Grid Environments
by Chunhong Yuan, Yule Cai, Haohua Que, Yuting Pei, Xiang Zhang, Jiayue Xie, Qian Zhang, Lei Mu and Fei Qiao
Sensors 2026, 26(8), 2416; https://doi.org/10.3390/s26082416 - 15 Apr 2026
Cited by 5 | Viewed by 592
Abstract
Autonomous path planning in obstacle-dense environments remains challenging for swarm intelligence methods due to infeasible initialization, insufficient exploration–exploitation balance, and poor trajectory smoothness for real-robot execution. To address these issues, this paper proposes a Kinematic-Aware Improved Hippo Optimization algorithm (KA-IHO) for mobile robot [...] Read more.
Autonomous path planning in obstacle-dense environments remains challenging for swarm intelligence methods due to infeasible initialization, insufficient exploration–exploitation balance, and poor trajectory smoothness for real-robot execution. To address these issues, this paper proposes a Kinematic-Aware Improved Hippo Optimization algorithm (KA-IHO) for mobile robot path planning. The proposed method integrates four components: an elite safety pool initialization strategy to improve feasible solution generation in dense maps, a hierarchical elite-scout update mechanism to better balance global exploration and local exploitation, anti-stagnation mechanisms including a Population Stagnation Restart strategy and a 10-Direction Radial Micro-Search to guarantee high feasibility rates across all map complexities, and a late-stage Laplacian Line-of-Sight Ironing Operator to reduce path redundancy and improve trajectory smoothness. Comparative experiments are conducted on five reproducible grid maps with different complexity levels (40×40 and 80×80), where KA-IHO is evaluated against six representative algorithms, including HO, SBOA, PSO, GWO, ARO, and INFO, over 20 independent runs. The results show that KA-IHO consistently achieves collision-free planning and obtains lower mean fitness values with smaller standard deviations than the compared methods, indicating improved robustness and solution quality. In addition, hardware closed-loop experiments on a differential-drive mobile robot demonstrate that the planned paths can be executed reliably in real environments, with trajectory tracking errors controlled within ±4 cm. Full article
Show Figures

Figure 1

35 pages, 5050 KB  
Article
Model-Based Global Path Planning for Mobile Robots with Different Kinematic Structures Under Path Length and Energy Efficiency Criteria: A Case Study
by Maciej Trojnacki and Gabriel Agakpe
Electronics 2026, 15(5), 993; https://doi.org/10.3390/electronics15050993 - 27 Feb 2026
Cited by 1 | Viewed by 897
Abstract
This paper addresses global path planning for a wheeled mobile robot with two different kinematic structures, considering both shortest path and minimum energy consumption criteria. The main research question concerns how the robot’s kinematic structure and the selected planning algorithm influence the resulting [...] Read more.
This paper addresses global path planning for a wheeled mobile robot with two different kinematic structures, considering both shortest path and minimum energy consumption criteria. The main research question concerns how the robot’s kinematic structure and the selected planning algorithm influence the resulting path with respect to these criteria. Our review of the state of the art discusses selected path planning methods, including model-based approaches. To determine the energy optimal path, a simplified model of the PIAP GRANITE robot was developed. The robot can be configured as either differentially driven or skid-steered. In the differentially driven configuration, the robot has two driven wheels and two caster wheels, whereas in the skid-steered configuration all wheels are independently driven. The robot’s models are based on previous theoretical and experimental studies and include kinematics, dynamics, drive units, and wheel slip phenomena. For path planning, it was assumed that the robot can move straight or turn. A flat terrain representative of typical urban environments was modeled as a grid of square cells, each characterized by friction and rolling resistance coefficients. Path planning was performed using A*, Theta*, and RRT* algorithms. In order to quantitatively evaluate the results, quality indexes were defined, including path length, energy consumption, computation time, and the number of analyzed nodes. Simulation results are presented for selected terrain maps, both robot configurations, all algorithms, and both optimization criteria. The results show that the differentially driven configuration is consistently more energy-efficient. For the skid-steered robot, minimizing the number of turns is crucial due to high turning energy costs. The A* algorithm consistently finds optimal paths, whereas RRT* is faster but produces non-optimal and non-repeatable results. Theta* does not always achieve optimality due to limitations imposed by the line-of-sight function. Full article
(This article belongs to the Special Issue New Insights into Mobile Robotics and Industrial Robotics)
Show Figures

Figure 1

27 pages, 5554 KB  
Article
Hierarchical Autonomous Navigation for Differential-Drive Mobile Robots Using Deep Learning, Reinforcement Learning, and Lyapunov-Based Trajectory Control
by Ramón Jaramillo-Martínez, Ernesto Chavero-Navarrete and Teodoro Ibarra-Pérez
Technologies 2026, 14(2), 125; https://doi.org/10.3390/technologies14020125 - 17 Feb 2026
Viewed by 1260
Abstract
Autonomous navigation in mobile robots operating in dynamic and partially known environments demands the coordinated integration of perception, decision-making, and control while ensuring stability, safety, and energy efficiency. This paper presents an integrated navigation framework for differential-drive mobile robots that combines deep learning-based [...] Read more.
Autonomous navigation in mobile robots operating in dynamic and partially known environments demands the coordinated integration of perception, decision-making, and control while ensuring stability, safety, and energy efficiency. This paper presents an integrated navigation framework for differential-drive mobile robots that combines deep learning-based visual perception, reinforcement learning (RL) for high-level decision-making, and a Lyapunov-based trajectory reference generator for low-level motion execution. A convolutional neural network processes RGB-D images to classify obstacle configurations in real time, enabling navigation without prior map information. Based on this perception layer, an RL policy generates adaptive navigation subgoals in response to environmental changes. To ensure stable motion execution, a Lyapunov-based control strategy is formulated at the kinematic level to generate smooth velocity references, which are subsequently tracked by embedded PID controllers, explicitly decoupling learning-based decision-making from stability-critical control tasks. The local stability of the trajectory-tracking error is analyzed using a quadratic Lyapunov candidate function, ensuring asymptotic convergence under ideal kinematic assumptions. Experimental results demonstrate that while higher control gains provide faster convergence in simulation, an intermediate gain value (K = 0.5I) achieves a favorable trade-off between responsiveness and robustness in real-world conditions, mitigating oscillations caused by actuator dynamics, delays, and sensor noise. Validation across multiple navigation scenarios shows average tracking errors below 1.2 cm, obstacle detection accuracies above 95% for human obstacles, and a significant reduction in energy consumption compared to classical A* planners, highlighting the effectiveness of integrating learning-based navigation with analytically grounded control. Full article
Show Figures

Figure 1

18 pages, 1237 KB  
Article
Real-Time Robotic Navigation with Smooth Trajectory Using Variable Horizon Model Predictive Control
by Guopeng Wang, Guofu Ma, Dongliang Wang, Keqiang Bai, Weicheng Luo, Jiafan Zhuang and Zhun Fan
Electronics 2026, 15(3), 603; https://doi.org/10.3390/electronics15030603 - 29 Jan 2026
Cited by 2 | Viewed by 1233
Abstract
This study addresses the challenges of real-time performance, safety, and trajectory smoothness in robot navigation by proposing an innovative variable-horizon model predictive control (MPC) scheme that utilizes evolutionary algorithms. To effectively adapt to the complex and dynamic conditions during navigation, a constrained multi-objective [...] Read more.
This study addresses the challenges of real-time performance, safety, and trajectory smoothness in robot navigation by proposing an innovative variable-horizon model predictive control (MPC) scheme that utilizes evolutionary algorithms. To effectively adapt to the complex and dynamic conditions during navigation, a constrained multi-objective evolutionary algorithm is used to tune the control parameters precisely. The optimized parameters are then used to dynamically adjust the MPC’s prediction horizon online. To further enhance the system’s real-time performance, warm start and multiple shooting techniques are introduced, significantly improving the computational efficiency of the MPC. Finally, simulation and real-world experiments are conducted to validate the effectiveness of the proposed method. Experimental results demonstrate that the proposed control scheme exhibits excellent navigation performance in differential-drive robot models, offering a novel solution for intelligent mobile robot navigation. Full article
Show Figures

Figure 1

39 pages, 1089 KB  
Article
Generalized Kinematic Modeling of Wheeled Mobile Robots: A Unified Framework for Heterogeneous Architectures
by Jesús Said Pantoja-García, Alejandro Rodríguez-Molina, Miguel Gabriel Villarreal-Cervantes, Andrés Abraham Palma-Huerta, Mario Aldape-Pérez and Jacobo Sandoval-Gutiérrez
Mathematics 2026, 14(3), 415; https://doi.org/10.3390/math14030415 - 25 Jan 2026
Cited by 4 | Viewed by 2362
Abstract
The increasing heterogeneity of wheeled mobile robot (WMR) architectures, including differential-drive, Ackermann, omnidirectional, and reconfigurable platforms, poses a major challenge for defining a unified, scalable kinematic representation. Most existing formulations are tailored to specific mechanical layouts, limiting analytical coherence, cross-platform interoperability, and the [...] Read more.
The increasing heterogeneity of wheeled mobile robot (WMR) architectures, including differential-drive, Ackermann, omnidirectional, and reconfigurable platforms, poses a major challenge for defining a unified, scalable kinematic representation. Most existing formulations are tailored to specific mechanical layouts, limiting analytical coherence, cross-platform interoperability, and the systematic reuse of modeling, odometry, and motion-related algorithms. This work introduces a generalized kinematic modeling framework that provides a mathematically consistent formulation applicable to arbitrary WMR configurations. Wheel–ground velocity relationships and non-holonomic constraints are expressed through a concise vector formulation that maps wheel motions to chassis velocities, ensuring consistency with established models while remaining independent of the underlying mechanical structure. A parameterized wheel descriptor encodes all relevant geometric and kinematic properties, enabling the modular assembly of complete robot models by aggregating wheel-level relations. The framework is evaluated through numerical simulations on four structurally distinct platforms: differential-drive, Ackermann, three-wheel omnidirectional (3, 0), and 4WD. Results show that the proposed formulation accurately reproduces the expected kinematic behavior across these fundamentally different architectures and provides a coherent and consistent representation of their motion. The unified representation further provides a common kinematic backbone that is directly compatible with odometry, motion-control, and simulation pipelines, facilitating the systematic retargeting of algorithms across heterogeneous robot platforms without architecture-specific reformulation. Additional simulation studies under realistic physics-based conditions show that the proposed formulation preserves coherent kinematic behavior during complex trajectory execution and supports the explicit incorporation of geometric imperfections, such as wheel mounting misalignments, when such parameters are available. By consolidating traditionally separate derivations into a single coherent formulation, this work establishes a rigorous, scalable, and architecture-agnostic foundation for unified kinematic modeling of wheeled mobile robots, with particular relevance for modular, reconfigurable, and cross-architecture robotic systems. Full article
(This article belongs to the Special Issue Mathematical Modelling and Applied Statistics)
Show Figures

Figure 1

28 pages, 5293 KB  
Article
Construction of an Educational Prototype of a Differential Wheeled Mobile Robot
by Celso Márquez-Sánchez, Jacobo Sandoval-Gutiérrez and Daniel Librado Martínez-Vázquez
Hardware 2026, 4(1), 2; https://doi.org/10.3390/hardware4010002 - 23 Jan 2026
Cited by 2 | Viewed by 1799
Abstract
This work presents the development of a differential-drive wheeled mobile robot educational prototype, manufactured using 3D additive techniques. The robot is powered by an embedded ARM-based computing system and uses open-source software. To validate the prototype, a trajectory-tracking task was successfully implemented. The [...] Read more.
This work presents the development of a differential-drive wheeled mobile robot educational prototype, manufactured using 3D additive techniques. The robot is powered by an embedded ARM-based computing system and uses open-source software. To validate the prototype, a trajectory-tracking task was successfully implemented. The aim of this contribution is to provide an easily replicable prototype for teaching automatic control and related engineering topics in academic settings. Full article
Show Figures

Graphical abstract

Back to TopTop