晨光
暗夜
晨光
极光
Bilingual Paper Reading · 中英对照精读

麦克纳姆轮移动机器人容错控制(Fault Tolerant Control of Mecanum Wheeled Mobile Robots)

准大一 · 自动化 × 机器人 × 容错控制 —— 麦克纳姆轮移动机器人主动容错控制精读材料
原文:arXiv:2512.06444 2025年12月6日发布 arXiv 预印本(cs.RO) 麦克纳姆轮 × 容错控制 × 后验概率学习 附英文摘要朗读音频

一、论文档案

英文标题Fault Tolerant Control of Mecanum Wheeled Mobile Robots
中文标题麦克纳姆轮移动机器人的容错控制
作者马雪辉, 张世良, 孙智勇(机构未在素材中标注)
发布时间2025年12月6日(v1)|分类:cs.RO(机器人学)
一句话概括后验概率在线学习故障参数,再把每个预设故障对应的控制律按学习到的概率加权求和,合成一个能同时应对「完全失效(如电机堵转)」与「部分失效(如扭矩退化)」的主动容错控制律——计算量小,适合嵌入式平台。
💡 为什么选这篇给你:① 麦克纳姆轮机器人是物流仓储、医疗运输的明星平台,「轮子坏了还能不能安全走」是真实刚需;② 方法巧而轻——不依赖昂贵的扭矩传感器(大多数低成本电机没有),只用后验概率更新 + 概率加权,数学门槛低、代码好复现;③ 故事完整:问题→gap→方法→收敛性证明→多场景仿真,是标准的「机器人控制论文」写作范本。

二、核心术语表(先扫一遍再读正文)

英文术语中文大白话解释
Mecanum wheel麦克纳姆轮轮缘斜装一圈小辊子的全向轮,四个轮子配合可实现平移、斜行、原地转。
holonomic capability全向(完整约束)能力机器人能独立控制全部运动自由度,想往哪走往哪走,无需转弯半径。
actuator fault执行器故障驱动轮电机/轮组出现的故障,如扭矩退化、堵转、辊子卡死。
fault tolerant control (FTC)容错控制系统出现故障后仍能保持安全与基本性能的控制策略。
passive FTC被动容错控制用鲁棒控制(H∞、滑模等)提前设计成「对预设故障集不敏感」,缺点是过保守。
active FTC主动容错控制在线检测/学习故障并动态调整控制律,针对实际故障状态自适应。
motor stall电机堵转(停转)电机完全转不动、出力为零的完全失效,对应 100% 故障。
torque degradation扭矩退化电机长期工作后输出扭矩下降,属于部分失效(如只剩 50% 力)。
partial / complete actuator failure部分 / 完全执行器失效执行器出力打了折扣 vs 完全失去出力,本文两种都要处理。
posterior probability后验概率看到观测数据后,对「当前是哪种故障」的更新信念——贝叶斯更新的核心。
fault parameter故障参数刻画故障类型与程度的有限集合,本文用它显式建模驱动力损失。
probability-weighted summation概率加权求和把各预设故障对应的控制律按后验概率加权叠加,故障切换时控制律平滑过渡。
convergence proof收敛性证明证明后验概率学习算法能收敛到真实故障参数。
over-conservatism过保守性为最坏情况设计导致无故障时性能也被牺牲的缺点。
trajectory tracking轨迹跟踪让机器人按期望轨迹运动,故障会立刻破坏跟踪精度。

三、摘要中英对照(精读核心)

🎧 音频在文末,可先听一遍原文再读;每个英文句都配了逐句翻译。

摘要 Abstract

EN · 原文
Mecanum wheeled mobile robots (MWMRs) are highly susceptible to actuator faults that degrade performance and risk mission failure.
CN · 翻译
麦克纳姆轮移动机器人(MWMR)对执行器故障高度敏感——故障会降低性能并危及任务成败。
EN · 原文
Current fault tolerant control (FTC) schemes for MWMRs target complete actuator failures like motor stall, ignoring partial faults e.g., in torque degradation.
CN · 翻译
现有面向 MWMR 的容错控制(FTC)方案只针对完全执行器失效(如电机堵转),忽略了部分故障(如扭矩退化)。
EN · 原文
We propose an FTC strategy handling both fault types, where we adopt posterior probability to learn real-time fault parameters.
CN · 翻译
我们提出一种同时处理两类故障的 FTC 策略,采用后验概率实时学习故障参数。
EN · 原文
We derive the FTC law by aggregating probability-weighed control laws corresponding to predefined faults.
CN · 翻译
我们通过聚合各预设故障对应的概率加权控制律来推导容错控制律。
EN · 原文
This ensures the robustness and safety of MWMR control despite varying levels of fault occurrence.
CN · 翻译
这使得 MWMR 控制在不同故障程度下仍能保证鲁棒性与安全性
EN · 原文
Simulation results demonstrate the effectiveness of our FTC under diverse scenarios.
CN · 翻译
仿真结果证明了我们的 FTC 在多种场景下的有效性。

