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

當(dāng)前位置:主頁 > 科技論文 > 軟件論文 >

工業(yè)機器人虛擬仿真中混合層次包圍盒碰撞檢測技術(shù)的研究與應(yīng)用

發(fā)布時間:2018-03-24 23:05

  本文選題:工業(yè)機器人 切入點:混合層次包圍盒 出處:《廣東工業(yè)大學(xué)》2017年碩士論文


【摘要】:虛擬現(xiàn)實是借助計算機、硬件設(shè)備、力學(xué)反饋等設(shè)備,實現(xiàn)與真實世界高度相似的虛擬環(huán)境的技術(shù)。碰撞檢測是虛擬現(xiàn)實領(lǐng)域中的關(guān)鍵問題,隨著機器人虛擬仿真技術(shù)的飛速發(fā)展,仿真環(huán)境中對碰撞檢測的效率與精準(zhǔn)性要求也隨之提升,然而單一包圍盒碰撞檢測算法在大規(guī)模虛擬環(huán)境中通常因精準(zhǔn)性不足、效率低產(chǎn)生穿透或延遲現(xiàn)象,無法實時檢測到碰撞發(fā)生,嚴(yán)重影響仿真環(huán)境的真實性。本文以Unity3D引擎結(jié)合三維建模軟件,開發(fā)了工業(yè)機器人虛擬仿真場景,研究了機器人在運動仿真過程中可能發(fā)生的多種復(fù)雜碰撞情況,針對單一層次包圍盒算法在精確性與效率上的不足提出了一種高效的混合層次包圍盒碰撞檢測算法,并完成算法實現(xiàn)過程中每個步驟的詳細(xì)設(shè)計。后在工業(yè)機器人虛擬仿真環(huán)境中通過示教作業(yè)仿真實驗驗證了本文所提出的碰撞檢測算法所具有的優(yōu)勢。具體地,本文主要工作如下:首先,通過SolidWorks、3ds Max建模軟件完成工業(yè)機器人虛擬仿真場景中設(shè)備與環(huán)境的建模,并利用Unity3D引擎搭建虛擬仿真場景。后針對虛擬環(huán)境中機器人軌跡規(guī)劃提出一種機器人空間圓弧軌跡插補算法,利用圓弧所在空間建立新坐標(biāo)系并計算圓弧上各插補點,后將點變換到原坐標(biāo)系中,最后映射到關(guān)節(jié)空間中各關(guān)節(jié)角以實現(xiàn)空間圓弧軌跡插補,為后續(xù)機器人復(fù)雜運動仿真奠定了基礎(chǔ)。其次,對層次包圍盒技術(shù)進(jìn)行總結(jié)分析,針對單一層次包圍盒碰撞檢測算法存在穿透、漏檢以及精準(zhǔn)性和效率不能滿足要求的問題,提出了一種基于AABB與OBB的混合層次包圍盒碰撞檢測算法,通過自頂向下的方法構(gòu)造物體的層次包圍盒樹,在粗略檢測階段使用AABB,在精準(zhǔn)檢測階段使用OBB;針對基元相交測試中傳統(tǒng)的三角面片測試效率低的問題,提出了一種基于空間正投影法與光線跟蹤法結(jié)合的三角面片相交測試算法,優(yōu)化了檢測速度;后采用基于時空相關(guān)性的加速遍歷方法實現(xiàn)對混合層次包圍盒樹的遍歷優(yōu)化,在時間復(fù)雜度上很好地滿足了檢測的要求。最后經(jīng)模型碰撞實驗驗證,本文所研究算法相較于單一AABB層次包圍盒算法在效率,精準(zhǔn)性和穩(wěn)定性上都有所提升。最后,在本文所開發(fā)的工業(yè)機器人虛擬仿真環(huán)境中首先實現(xiàn)機器人運動過程中可能發(fā)生的多種復(fù)雜碰撞情況的檢測驗證;后在虛擬環(huán)境中實現(xiàn)機器人的示教編程仿真,通過虛擬示教方式獲取軌跡示教點并完成仿真作業(yè)實驗,在整個過程中實現(xiàn)對多種復(fù)雜碰撞情況的檢測;最后在機器人弧焊仿真實驗中結(jié)合碰撞檢測技術(shù)與Unity3D中的粒子系統(tǒng)實現(xiàn)焊接物理效果仿真,進(jìn)一步驗證了本文所研究的碰撞檢測算法具有良好的精準(zhǔn)性、實時性、穩(wěn)定性,可較好地滿足復(fù)雜虛擬場景中的碰撞檢測要求。
[Abstract]:Virtual reality (VR) is a kind of virtual environment which is highly similar to the real world by means of computer, hardware, mechanical feedback, etc. Collision detection is a key problem in the field of virtual reality. With the rapid development of robot virtual simulation technology, the efficiency and accuracy of collision detection in simulation environment are also improved. However, the single bounding box collision detection algorithm is usually due to the lack of accuracy in large-scale virtual environment. In this paper, the virtual simulation scene of industrial robot is developed by using Unity3D engine and 3D modeling software, which can not detect collision in real time and seriously affect the reality of simulation environment. In this paper, a variety of complex collision situations that may occur in the process of robot motion simulation are studied, and an efficient hybrid hierarchy bounding box collision detection algorithm is proposed for the lack of accuracy and efficiency of the single-level bounding box algorithm. The detailed design of each step in the realization of the algorithm is completed, and the advantages of the proposed collision detection algorithm are verified by the simulation experiment of teaching assignment in the virtual simulation environment of industrial robot. The main work of this paper is as follows: firstly, the modeling of equipment and environment in the virtual simulation scene of industrial robot is completed by SolidWorks 3DS Max. Then a robot space arc trajectory interpolation algorithm is proposed for the robot trajectory planning in the virtual environment. A new coordinate system is established in the space where the arc is located and the interpolation points on the arc are calculated. Then the point is transformed into the original coordinate system, and the angle of each joint in the joint space is mapped to realize the interpolation of the space arc trajectory, which lays the foundation for the subsequent robot complex motion simulation. Secondly, the hierarchical bounding box technology is summarized and analyzed. Aiming at the problems of single level bounding box collision detection algorithm, such as penetrating, missing detection, accuracy and efficiency, a hybrid hierarchical bounding box collision detection algorithm based on AABB and OBB is proposed. The hierarchical bounding box tree of objects is constructed by top-down method, AABB is used in rough detection, and OBBin is used in precision detection. In this paper, a triangulation intersection test algorithm based on spatial orthographic projection and ray tracing is proposed to optimize the detection speed, and then the hybrid hierarchy bounding box tree is traversed by an accelerated traversal method based on temporal and spatial correlation. Finally, the model collision experiments show that the proposed algorithm is more efficient, accurate and stable than the single AABB hierarchy bounding box algorithm. Finally, the model collision experiments show that the proposed algorithm can improve the efficiency, accuracy and stability of the algorithm compared with the single AABB hierarchy bounding box algorithm. In the virtual simulation environment of industrial robot developed in this paper, the detection and verification of many kinds of complex collisions that may occur in the course of robot movement are realized first, and then the simulation of robot teaching and programming is realized in the virtual environment. The trajectory teaching point is acquired by virtual teaching method, and the simulation experiment is completed, and the detection of various complex collision situations is realized in the whole process. Finally, in the robot arc welding simulation experiment combined with collision detection technology and particle system in Unity3D to achieve welding physical effect simulation, further verify that the collision detection algorithm studied in this paper has good accuracy, real-time, stability. It can meet the requirements of collision detection in complex virtual scene.
【學(xué)位授予單位】:廣東工業(yè)大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2017
【分類號】:TP242.2;TP391.9

