天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 自動化論文 >

六足機器人步態(tài)規(guī)劃及自主導(dǎo)航系統(tǒng)的研究與設(shè)計

發(fā)布時間:2018-08-12 20:23
【摘要】:六足機器人作為機器人研發(fā)領(lǐng)域中的新起之秀,具有承載能力強、穩(wěn)定性能良好、非結(jié)構(gòu)環(huán)境下適應(yīng)能力顯著的優(yōu)點,近些年來被廣泛地應(yīng)用于多個領(lǐng)域。本文選擇六足機器人作為研究對象,從其結(jié)構(gòu)特點出發(fā),研究了六足機器人的步態(tài)規(guī)劃策略和自主導(dǎo)航算法,設(shè)計了六足機器人的步態(tài)控制系統(tǒng)、自主導(dǎo)航控制系統(tǒng)及遠(yuǎn)程遙控系統(tǒng)。針對未知環(huán)境中六足機器人的自主導(dǎo)航問題,本文提出了一種基于模糊神經(jīng)網(wǎng)絡(luò)的自主導(dǎo)航算法,并將此算法利用C語言進(jìn)行了重建,集成到了六足機器人的自主導(dǎo)航控制系統(tǒng)中。本文從以下幾個方面進(jìn)行研究:1、本文研究了六足機器人的步態(tài)規(guī)劃策略。詳細(xì)介紹了六足機器人幾種典型的步態(tài)規(guī)劃,分別為三、四、五足步態(tài)、定點轉(zhuǎn)彎步態(tài)以及自由步態(tài)。從機器人行進(jìn)速度及穩(wěn)定性兩方面對這幾種步態(tài)規(guī)劃進(jìn)行了比較,選取平坦地形環(huán)境中的三足步態(tài)和崎嶇地形環(huán)境中的自由步態(tài)作為本文六足機器人控制系統(tǒng)的行進(jìn)步態(tài)。2、本文研究了六足機器人的自主導(dǎo)航算法。提出了基于模糊神經(jīng)網(wǎng)絡(luò)的六足機器人自主導(dǎo)航閉環(huán)控制算法,算法融合了模糊控制的邏輯推理能力與神經(jīng)網(wǎng)絡(luò)的學(xué)習(xí)訓(xùn)練能力,并引入閉環(huán)控制方法對算法進(jìn)行優(yōu)化。3、本文設(shè)計了六足機器人的步態(tài)控制系統(tǒng)。六足機器人步態(tài)控制系統(tǒng)采用ARM7內(nèi)核LPC2148作為主控芯片,由傳感器層、主控層、驅(qū)動層和能源層這四個模塊組成。詳細(xì)介紹了各組成模塊的元件選擇、電路設(shè)計及功能設(shè)計。4、本文設(shè)計了六足機器人的自主導(dǎo)航控制系統(tǒng)。對六足機器人導(dǎo)航避障模型進(jìn)行分析,在此基礎(chǔ)上設(shè)計了由呈扇形掃描狀態(tài)的超聲波傳感器、GPS定位傳感器和電子羅盤傳感器組成的環(huán)境感知器,實現(xiàn)對機器人周圍環(huán)境信息及位置信息的感知。依據(jù)所提出的六足機器人自主導(dǎo)航閉環(huán)控制算法設(shè)計了六足機器人自主導(dǎo)航控制系統(tǒng),實現(xiàn)了在復(fù)雜未知環(huán)境中對六足機器人的自主導(dǎo)航控制。5、本文設(shè)計了六足機器人的遠(yuǎn)程遙控系統(tǒng)。六足機器人的遠(yuǎn)程遙控系統(tǒng)采用電容觸摸屏和上位機界面兩種顯示控制方式,具有良好的人機交互界面,實現(xiàn)了實時地遠(yuǎn)程監(jiān)控機器人狀態(tài)和下達(dá)機器人執(zhí)行指令的功能。6、本文對六足機器人控制系統(tǒng)進(jìn)行了實驗。實驗結(jié)果證明了本文設(shè)計的六足機器人步態(tài)控制系統(tǒng)、自主導(dǎo)航控制系統(tǒng)及遠(yuǎn)程遙控系統(tǒng)的可行性和實用性。
[Abstract]:Hexapod robot is a new emerging robot in the field of robot research and development. It has the advantages of strong bearing capacity, good stability and remarkable adaptability in unstructured environment. In recent years, it has been widely used in many fields. In this paper, hexapod robot is chosen as the research object. According to its structural characteristics, the gait planning strategy and autonomous navigation algorithm of hexapod robot are studied, and the gait control system of hexapod robot is designed. Autonomous navigation control system and remote control system. To solve the autonomous navigation problem of hexapod robot in unknown environment, a fuzzy neural network based autonomous navigation algorithm is proposed in this paper, and the algorithm is reconstructed by C language. It is integrated into the autonomous navigation control system of hexapod robot. In this paper, we study the gait planning strategy of hexapod robot from the following aspects: 1. This paper introduces several typical gait planning of hexapod robot, which are three, four and five gait, fixed-point turn gait and free gait. The gait planning is compared in terms of the speed and stability of the robot. The tripod gait in the flat terrain environment and the free gait in the rugged terrain environment are selected as the walking gait of the hexapod robot control system in this paper. The autonomous navigation algorithm of the hexapod robot is studied in this paper. A closed loop control algorithm for autonomous navigation of hexapod robot based on fuzzy neural network is proposed. The algorithm combines the logic reasoning ability of fuzzy control with the learning and training ability of neural network. The closed-loop control method is introduced to optimize the algorithm. The gait control system of hexapod robot is designed in this paper. The gait control system of hexapod robot uses ARM7 kernel LPC2148 as the main control chip, which consists of four modules: sensor layer, main control layer, drive layer and energy layer. The component selection, circuit design and function design of each module are introduced in detail. The autonomous navigation control system of hexapod robot is designed in this paper. Based on the analysis of navigation obstacle avoidance model of hexapod robot, an environment sensor composed of sector scanning ultrasonic sensor and electronic compass sensor is designed. Realize the perception of the environment information and the position information of the robot. According to the proposed closed-loop control algorithm for autonomous navigation of hexapod robot, the autonomous navigation control system of hexapod robot is designed. The autonomous navigation control of hexapod robot in complex unknown environment. 5. The remote control system of hexapod robot is designed in this paper. The remote control system of hexapod robot adopts two display and control modes, capacitive touch screen and upper computer interface, and has a good man-machine interface. The function of real-time remote monitoring of robot state and issuing robot execution instructions is realized. The control system of hexapod robot is experimented in this paper. The experimental results show the feasibility and practicability of the Hexapod gait control system, autonomous navigation control system and remote control system designed in this paper.
【學(xué)位授予單位】:吉林大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2017
【分類號】:TP242

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 張濤;顏國正;劉華;;新型微型六足機器人的運動原理及控制程序[J];計算機工程;2006年23期