arXiv 分类 Categories:cs.RO(机器人学)

四、引言精选(为什么这个问题重要)

① 为什么是麦克纳姆轮:全向灵活,但也「一个轮子都不能掉链子」

EN · 原文
Mobile robots have been increasingly deployed in industrial, logistics, and medical environments to perform material handling and transportation tasks in recent years (Tzafestas (2018), Zhang et al. (2024)). Among these platforms, Mecanum wheeled mobile robots (MWMRs) are specifically favored for their holonomic capability, allowing instantaneous and omnidirectional movement (Li et al. (2024), Watson et al. (2020)).
CN · 翻译
近年来,移动机器人被越来越多地部署到工业、物流与医疗环境中执行物料搬运和运输任务。其中,麦克纳姆轮移动机器人(MWMR)因其全向能力(可瞬时、全方位运动)而备受青睐。
EN · 原文
This agility is critical for superior navigation and smoother motion in confined spaces. However, such agility depends on the precise superposition of forces produced by all individual wheel actuators. This design renders the robot performance sensitive to any control imbalance. Consequently, the occurrence of actuator faults immediately breaks the force balance, severely degrading trajectory tracking and risking mission failures.
CN · 翻译
这种敏捷性对狭窄空间中的导航与平滑运动至关重要;但它依赖于所有轮子执行器力的精确叠加,使机器人性能对任何控制失衡都极其敏感。因此,一旦出现执行器故障,力的平衡立刻被打破,轨迹跟踪严重退化,任务面临失败风险。

② 故障是常态,不是意外

EN · 原文
Actuator faults are a common reality, stemming from factors like motor torque degradation or stall, Mecanum roller wear or jamming, and abrupt changes in ground traction (e.g., slippery surfaces). Therefore, the development of a fault tolerant control (FTC) strategy is essential to maintain functional mobility and ensure safety for MWMRs in the presence of actuator faults.
CN · 翻译
执行器故障是常见的现实:电机扭矩退化或堵转、麦克纳姆轮辊子磨损或卡死、地面附着力突变(如打滑路面)都会引发。因此,开发容错控制(FTC)策略对于在故障存在时维持 MWMR 的运动功能与安全至关重要。

③ 被动 vs 主动容错:鲁棒有余,还是聪明不足?

EN · 原文
Passive FTC utilizes robust control methods (e.g., H∞ control, sliding mode control) to design controllers resilient to a predefined bounded fault set (Hu et al. (2012); Riaz et al. (2021)). The main drawback of this approach is its over-conservatism. Since robust control is designed to maintain stability for the worst-case fault, it inherently sacrifices control performance for the sake of robustness, even in fault-free scenarios (Ma et al. (2024a, b)).
CN · 翻译
被动 FTC 用鲁棒控制方法(如 H∞ 控制、滑模控制)设计对预设有界故障集不敏感的控制器。其主要缺点是过保守:为最坏情况故障保持稳定而设计,即使在无故障场景下也牺牲了控制性能。
EN · 原文
Active FTC releases this limitation by detecting or learning faults in real-time and dynamically tailoring the control law (Wang et al. (2022); Guo et al. (2024); Liu et al. (2022, 2025a)). In this way, active FTC reduces conservatism and enhances control accuracy by adapting to actual fault states.
CN · 翻译
主动 FTC 通过实时检测/学习故障并动态定制控制律来突破这一限制,适应实际故障状态,从而降低保守性、提高控制精度。

④ 现有方法的硬伤:检测依赖扭矩传感器,且只处理完全失效

EN · 原文
However, the success of fault detection depends on the accurate measurement of motor torque, which is not available in most low-cost motors, thus limiting their application in real-world robots. Nevertheless, their adaptive approach addresses scenarios involving only complete actuator failures (e.g., motor stall and jamming, representing a 100% actuator failure). They neglect the more practical scenario of partial actuator failures. In real-world operation, it is common that the long-time working of motors causes torque degradation, resulting in a partial actuator failure (e.g., 50% loss of force). Thus, developing an FTC scheme capable of robustly handling both complete and partial actuator faults is essential.
CN · 翻译
然而,故障检测的成功依赖电机扭矩的精确测量——大多数低成本电机并不具备,限制了其实际应用。而且,已有自适应方法只处理完全执行器失效(如堵转、卡死,即 100% 故障),忽略了更实际的部分失效:电机长期工作导致扭矩退化,比如只剩 50% 的力。因此,能同时稳健处理完全与部分执行器故障的 FTC 方案必不可少。
💡 这是全文最有味道的一句“In real-world operation, it is common that the long-time working of motors causes torque degradation, resulting in a partial actuator failure (e.g., 50% loss of force).”——论文的价值往往藏在「别人忽略的常见场景」里:完全失效少见且易察觉,50% 的扭矩退化才是真实世界的日常杀手。

五、论文贡献(3 个要点)