【參考文獻(xiàn)】

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

1 于凌濤;王濤;宋華建;王正雨;張寶玉;;面向虛擬手術(shù)的碰撞檢測優(yōu)化算法[J];哈爾濱工程大學(xué)學(xué)報;2014年09期

2 馮立穎;;碰撞檢測技術(shù)研究綜述[J];計算機時代;2014年08期

3 彭禮輝;李光;劉領(lǐng)化;;基于ADAMS的柔性焊接機器人動力學(xué)仿真[J];湖南工業(yè)大學(xué)學(xué)報;2011年04期

4 杜鵬;唐敏;童若鋒;;多核加速的并行碰撞檢測[J];計算機輔助設(shè)計與圖形學(xué)學(xué)報;2011年05期

5 衣勇;宋雪萍;;機器人仿真研究的現(xiàn)狀與發(fā)展趨勢[J];機械工程師;2009年07期

6 張忠輝;丑武勝;;可變形物體間的精確碰撞檢測方法研究[J];計算機工程與應(yīng)用;2009年01期

7 淡科鋒;耿國華;周明全;;虛擬手術(shù)中剛體和軟體碰撞檢測算法研究[J];計算機技術(shù)與發(fā)展;2008年09期

8 劉曉東;姚蘭;邵付東;王穎;;一種基于混合層次包圍盒的快速碰撞檢測算法[J];西安交通大學(xué)學(xué)報;2007年02期