2 ;美國打造月球六足機器人[J];機器人技術(shù)與應(yīng)用;2008年02期

3 孟凱;李鑫;;基于藍(lán)牙串口模塊的小型六足機器人系統(tǒng)設(shè)計[J];河南工程學(xué)院學(xué)報(自然科學(xué)版);2012年01期

4 ;未來出門小心巨型螳螂 六足機器人震撼亮相[J];黑龍江科技信息;2013年14期

5 莫恭佑;;并行機控制的六足機器人[J];國際科技交流;1991年12期

6 葉建勝;;《制作六足機器人》教學(xué)設(shè)計[J];中國信息技術(shù)教育;2014年17期

7 祝捷,曹志奎,馬培蓀;關(guān)于微型六足機器人軀體柔性化的研究[J];機械與電子;2003年01期

8 羅慶生;韓寶玲;毛新;黃麟;;新型仿生六足機器人運動控制技術(shù)的研究與探索[J];機械設(shè)計與研究;2006年02期

9 張濤;(?)國正;劉華;;微型仿生六足機器人的運動控制的軟件設(shè)計[J];計算機測量與控制;2006年07期

10 張楊;韓寶玲;羅慶生;;微型仿生六足機器人的摩擦學(xué)研究[J];機械與電子;2007年05期

