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

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

工業(yè)機(jī)器人軌跡規(guī)劃及運(yùn)動(dòng)仿真系統(tǒng)研究

發(fā)布時(shí)間:2018-09-14 09:16
【摘要】:隨著科技的發(fā)展,當(dāng)今社會(huì)正走向智能化,“智能工廠”的時(shí)代將走進(jìn)制造業(yè)的歷史之中,而工業(yè)機(jī)器人正是這“智能工廠”的基石。隨著對(duì)作業(yè)任務(wù)的要求越來越嚴(yán)格,使得工業(yè)機(jī)器人的研究更加的深入。本文以那智不二越(NACHI)MZ07工業(yè)機(jī)器人為研究對(duì)象,分別在正逆運(yùn)動(dòng)學(xué)和軌跡規(guī)劃問題上對(duì)其進(jìn)行了研究與仿真,并基于LabVIEW搭建了運(yùn)動(dòng)學(xué)仿真系統(tǒng)。本文的主要內(nèi)容如下:首先,講述了工業(yè)機(jī)器人的國內(nèi)外發(fā)展史以及發(fā)展現(xiàn)狀,并對(duì)本文的選題背景和研究內(nèi)容進(jìn)行了闡述,歸納總結(jié)了機(jī)器人在運(yùn)動(dòng)學(xué)和軌跡規(guī)劃問題上國內(nèi)外研究現(xiàn)狀。其次,依據(jù)MZ07工業(yè)機(jī)器人的各機(jī)構(gòu)參數(shù),建立該機(jī)器人的空間連桿坐標(biāo)系,通過應(yīng)用D-H參數(shù)法得到各關(guān)節(jié)之間位姿坐標(biāo)的齊次變換矩陣,從而構(gòu)建起MZ07工業(yè)機(jī)器人的運(yùn)動(dòng)學(xué)方程即正運(yùn)動(dòng)求解。在逆運(yùn)動(dòng)學(xué)問題上,在給定了空間點(diǎn)位姿的情況下,采用代數(shù)解析法對(duì)該機(jī)器人完成逆運(yùn)動(dòng)學(xué)求解,求解得到其在運(yùn)動(dòng)過程中的關(guān)節(jié)變量。并在MATLAB環(huán)境下應(yīng)用Robotics Toolbox工具包對(duì)其建立數(shù)學(xué)模型,在此基礎(chǔ)上,分別對(duì)機(jī)器人的正、逆運(yùn)動(dòng)求解算法進(jìn)行實(shí)驗(yàn),結(jié)果驗(yàn)證了正、逆運(yùn)行求解算法的正確性。再次,本文重點(diǎn)研究了在關(guān)節(jié)空間中的軌跡規(guī)劃插值算法,針對(duì)MZ07機(jī)器人分別采用三次多項(xiàng)式、五次多項(xiàng)式規(guī)劃插值算法進(jìn)行了軌跡規(guī)劃,并進(jìn)行了仿真,通過實(shí)驗(yàn)仿真結(jié)果反應(yīng)出了三次與五次多項(xiàng)式的不足,為了降低關(guān)節(jié)的加速度,減小關(guān)節(jié)之間的沖擊力,提出采用了混合多項(xiàng)式的插值擬合方法。并在MATLAB環(huán)境下對(duì)算法進(jìn)行了仿真驗(yàn)證,實(shí)驗(yàn)結(jié)果表明了其能夠降低關(guān)節(jié)的加速度,減小了關(guān)節(jié)之間的沖擊力。最后,基于LabVIEW開發(fā)環(huán)境,結(jié)合MATLAB強(qiáng)大的數(shù)學(xué)計(jì)算能力,搭建了針對(duì)機(jī)器人運(yùn)動(dòng)學(xué)問題的仿真系統(tǒng),并在此仿真系統(tǒng)中,對(duì)軌跡規(guī)劃的插值算法進(jìn)行了仿真實(shí)驗(yàn)并分析了其實(shí)驗(yàn)結(jié)果,驗(yàn)證了混合多項(xiàng)式在關(guān)節(jié)空間中軌跡規(guī)劃的優(yōu)點(diǎn)。
[Abstract]:With the development of science and technology, the society is heading for intelligence. The era of "intelligent factory" will enter the history of manufacturing industry, and industrial robot is the cornerstone of "intelligent factory". With the more and more strict requirements of the task, the research of industrial robot is more and more in-depth. This paper studies and simulates the problem of forward and inverse kinematics and trajectory planning, and builds a kinematics simulation system based on LabVIEW. The main contents of this paper are as follows: firstly, the development history and development status of industrial robot at home and abroad are described, and the background and research content of this paper are described. The research status of robot kinematics and trajectory planning is summarized. Secondly, according to the mechanism parameters of MZ07 industrial robot, the coordinate system of space connecting rod of the robot is established, and the homogenous transformation matrix of position and pose coordinates between joints is obtained by applying D-H parameter method. Thus, the kinematics equation of MZ07 industrial robot is solved by positive motion. In the inverse kinematics problem, the inverse kinematics of the robot is solved by using algebraic analytic method under the given position and orientation of the space point, and the joint variables in the process of motion are obtained by solving the inverse kinematics problem. The mathematical model of the robot is established by using Robotics Toolbox toolkit in MATLAB environment. On this basis, experiments are carried out on the forward and inverse motion solving algorithms of the robot respectively, and the results verify the correctness of the forward and inverse motion solving algorithms. Thirdly, this paper focuses on the trajectory planning interpolation algorithm in the joint space. For the MZ07 robot, the cubic polynomial and the fifth polynomial interpolation algorithm are used to carry out the trajectory planning, and the simulation is carried out. In order to reduce the acceleration of joints and reduce the impact force of joints, a mixed polynomial interpolation fitting method is proposed in order to reduce the joint acceleration and the impact force between joints. Simulation results under MATLAB environment show that the algorithm can reduce the acceleration of joints and reduce the impact force between joints. Finally, based on the development environment of LabVIEW and the powerful mathematical computing ability of MATLAB, a simulation system for kinematics of robot is built, and in this simulation system, The interpolation algorithm of trajectory planning is simulated and its experimental results are analyzed. The advantages of hybrid polynomial in trajectory planning in joint space are verified.
【學(xué)位授予單位】:陜西理工大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP242.2

