欢迎您访问《智慧农业(中英文)》官方网站! English

Smart Agriculture

• •    

基于模糊逻辑控制的滑移转向底盘避障控制方法

李磊1,2(), 佘小明1,2(), 唐兴隆1,2, 张涛1,2, 董继伟1,2, 古愉川1,2, 周晓晖1,2, 冯伟1,2, 杨清慧1,2   

  1. 1. 重庆市农业科学院农业机械研究所,重庆 401329,中国
    2. 农业农村部西南山地智慧农业重点实验室(部省共建),重庆 401329,中国
  • 收稿日期:2024-08-06 出版日期:2024-12-27
  • 基金项目:
    重庆市市级财政科技创新(cqaas2023sjczsy006); 重庆市市级财政科技创新(KYLX20240500075); 重庆市市级财政科技创新(KYLX20240500039); 重庆市技术创新与应用发展专项面上项目(CSTB2023TIAD-GPX0037); 重庆市科研机构绩效激励引导专项(cstc2022jxjl80008)
  • 作者简介:

    李 磊,研究方向为智能农机装备自动控制。E-mail:

    LI Lei, E-mail:

  • 通信作者:
    佘小明,正高级工程师,研究方向为无人驾驶农机装备研制。E-mail:

Obstacle Avoidance Control Method of Electric Skid-Steering Chassis Based on Fuzzy Logic Control

LI Lei1,2(), SHE Xiaoming1,2(), TANG Xinglong1,2, ZHANG Tao1,2, DONG Jiwei1,2, GU Yuchuan1,2, ZHOU Xiaohui1,2, FENG Wei1,2, YANG Qinghui1,2   

  1. 1. Chongqing Academy of Agricultural Sciences, institute of agricultural machinery research, Chongqing 401329, China
    2. Southwest Mountain Smart Agricultural Key Laboratory, (Co-construction by the Ministry and Province), Ministry of Agriculture and Rural Affairs, Chongqing 401329, China
  • Received:2024-08-06 Online:2024-12-27
  • Foundation items:Chongqing Municipal Fiscal Science and Technology Innovation(cqaas2023sjczsy006); Chongqing Municipal Fiscal Science and Technology Innovation(KYLX20240500075); Chongqing Municipal Fiscal Science and Technology Innovation(KYLX20240500039); Chongqing Municipal Technology Innovation and Application Development Special Project(CSTB2023TIAD-GPX0037); Chongqing Municipal Scientific Research Institutions Performance Incentive Guidance Special Project(cstc2022jxjl80008)
  • Corresponding author:
    SHE Xiaoming, E-mail:

摘要:

【目的/意义】 目前,针对同时实现自动驾驶底盘轨迹跟踪和避障控制的研究还存在着跟踪性能不足、执行器易抖动和系统复杂度过高的问题,提出了一种简洁算法同时实现底盘的轨迹跟踪和避障控制。 【方法】 利用模糊并行分布式补偿(Parallel Distributed Compensation, PDC)策略设计全局Takagi-Sugeno(T-S)模糊控制器,设计线性二次型调节器(Linear Quadratic Regulator, LQR)控制器作为每个局部系统的控制器,实现底盘的轨迹跟踪。在全局开环T-S模糊系统中设计一个新的LQRobs控制器用于实时动态轨迹规划,实现避障控制,并且设计了一个模糊控制器来动态调整增益矩阵。利用模糊融合控制器将两个控制器联合起来形成最终的控制输入。 【结果和讨论】 测试表明,在没有障碍物时,轨迹跟踪的横纵向跟踪误差分别为0.041和0.052 m。在有障碍物时,该方法可以实时生成参考轨迹实现避障控制。设计的模糊控制器可以根据工况实时调整LQRobs控制器的增益矩阵,与增益矩阵固定的LQRobs控制器相比,其跟踪误差降低了33.9%。 【结论】 该方法利用简洁的算法结构同时实现了底盘的轨迹跟踪和避障控制,为底盘的轨迹跟踪和避障控制研究提供了一种新的参考。

关键词: 滑移转向, 轨迹跟踪, 避障控制, LQR, 模糊逻辑控制

Abstract:

