Path Tracking Control of Tracked Vehicles

Introduction

这篇文章主要就是建立了一个dynamic model (including track-soil interactions), 然后建立了一个controller。
然后在仿真器中测试了一下。The result is an accurate control of the lateral offset and forward velocity error along a path.

这篇文章使用的也会是skid steering, which involves complicated ground-track interactions. Traction forces are produced by the shear stress created by the track slippage relative to the ground.

The resultant of the two track forces creates both the driving force needed for forward motion and the turning torque needed for steering.

Dynamic Modeling

在这里插入图片描述
上图的这种情况是the vehicle is turning in the positive direction, from X X X to Y Y Y

F i , R i , F o , R o F_{i}, R_{i}, F_{o}, R_{o} Fi,Ri,Fo,Ro are the traction and resistance forces exerted to the vehicle through the “inner” and “outer” tracks.
C . G . C.G. C.G. is the center of gravity.
C C C is the instantaneous center of rotation
f y f_{y} fy is the lateral friction distribution, 在履带上某一点 f y f_{y} fy的方向取决于该点的方向

M x ¨ = F i − R i + F o − R o M \ddot{x} = F_{i} - R_{i} + F_{o} - R_{o} Mx¨=FiRi+FoRo M y ¨ = 4 f y d s M \ddot{y} = 4f_{y}d_{s} My¨=4fyds I ψ ¨ = ( F o − R o ) b − ( F i − R i ) b − 2 f y ( l 2 − d s 2 ) I \ddot{\psi} = (F_{o} - R_{o})b - (F_{i} - R_{i})b - 2f_{y}(l^{2} - d_{s}^{2}) Iψ¨=(FoRo)b(FiRi)b2fy(l2ds2)

Path Tracking Control

The friction force are large and if neglected in the controller, produce large tracking errors.

The overall control objective is to drive the vehicle from a starting point to any other point in a horizontal plane. This includes the “planning” and the “control” problem.

这篇文章专注解决control problem with the assumption that the desired path is given.
desired path是用离散点进行描述的,每个离散点还要让planner指定速度。

Reference

[6]和[10]要看一下。

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 写一个用强化学习在MATLAB中实现磁悬浮列车速度跟踪控制的代码。 要写一个用强化学习控制磁悬浮列车速度的代码,您需要了解以下内容: 1. 强化学习的原理:它是一种机器学习方法,通过不断的试错来学习如何解决问题。 2. 磁悬浮列车的运动学:您需要了解磁悬浮列车的动力学模型,以便更好地控制它的速度。 3. MATLAB:您需要熟悉MATLAB编程语言,以便写出代码。 在编写代码之前,您需要先对强化学习算法和磁悬浮列车运动学进行研究,以确保您有足够的知识和技能来完成此任务。推荐使用Q-learning或SARSA算法。 如果您有任何具体问题,请提出,我将尽力帮助您。 ### 回答2: 使用强化学习编写MATLAB中的代码来实现磁悬浮列车速度跟踪控制。 首先,我们需要定义一个磁悬浮列车的速度跟踪控制问题。速度跟踪控制的目标是使磁悬浮列车的实际速度尽可能接近给定的目标速度。我们可以使用强化学习中的一种算法,如深度强化学习(Deep Q-Learning),来解决这个问题。 在MATLAB中,我们需要定义一个环境(Environment)来模拟磁悬浮列车的行为。这个环境包括磁悬浮列车的初始状态,比如初始速度和位置,以及列车的物理特性,如最大加速度和制动力等。我们还需要定义一个动作空间,包含磁悬浮列车可以采取的控制动作,比如加速度值或制动力值。 接下来,我们可以使用强化学习中的Q-Learning算法来训练一个智能体(Agent)。智能体通过与环境的交互来学习如何根据当前状态选择最优的控制动作。训练过程中,智能体会根据环境的反馈,比如奖励或惩罚,来调整自己的决策策略。一次完整的训练过程可以包括多个迭代轮次(Episodes),每个轮次中智能体在环境中执行一系列动作并不断更新自己的Q-函数。 训练完成后,我们可以使用学习到的Q-函数来进行磁悬浮列车的速度控制。智能体将根据当前的状态选择最优的控制动作来调整磁悬浮列车的速度,并与环境进行交互。通过不断的迭代,智能体可以逐渐优化控制策略,使得磁悬浮列车的速度更加接近目标速度。 最后,通过对代码进行调试和优化,我们可以在MATLAB中实现一个高效的磁悬浮列车速度跟踪控制系统,帮助磁悬浮列车实现精准的速度控制。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值