【參考文獻(xiàn)】

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

1 趙川;張鵬超;潘曉磊;呂海立;;機(jī)器人的運(yùn)動(dòng)軌跡插值方法研究與分析[J];制造技術(shù)與機(jī)床;2016年06期

2 陳亮;;IFR發(fā)布最新全球工業(yè)機(jī)器人統(tǒng)計(jì)報(bào)告[J];機(jī)器人產(chǎn)業(yè);2016年02期

3 王曉濤;;中國機(jī)器人產(chǎn)業(yè)面臨“三化”風(fēng)險(xiǎn)[J];中國戰(zhàn)略新興產(chǎn)業(yè);2016年01期

4 陳韶飛;;發(fā)展工業(yè)機(jī)器人產(chǎn)業(yè) 促進(jìn)制造業(yè)轉(zhuǎn)型升級(jí)[J];黑龍江科技信息;2015年33期

5 劉蕾;;一種串聯(lián)機(jī)器人運(yùn)動(dòng)學(xué)快速求解方法[J];自動(dòng)化儀表;2015年08期

6 趙登步;白瑞林;沈程慧;李新;;SCARA機(jī)器人點(diǎn)對(duì)點(diǎn)運(yùn)動(dòng)軌跡規(guī)劃方法[J];計(jì)算機(jī)工程;2015年08期

7 王琨;駱敏舟;曹毅;李可;張秋菊;;基于執(zhí)行時(shí)間約束的機(jī)器人關(guān)節(jié)空間軌跡優(yōu)化[J];計(jì)算機(jī)工程與設(shè)計(jì);2015年06期

8 屠海斌;張侃健;方仕雄;魏海坤;;四自由度機(jī)器人軌跡規(guī)劃算法研究與實(shí)現(xiàn)[J];工業(yè)控制計(jì)算機(jī);2015年05期

9 劉曉剛;陶鳳榮;;幾何的6R串聯(lián)型焊接機(jī)器人運(yùn)動(dòng)學(xué)逆解算法[J];機(jī)械設(shè)計(jì)與制造;2015年02期

10 江偉偉;;多自由度機(jī)器人的運(yùn)動(dòng)學(xué)仿真的研究[J];機(jī)械制造與自動(dòng)化;2014年06期

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

1 王琨;提高串聯(lián)機(jī)械臂運(yùn)動(dòng)精度的關(guān)鍵技術(shù)研究[D];中國科學(xué)技術(shù)大學(xué);2013年

2 劉松國;六自由度串聯(lián)機(jī)器人運(yùn)動(dòng)優(yōu)化與軌跡跟蹤控制研究[D];浙江大學(xué);2009年

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

1 張健;工業(yè)機(jī)器人軌跡規(guī)劃與仿真實(shí)驗(yàn)研究[D];浙江工業(yè)大學(xué);2014年

2 鄔亞蘭;6R焊接機(jī)器人的軌跡規(guī)劃與仿真研究[D];合肥工業(yè)大學(xué);2014年

3 沈陸;六自由度機(jī)器人的軌跡規(guī)劃及仿真研究[D];大連理工大學(xué);2013年

4 王川偉;煤礦救援機(jī)器人虛擬樣機(jī)設(shè)計(jì)[D];西安科技大學(xué);2012年

5 鄭秀娟;移動(dòng)機(jī)械臂的運(yùn)動(dòng)控制與軌跡規(guī)劃算法研究[D];武漢科技大學(xué);2012年

6 張升;四自由度機(jī)械手軌跡規(guī)劃及運(yùn)動(dòng)控制[D];長安大學(xué);2012年

7 李雙雙;工業(yè)機(jī)器人建模、運(yùn)動(dòng)仿真與軌跡優(yōu)化[D];內(nèi)蒙古大學(xué);2012年

8 李達(dá);工業(yè)機(jī)器人軌跡規(guī)劃控制系統(tǒng)的研究[D];哈爾濱工業(yè)大學(xué);2011年

9 魏娟;多自由度機(jī)械臂軌跡跟蹤控制仿真研究[D];湘潭大學(xué);2010年

10 浦定超;基于遺傳算法的移動(dòng)機(jī)器人路徑規(guī)劃的研究[D];合肥工業(yè)大學(xué);2010年

,

本文編號(hào):2242261

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

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


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

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