EN · 原文
1. Unified fault modeling. We construct a finite set of fault parameters to represent both complete and partial fault parameters. We then explicitly model the actuator faults by incorporating FMWMR driving force and the fault parameters.
CN · 翻译
1. 统一故障建模。构造一个有限故障参数集同时表示完全与部分故障,并把 FMWMR 驱动力与故障参数结合,显式建模执行器故障。
EN · 原文
2. Posterior probability learning. We introduce the posterior probability updating algorithm to learn the true fault parameters from the predefined set in real-time. We also provide the convergence proof for this learning algorithm.
CN · 翻译
2. 后验概率学习。引入后验概率更新算法,从预设集合中实时学习真实故障参数,并给出了该学习算法的收敛性证明
EN · 原文
3. Probability-weighted FTC law. We design an active FTC law by summing the control law under each predefined fault parameter with the learned posterior probabilities as weights. The probability-weighted summation smooths the control law switching with abrupt faults, thereby ensuring the robustness and safety of the mobile robot.
CN · 翻译
3. 概率加权容错控制律。把每个预设故障参数对应的控制律按学习到的后验概率加权求和,设计主动 FTC 律。概率加权使故障突变时的控制律切换平滑过渡,从而保证机器人的鲁棒性与安全性。

六、结论中英对照

EN · 原文
This work presents a novel fault tolerant control (FTC) method for FMWMRs. This method ensures robustness and safety for autonomous mobile robots despite varying levels of fault corruption.
CN · 翻译
本文为四轮麦克纳姆轮移动机器人(FMWMR)提出了一种新颖的容错控制(FTC)方法,在不同程度的故障破坏下仍能保证自主移动机器人的鲁棒性与安全性。
EN · 原文
The computation of our control law is of low complexity, which is friendly to source-limited embedded systems and ideally suited for practical implementation.
CN · 翻译
我们的控制律计算复杂度低,对资源受限的嵌入式系统友好,非常适合实际部署。
EN · 原文
Furthermore, the presented FTC method is generalizable and can be applied to aerial or underwater vehicles with actuator faults.
CN · 翻译
此外,所提 FTC 方法具有通用性,可应用于存在执行器故障的空中或水下航行器。
EN · 原文
Our future work will focus on the deployment and experimental validation of our FTC algorithm in real-world Mecanum wheeled mobile robots.
CN · 翻译
未来工作将专注于在真实麦克纳姆轮移动机器人上部署并实验验证我们的 FTC 算法。

七、编者解读:这篇论文到底讲了什么(大白话版)

  1. 问题:麦克纳姆轮机器人靠四个轮子的力「精确叠加」才能全向运动,任何一个轮子出故障(堵转、扭矩退化、辊子卡死),整车轨迹立刻跑偏。现有容错方法要么太保守(被动),要么只处理「完全坏掉」而忽略「没完全坏但没劲了」。
  2. 做法:先预设一个有限的故障参数集合(比如「无故障、50% 扭矩、完全堵转」等几种可能),然后用后验概率更新——每次观测到机器人实际速度后,更新「当前是哪种故障」的信念;最后把每种故障对应的控制律按这个信念加权求和,作为实际控制律。
  3. 结果:概率加权让控制律在故障突变时平滑过渡(不会猛切),算法有收敛性证明(信念会收敛到真实故障),计算量小到嵌入式平台都能跑;多场景仿真验证了有效性。
  4. 最值钱的观点:与其「先精确诊断故障、再切换控制器」,不如「把不确定性直接算进控制律里」——用一个概率分布表达「我不知道是哪种故障」,比逼自己「必须猜对」更稳健、更符合现实。
  5. 工程意义:不依赖扭矩传感器(低成本电机的痛),只靠机器人自带的速度观测;方法还能迁移到无人机、水下航行器——一套思路吃遍执行器故障问题。
🎯 对保研的启示:这篇论文示范了「问题导向的研究」——先找到真实世界的具体痛点(50% 扭矩退化被忽略),再设计轻量解决方案。复试时讲「我发现了什么别人忽略的场景、我如何用最简工具解决它」,比堆砌复杂模型更显功力。

八、给准大一的阅读路线图 & 延伸方向

📖 怎么读这篇论文(三遍法)

  1. 第一遍(10 分钟):只读摘要和术语表,回答三个问题——问题是什么?方法是什么?结果是什么?
  2. 第二遍(20 分钟):读引言 + 结论,重点体会「被动 vs 主动容错」的权衡,以及「为什么部分失效更值得关注」。
  3. 第三遍(30 分钟):读方法文字部分(故障建模、后验概率更新、概率加权控制律、收敛性证明),跳过所有公式推导,只看文字描述;遇到不懂的术语回查术语表。

🚀 这个方向你能延伸做什么

九、英文摘要朗读(练听力用)

先盲听一遍→再看对照稿→再听一遍。目标是听出每个数字(100%、50%)和术语(Mecanum wheel、actuator fault、posterior probability、fault tolerant control)。