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

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

RM-501機(jī)械臂視覺伺服系統(tǒng)研究

發(fā)布時(shí)間:2018-07-12 09:33

  本文選題:機(jī)械臂 + 視覺伺服; 參考:《哈爾濱工業(yè)大學(xué)》2017年碩士論文


【摘要】:機(jī)器人技術(shù)發(fā)展至今已經(jīng)逐漸成熟,在工業(yè)生產(chǎn)和科學(xué)研究中的應(yīng)用也更加廣泛,其中智能機(jī)器人技術(shù)成為了新的發(fā)展方向,在機(jī)器人上安裝視覺傳感器實(shí)現(xiàn)機(jī)器人對(duì)運(yùn)動(dòng)目標(biāo)的視覺跟蹤是研究的熱點(diǎn)。本文研究RM-501機(jī)械臂的視覺伺服,采用攝像機(jī)固定的安裝方式,設(shè)計(jì)視覺檢測算法,提取運(yùn)動(dòng)目標(biāo)的中心位置作為圖像特征,并采用基于圖像的方法進(jìn)行視覺伺服控制器和RM-501機(jī)械臂關(guān)節(jié)控制器的設(shè)計(jì),目的是實(shí)現(xiàn)機(jī)械臂末端執(zhí)行器對(duì)二維平面內(nèi)運(yùn)動(dòng)目標(biāo)的視覺跟蹤。為控制機(jī)械臂的運(yùn)動(dòng)以實(shí)現(xiàn)機(jī)械臂末端執(zhí)行器對(duì)運(yùn)動(dòng)目標(biāo)的跟蹤,本文首先采用幾何法對(duì)機(jī)械臂進(jìn)行正逆運(yùn)動(dòng)學(xué)分析,得到機(jī)械臂末端位置和關(guān)節(jié)角度之間的轉(zhuǎn)換關(guān)系,為關(guān)節(jié)控制器提供給定量。為將目標(biāo)物體的運(yùn)動(dòng)轉(zhuǎn)化為視覺伺服系統(tǒng)可以處理的變量,本文進(jìn)行了視覺檢測算法設(shè)計(jì)。視覺檢測完成的工作主要是圖像的灰度化,邊緣檢測和中心位置計(jì)算,提取運(yùn)動(dòng)目標(biāo)的圓心位置坐標(biāo)作為圖像特征,作為視覺伺服控制器的輸入。設(shè)計(jì)完視覺檢測算法之后,本文搭建了DM6446達(dá)芬奇技術(shù)平臺(tái)的軟件開發(fā)環(huán)境并進(jìn)行多線程應(yīng)用程序的設(shè)計(jì),在DM6446上實(shí)現(xiàn)了視覺檢測算法。為把運(yùn)動(dòng)目標(biāo)的圖像特征變化轉(zhuǎn)化為關(guān)節(jié)運(yùn)動(dòng)信息,本文采用基于圖像的視覺伺服方法,選擇圖像雅克比矩陣作為描述機(jī)械臂手眼關(guān)系的模型。基于圖像的視覺伺服重點(diǎn)在于如何實(shí)現(xiàn)圖像雅克比矩陣的在線估計(jì),本文采用卡爾曼濾波算法在線估計(jì)圖像雅克比矩陣,并在MATLAB中進(jìn)行了仿真。為驅(qū)動(dòng)RM-501機(jī)械臂關(guān)節(jié)電機(jī)轉(zhuǎn)動(dòng),本文設(shè)計(jì)了機(jī)械臂各關(guān)節(jié)的控制系統(tǒng)并進(jìn)行了系統(tǒng)聯(lián)調(diào),關(guān)節(jié)控制系統(tǒng)的設(shè)計(jì)需要對(duì)關(guān)節(jié)電機(jī)建模,然后設(shè)計(jì)RM-501機(jī)械臂各關(guān)節(jié)的雙閉環(huán)控制器,內(nèi)環(huán)為速率環(huán),外環(huán)為位置環(huán)。
[Abstract]:The development of robot technology has gradually matured, and it has been widely used in industrial production and scientific research. Among them, intelligent robot technology has become a new direction of development. It is a hot research topic to install vision sensor on robot to realize robot's visual tracking to moving target. In this paper, the visual servo of RM-501 manipulator is studied. The fixed installation of the camera is used to design the visual detection algorithm, and the center position of the moving object is extracted as the image feature. The visual servo controller and the RM-501 manipulator joint controller are designed based on the image-based method. The aim is to realize the visual tracking of the moving objects in the two-dimensional plane by the end actuators of the manipulators. In order to control the movement of the manipulator in order to realize the tracking of the moving target by the end actuator of the manipulator, the forward and inverse kinematics analysis of the manipulator is carried out by geometric method, and the conversion relationship between the position of the end of the manipulator and the angle of the joint is obtained. For joint controller to provide quantitative. In order to transform the motion of the object into a variable that can be processed by a visual servo system, a visual detection algorithm is designed in this paper. The main work of visual detection is image grayness edge detection and center position calculation. The center coordinates of moving object are extracted as image features and as input of visual servo controller. After designing the vision detection algorithm, this paper builds the software development environment of DM6446 da Vinci technology platform and designs the multi-thread application program, and realizes the vision detection algorithm on DM6446. In order to transform the image feature change of moving object into joint motion information, the image Jacobian matrix is selected as the model to describe the hand-eye relationship of the manipulator by using the image-based visual servo method. The emphasis of image visual servo is how to realize the on-line estimation of image Jacobian matrix. In this paper, Kalman filter algorithm is used to estimate image Jacobian matrix online, and the simulation is carried out in MATLAB. In order to drive the motor rotation of RM-501 manipulator joint, this paper designs the control system of each joint of the arm and carries on the system linkage adjustment. The design of the joint control system needs to model the joint motor, and then design the double closed loop controller of each joint of the RM-501 mechanical arm. The inner ring is the rate loop, and the outer ring is the position ring.
【學(xué)位授予單位】:哈爾濱工業(yè)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP241;TM921.541