[Objective] Trajectory tracking and obstacle avoidance control are important components of autonomous driving chassis, but most current studies treat these two issues as two independent tasks. This will cause the chassis to stop trajectory tracking when facing an obstacle, and then implement trajectory tracking again after completing obstacle avoidance. If the distance from the reference path after obstacle avoidance is too far, the subsequent tracking performance will be affected. There are also some studies on trajectory tracking and obstacle avoidance at the same time, but these studies are either not smooth enough and prone to chatter, or the control system is too complex. Therefore, a simple algorithm is proposed that can simultaneously implement trajectory tracking and obstacle avoidance control of the chassis. This method can achieve the chassis avoiding obstacles in the reference path while tracking the trajectory, and can quickly converge to the reference trajectory after avoiding. [Methods] First, the kinematic model and kinematic error model of the chassis were designed. Since skid-steering was adopted, the kinematic model of the chassis needs to be specially processed when designing the mathematical model, and it was simplified to a two-wheel differential rotation robot model. Secondly, the Takagi-Sugeno (T-S) fuzzy controller of the chassis was designed. Since the error model of the chassis was designed in advance, the T-S fuzzy model of the chassis could be designed. Based on the T-S model, a T-S fuzzy controller was designed using the parallel distributed compensation (PDC) algorithm. The linear quadratic regulator (LQR) controller was used as the state feedback controller of each fuzzy subsystem in the T-S fuzzy controller to form a global T-S fuzzy controller, which could realize the trajectory tracking function of the chassis when there were no obstacles. Secondly, the obstacle avoidance controller of the chassis was designed. A new LQRobs controller was designed in the global open-loop system to generate the reference trajectory to avoid obstacles. The implementation method was that when the system detects an obstacle in the environment, the LQRobs controller starts working, and generates a new path by judging the distance between the obstacle and the chassis, so that the chassis could avoid the obstacle. When the chassis bypassed the obstacle, the LQRobs controller stopped working. The LQRobs controller had two gain matrices, Q and R . How to select them determined the control performance of the LQRobs controller. Usually, these two parameters were fixed parameters summarized by designers through trial and error, but they were often only suitable for certain fixed driving conditions and were difficult to adapt to the scene where obstacles suddenly appeared in the path. Therefore, in order to better realize the obstacle avoidance function, a fuzzy controller was designed to adjust the gain matrices Q and R of the LQRobs controller in real time. Then, in order to realize trajectory tracking and obstacle avoidance controlled at the same time, a fuzzy fusion controller was designed to combine the two controllers to form the final chassis input, and the Mamdani fuzzy controller was selected to achieve it. Finally, the method was simulated and experimental tested. The simulation test used MATLAB/Simulink joint simulation test, and the experiments was based on the self-developed electric multi-functional chassis. [Results and Discussions] The simulation results showed that when there were no obstacles, the control method could achieve stable trajectory tracking in the reference path composed of straight lines and curves. When there were obstacles, the vehicle could avoid them smoothly and quickly converge to the reference trajectory. When facing obstacles, the designed fuzzy logic LQRobs controller could adaptively change the controller gain matrix according to the vehicle's speed and the distance between the current obstacles to achieve rapid convergence. The experimental results showed that when there were no obstacles, the chassis could use the T-S fuzzy controller to achieve stable tracking of the reference trajectory, and the average errors in the lateral and longitudinal directions of the entire tracking process were 0.041 and 0.052 m, respectively. When facing obstacles, the T-S fuzzy controller and the LQRobs controller realized the obstacle avoidance and tracking control of the chassis through joint control. The fuzzy controller was used to adjust the gain matrix of the LQRobs controller in real time, and the tracking error was reduced by 33.9% compared with the controller with a fixed gain matrix. [Conclusions] The control system can simultaneously realize the trajectory tracking and obstacle avoidance control of the chassis, can quickly converge the tracking error to zero, and achieve smooth obstacle avoidance control. Although the control method proposed in this paper is simple and efficient, and can achieve trajectory tracking and obstacle avoidance control at the same time, and the tracking and obstacle avoidance effects are significantly improved, the control method can only handle static obstacles in the reference path at present, and subsequent research will focus on dynamic obstacles.

Key words: skid steering, trajectory tracking, obstacle avoidance control, LQR, fuzzy logic control

中图分类号: