节点文献
四足机器人步态规划与平衡控制研究
Research about Gait Planning and Balance Control of Quadruped Robot
【作者】 刘飞;
【导师】 陈小平;
【作者基本信息】 中国科学技术大学 , 计算机应用技术, 2010, 博士
【摘要】 四足步行机器人是机器人家族的一个重要分支,其不仅承载能力强,而且容易适应不平的地形。它既能使用静态稳定的步态缓慢平滑地行走,又能以动态稳定的步态跑动;如果安装了操作手,在站立时还可以成为一个稳定和灵活的工作平台。因此,四足步行机器人是步行机器人中最有可能首先实用化的机型之一。在对四足步行机器人的研究中,步态规划及运动平衡控制是具有重要意义的课题。为了有效地提高机器人的行走速度和能量效率,增强机器人在行走过程中对不平地形的适应能力,本文以AIBO四足机器人为研究平台,从以下三个方面对四足步行机器人的运动控制进行了研究:1.四足机器人的步态规划及优化四足机器人最常用的步态规划方法是基于运动学模型的步态控制方法。实验表明,使用该方法规划的轨迹与实际运动轨迹不相符,这一问题造成机器人无法准确按照预先设计的方式运动。因此,本文通过对机器人行走时身体摇摆现象的研究,在运动学模型控制法的基础上引入动力学规划,提出一种使用零力矩点轨迹规划的步态控制方法:控制机器人运动时的身体姿态来改变机器人足部与地面形成的支撑多边形,同时使用零力矩点轨迹规划方法生成机器人在支撑相时足部的轨迹。该方法有效地使用了基于模型的步态控制方法,降低了采用完全动力学规划方法的计算复杂度,满足了算法实时性的要求。设计的控制器具有大量的参数,因而本文使用基于遗传算法的进化学习方法对步态控制参数进行优化。由于有效地使用了基于运动学规划的步态参数进行种群初始化,算法收敛较快。此外,在适应度函数的选取上充分考虑了稳定性这一因素,因而大大提高了最优步态的稳定性。实验使用AIBO机器人进行测试,机器人使用该进化学习方法可自主地得到最优步态,其最优步态在保证稳定性的基础上速度达到了455 mm/s。实验结果表明,应用该方法进行步态控制,机器人获取的最优步态不仅满足稳定性要求,而且对不平地形也具有较好的适应能力。2.四足机器人的平衡控制及优化针对机器人在正常运动过程中突然遭遇外力作用引发翻倒危险的问题,各国科学家们致力于提出各种“参考点”作为步行机器人的稳定性判定标准。诸多成果都是使用仿真机器人进行模拟实验,证明了相关理论的有效性,而在实体机器人上,机器人自身传感器不可避免地存在各种噪声和误差,导致机器人无法确切地感知外部世界并得到自身状态的准确信息,因此本文针对实体机器人引入回归映射模型有效地预测翻倒状态,提高了机器人状态检测的精度与准确度。在此基础上,为了迅速恢复机器人的站立状态,本文提出一种基于轨道能量模型的步行机器人平衡控制方法:采用姿态控制和“迈单步策略”两种控制策略实现机器人的平衡控制。同时,采用离线监督学习方法对理论落脚点模型进行优化。实验使用AIBO机器人进行测试,机器人实际的翻倒次数减少了一半以上,证明了该方法的有效性和可行性。3.四足机器人运动控制系统四足机器人需要能够实现快速的直线行走、灵活的转弯和紧急制动;当机器人遇到突发状况身体失去平衡时,需要判断出身体是否处于将要翻倒的危险状态,并主动恢复身体平衡;当机器人不幸翻倒后,需要实现翻倒后的快速站立恢复;当机器人成为一个操作平台时,需要通过控制其全身的运动,完成操作物体等各项任务。因此,本文综合考虑四足机器人实际的应用需求,设计了一整套运动控制系统,各层之间任务明确,要求具体,相互关联,相互制约,能够有效地协调四足机器人的各种运动行为,满足多变的应用需求。第六章给出结论和一些值得进一步研究的问题。
【Abstract】 Quadruped walking robot is an important branch of robot. Quadruped walkingrobot not only has heave loading capacity, but also adapts to the all-terrain variety moreeasily. It could not only move slowly and smoothly with statically stable gait, but alsorun with dynamically stable gait. If installed with a manipulator, it will become a sta-ble and flexible working platform while standing. Therefore, quadruped walking robotcould be one of the first practical physical types. On the study of quadruped walk-ing robot, gait planning and balance control of quadruped robot is the subject withgreat significance. In order to improve speed of travel and energy efficiency effec-tively, and enhance the ability of adapting the rough terrain during walking, we takethe quadrupedal walking robot AIBO as research platform and study motion control ofquadrupedal legged robot in the following three aspects:1. The gait planning and optimization of quadruped robotThe most common method of gait planning of quadruped robots is the controlmethod based on the kinematic model. Experimental results show that the planning tra-jectory using this method is not identical with the actual trajectory of locomotion. Thisproblem causes that the robot can not move following the preliminary mode designedexactly. Therefore, this paper presents a gait control method using ZMP (zero-momentpoint) trajectory planning by studying the body sway phenomenon of robots duringwalking, which introduces the dynamic planning based on the the control method ofthe kinematic model: control the body posture during walking to change the supportpolygon formed by the robot foot and the ground, and in the mean time use ZMPtrajectory planning to generate the foot trajectory during stance phase. This methoduses the model-based gait control method effectively, thus reduces the computationalcomplexity of totally using dynamic planning method, and satisfies the need of real-time algorithm. Since the designed controller contains a large number of parameters,we also use an evolutionary learning method based on genetic algorithm to optimizethose gait control parameters. Since we effectively use the gait parameters based on thekinematic planning to initialize generation, the algorithm constringency is much better.Moreover, we take full account of the stability factor when choosing the fitness func-tion, the stability of the optimal gait is improved. In the experiments, the AIBO robotcan obtain the optimal gait autonomously, and its maximum speed achieves 455 mm/s with stability. The experimental results show that the robots can obtain the optimal gaitwith better stability and stronger adaptability to uneven terrain by using the proposedgait control method.2. The balance control and optimization of quadruped robotConcentrated on the danger of turnover imposed by sudden external shocks ofrobots during normal walking, scientists in various countries devote their lives to propos-ing different”reference point”which could be used as the stability criteria of walkingrobot. Most results are carried out with simulation experiments using simulated robots,which can prove the validity of related theory. However, for the entity robot, due to allkinds of errors and noises caused by sensors themselves, the robots can’t tell exactlythe outer world and finally obtain the accurate information of their status. Therefore,for physical robot, this paper introduces a linear regress model to predict the conditionof being turnover effectively, which improves the precision and accuracy of robot statedetection. On this basis, we present a balance control method based on the orbital en-ergy model to achieve stand-restoration after turnover, using both attitude control and“taking a step”strategy to achieve balance control. Here we use an of?ine supervisedlearning method to optimize the theoretic foothold model. In the experiment of AIBOrobots, this method reduces the frequency of turnover by more than half, accordinglyproving its validity and feasibility.3. The motion control system of quadruped walking robotQuadruped walking robot needs to achieve fast lineal locomotion, well turning andemergency braking; when the robot loses its balance in emergency, it needs to determinewhether the body will be in the danger of turnover, then could recover itself automati-cally; when the robot turns over unfortunately, it needs to achieve fast stand-restorationafter turnover; when it becomes a working platform, it needs to carry out various taskssuch as griping objects through controlling whole-body movement. Therefore, a com-plete motion control system is designed based on the actual application requirementsof quadrupedal walking robot. Each layer has clearly defined duties and specific re-quirements, and also mutually related and restraint, which will effectively coordinateall kinds of motion behaviors, and satisfy various application requirements.Summary and some open problems that require further investigation are given inChapter 6.
【Key words】 quadruped walking robot; linear inverted pendulum; zero-moment point; orbital energy model;