【參考文獻(xiàn)】

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

1 楊元慧;李國棟;吳春富;王小龍;蔡小偉;;移動(dòng)機(jī)械臂手眼關(guān)系標(biāo)定及視覺伺服控制方法[J];山東大學(xué)學(xué)報(bào)(工學(xué)版);2016年05期

2 白蕾;楊寧寧;;基于眼固定的機(jī)器人視覺定位[J];電子設(shè)計(jì)工程;2016年15期

3 楊馬英;鄭亞飛;;基于視覺反饋的機(jī)械臂預(yù)測控制[J];浙江工業(yè)大學(xué)學(xué)報(bào);2016年03期

4 史召峰;陳周五;;基于Robotics Toolbox的6R型機(jī)械臂運(yùn)動(dòng)學(xué)仿真及分析[J];安徽科技學(xué)院學(xué)報(bào);2016年03期

5 劉俊杰;楊圣虎;蔡曉華;吳澤全;;基于D-H法的擠奶機(jī)器人機(jī)械臂運(yùn)動(dòng)學(xué)分析[J];農(nóng)業(yè)科技與裝備;2015年10期

6 劉偉;于振中;惠晶;;基于卡爾曼濾波器的圖像雅克比在線估計(jì)[J];江南大學(xué)學(xué)報(bào)(自然科學(xué)版);2015年05期

7 劉晶晶;彭俊泉;劉新華;;基于MATLAB的串并混聯(lián)7-DOF仿人機(jī)械臂正運(yùn)動(dòng)學(xué)分析及仿真[J];機(jī)械傳動(dòng);2015年07期

8 孫野;殷鳳龍;王香麗;陳忠凱;馮曉;;六自由度機(jī)械臂運(yùn)動(dòng)學(xué)及工作空間分析[J];機(jī)床與液壓;2015年03期

9 胡碩;王芳;秦利;劉福才;;一種擬人空間機(jī)械臂視覺伺服圖像處理研究[J];控制工程;2015年01期

10 劉征;陳誼超;丁華鋒;;一種新型礦用正鏟液壓挖掘機(jī)的運(yùn)動(dòng)學(xué)分析[J];機(jī)械工程學(xué)報(bào);2014年15期

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

1 孫科林;基于多核DSP的實(shí)時(shí)圖像處理平臺(tái)研究[D];電子科技大學(xué);2012年

2 楊延西;基于圖像的智能機(jī)器人視覺伺服系統(tǒng)[D];西安理工大學(xué);2003年

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

1 王琥;基于6-DOF工業(yè)機(jī)械臂雙目視覺伺服控制系統(tǒng)研究[D];廣西大學(xué);2016年

2 劉松青;基于圖像特征的機(jī)械臂視覺伺服控制研究[D];北京理工大學(xué);2015年

3 王亞;基于視覺反饋的機(jī)械臂控制系統(tǒng)研究與設(shè)計(jì)[D];哈爾濱工業(yè)大學(xué);2015年

4 楊宗旭;基于達(dá)芬奇平臺(tái)的機(jī)械臂視覺伺服系統(tǒng)設(shè)計(jì)[D];哈爾濱工業(yè)大學(xué);2014年

5 王大濤;六自由度機(jī)械臂無標(biāo)定視覺仿人智能控制[D];重慶大學(xué);2014年

6 原大明;基于圖像的機(jī)器人自適應(yīng)控制定位研究[D];燕山大學(xué);2013年

7 周孚成;基于圖像的機(jī)器人視覺伺服控制[D];中南大學(xué);2012年

8 黃遠(yuǎn)洋;基于圖像的主動(dòng)視覺跟蹤技術(shù)研究[D];大連理工大學(xué);2011年

9 馬江;六自由度機(jī)械臂控制系統(tǒng)設(shè)計(jì)與運(yùn)動(dòng)學(xué)仿真[D];北京工業(yè)大學(xué);2009年

10 焦保存;基于四自由度機(jī)械臂控制系統(tǒng)的設(shè)計(jì)與研究[D];西安電子科技大學(xué);2009年

,

本文編號(hào):2116718

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

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


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

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