9 王季;翟正軍;蔡小斌;;基于深度紋理的實時碰撞檢測算法[J];計算機輔助設(shè)計與圖形學(xué)學(xué)報;2007年01期

10 梁小紅;劉少強;;三維織物動感模擬及碰撞檢測方法研究[J];電腦與信息技術(shù);2006年06期

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

1 熊玉梅;虛擬環(huán)境中物體碰撞檢測技術(shù)的研究[D];上海大學(xué);2011年

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

3 何廣忠;機器人弧焊離線編程系統(tǒng)及其自動編程技術(shù)的研究[D];哈爾濱工業(yè)大學(xué);2006年

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

1 朱紅林;虛擬三坐標(biāo)測量機仿真系統(tǒng)研究與開發(fā)[D];浙江大學(xué);2016年

2 馬耀霖;虛擬膝關(guān)節(jié)鏡游離體摘除術(shù)的夾持預(yù)判與仿真[D];廣東工業(yè)大學(xué);2016年

3 岑洎濤;跨平臺工業(yè)機器人離線編程系統(tǒng)研究與開發(fā)[D];廣東工業(yè)大學(xué);2016年

4 劉波;虛擬手術(shù)仿真系統(tǒng)關(guān)鍵技術(shù)的研究[D];燕山大學(xué);2016年

5 王廣官;基于虛擬現(xiàn)實技術(shù)的數(shù)控車床仿真系統(tǒng)的研究與開發(fā)[D];浙江大學(xué);2016年

6 張舒曼;六自由度工業(yè)機器人軌跡規(guī)劃研究及仿真[D];杭州電子科技大學(xué);2015年

7 高帥;工業(yè)機器人三維仿真及其運動控制研究[D];南京理工大學(xué);2015年

8 張龍濤;連續(xù)碰撞檢測算法的研究[D];安徽大學(xué);2014年

9 黨海霞;工業(yè)機器人三維仿真中碰撞檢測技術(shù)的研究[D];東北大學(xué);2013年

10 許熠;基于混合包圍盒的碰撞檢測算法的優(yōu)化研究[D];南京理工大學(xué);2013年

,

本文編號:1660436

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

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1660436.html


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

版權(quán)申明:資料由用戶a7838***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
国产不卡视频一区在线| 久久碰国产一区二区三区| 亚洲高清中文字幕一区二三区| 久久99夜色精品噜噜亚洲av | 亚洲视频在线观看免费中文字幕 | 国产一区二区三区成人精品| 国产伦精品一区二区三区精品视频| 色欧美一区二区三区在线| 中文字幕在线区中文色| 欧美二区视频在线观看| 91超频在线视频中文字幕| 免费亚洲黄色在线观看| 国产精品久久女同磨豆腐| 国产精品一区二区丝袜| 欧美日韩久久精品一区二区| 日韩欧美国产亚洲一区| 高清在线精品一区二区| 国内精品伊人久久久av高清 | 日本精品免费在线观看| 中国美女偷拍福利视频| 好吊视频有精品永久免费| 日韩欧美三级中文字幕| 视频一区二区黄色线观看| 国产av精品高清一区二区三区| 国产欧美日产久久婷婷| 国产一级片内射视频免费播放| 亚洲国产精品无遮挡羞羞| 日本久久精品在线观看| 午夜精品黄片在线播放| 内射精子视频欧美一区二区| 婷婷激情四射在线观看视频| 精品熟女少妇一区二区三区| 高清亚洲精品中文字幕乱码| 久热人妻中文字幕一区二区| 日本少妇中文字幕不卡视频| 国产精品不卡免费视频| 国产白丝粉嫩av在线免费观看| 国产一区国产二区在线视频| 国产免费成人激情视频| 精品亚洲一区二区三区w竹菊| 一二区中文字幕在线观看|