相關(guān)會議論文 前3條

1 童暉;張爭艷;李文鋒;;仿生六足機器人的設(shè)計研究[A];湖北省機械工程學(xué)會機械設(shè)計與傳動專業(yè)委員會第十五屆學(xué)術(shù)年會論文集(二)[C];2007年

2 鄒治華;梁志穎;;可遙控仿生六足機器人之研制[A];第二十七屆中國控制會議論文集[C];2008年

3 于建均;周路;杜宏偉;王冠偉;;仿生學(xué)習(xí)算法在六足機器人未知環(huán)境探索的設(shè)計與實現(xiàn)[A];第25屆中國控制與決策會議論文集[C];2013年

相關(guān)博士學(xué)位論文 前7條

1 榮譽;基于并聯(lián)機械腿的六足機器人分析與設(shè)計[D];燕山大學(xué);2015年

2 莊紅超;電驅(qū)動大負(fù)重比六足機器人結(jié)構(gòu)設(shè)計及其移動特性研究[D];哈爾濱工業(yè)大學(xué);2014年

3 張學(xué)賀;基于雙目視覺的六足機器人環(huán)境地圖構(gòu)建及運動規(guī)劃研究[D];哈爾濱工業(yè)大學(xué);2016年

4 張赫;具有力感知功能的六足機器人及其崎嶇地形步行控制研究[D];哈爾濱工業(yè)大學(xué);2014年

5 李滿宏;六足機器人自由步態(tài)規(guī)劃及運動機理研究[D];河北工業(yè)大學(xué);2014年

6 陳誠;具有半球形足端的六足機器人步態(tài)生成和能耗優(yōu)化研究[D];浙江大學(xué);2012年

7 潘陽;P-P結(jié)構(gòu)六足機器人性能設(shè)計與控制實驗研究[D];上海交通大學(xué);2014年

相關(guān)碩士學(xué)位論文 前10條

1 劉鵬飛;六足機器人步態(tài)分析與控制研究[D];燕山大學(xué);2015年

2 才國鋒;仿生六足機器人模塊化控制單元及其力控制研究[D];哈爾濱工業(yè)大學(xué);2015年

3 黃志雄;帶視覺和聽覺的仿生六足機器人結(jié)構(gòu)優(yōu)化與控制研究[D];哈爾濱工業(yè)大學(xué);2015年

4 程乾;六足機器人行走機構(gòu)設(shè)計與運動仿真研究[D];西南科技大學(xué);2015年

5 胡金濤;六足機器人步態(tài)控制策略研究[D];哈爾濱理工大學(xué);2013年

6 徐崇福;六足機器人運動規(guī)劃與控制系統(tǒng)設(shè)計[D];哈爾濱理工大學(xué);2013年

7 張春陽;基于STM32的六足機器人系統(tǒng)設(shè)計及模糊PID控制[D];浙江理工大學(xué);2016年

8 李程;六足機器人控制系統(tǒng)設(shè)計[D];燕山大學(xué);2016年

9 蔣序帆;基于阻抗控制的重型六足機器人柔順控制研究[D];哈爾濱工業(yè)大學(xué);2016年

10 李思遠(yuǎn);基于自抗擾控制的六足機器人研究[D];哈爾濱工業(yè)大學(xué);2016年

,

本文編號:2180262

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/zidonghuakongzhilunwen/2180262.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶93807***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com