博碩士論文 975202036 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:46 、訪客IP:3.141.29.90
姓名 楊智翔(Chih-Hsiang Yang)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 導航機器人之研製
(The Development of a Navigation Mobile Robot)
相關論文
★ 以Q-學習法為基礎之群體智慧演算法及其應用★ 發展遲緩兒童之復健系統研製
★ 從認知風格角度比較教師評量與同儕互評之差異:從英語寫作到遊戲製作★ 基於檢驗數值的糖尿病腎病變預測模型
★ 模糊類神經網路為架構之遙測影像分類器設計★ 複合式群聚演算法
★ 身心障礙者輔具之研製★ 指紋分類器之研究
★ 背光影像補償及色彩減量之研究★ 類神經網路於營利事業所得稅選案之應用
★ 一個新的線上學習系統及其於稅務選案上之應用★ 人眼追蹤系統及其於人機介面之應用
★ 結合群體智慧與自我組織映射圖的資料視覺化研究★ 追瞳系統之研發於身障者之人機介面應用
★ 以類免疫系統為基礎之線上學習類神經模糊系統及其應用★ 基因演算法於語音聲紋解攪拌之應用
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 機器人的出現一開始主要是為了代替人類從事一些具高危險性、高精密性或是高重複性的工作,以降低工作的風險與成本。隨著科技的進步,智慧型機器人的發展所涵蓋領域相當廣泛,舉凡軍事、工業、生活、醫療、娛樂…等等應用,人類對於智慧型機器人的需求與日俱增,因此如何設計與研製一台智慧型機器人是我們的首要目標。
對於智慧型機器人而言,導航、定位、避障都是不可或缺的主要功能。因此本論文設計與研製了一台導航機器人,其無障礙的任意走向具有擬人化的行為;在定位方面,採用滑鼠與陀螺儀來估測目前的位置;而即時避障系統採用向量場直方圖(Vector Field Histogram)的技術來達成。因此,可以在未知的環境下,利用沿牆行走演算法進行探索;在已知的環境中透過廣度優先搜尋(Breadth-first search)最短路徑規劃法和即時避障系統順利到達目標地。此外,也可以透過軟體模擬無線遙控器直接對導航機器人下達指令,使其具有多元化功能的智慧型機器人。
摘要(英) One of the original application purposes of robots is to replace humans to work in a high risk environment and/or to complete tasks with a request of high precision or repetitive procedures. As modern electronics and information technologies advance, the applications of intelligent robots widely cover the many different domains, such as in the military industry, autonomous industries, life environments, health caring facilities, entertainment, and so on. As the need of an intelligent robot grows day by day, how to design and develop an intelligent robot is a very challenging task. For intelligent robots, three most essential functionalities are autonomous navigation, localization (positioning) and obstacle avoidance. Therefore, this thesis presents a navigation robot which moves in an omni-directional way just like an anthropomorphic behavior. In positioning, we use a mouse and a gyroscope to estimate the current location of the robot. In addition, we use the Vector Field Histogram algorithm to implement a real-time obstacle avoidance system. While we use a wall-following algorithm to explore an unknown environment, we plan a shortest path in a known environment by the Breadth-first search algorithm. Furthermore, we use a real-time obstacle avoidance system simultaneously to during the navigation tour. In addition, we also develop a software application to simulate a controller to wireless command the robot. Finally, an intelligent robot with multiple functionalities was implemented.
關鍵字(中) ★ 定位
★ 避障
★ 路徑規劃
★ 導航
★ 機器人
關鍵字(英) ★ path planning
★ obstacle avoidance
★ robot
★ navigation
★ localization
論文目次 摘要 .............................................................................. i
ABSTRACT .................................................................. ii
誌謝 .............................................................................. iii
目錄 .............................................................................. iv
圖目錄 .......................................................................... vi
表目錄 .......................................................................... viii
第一章 緒論 ................................................................. 1
1-1 研究背景 ................................................................ 1
1-2 文獻探討 ................................................................ 3
1-3 研究動機與目的 .................................................... 5
1-4 論文架構 ................................................................ 6
第二章 硬體架構和規格 ............................................. 7
2-1 車體結構設計 ........................................................ 8
2-1-1 第一層平台 ......................................................... 9
2-1-2 第二層平台 ......................................................... 9
2-1-3 第三層平台 ......................................................... 9
2-2 核心控制電路-AVR開發板 .................................. 10
2-2-1 直流馬達方向和速度訊號輸出板 .................... 10
2-2-2 紅外線接收板 .................................................... 12
2-3 直流馬達和直流馬達驅動控制板 ........................ 13
2-3-1 IG-42GM直流馬達 ............................................. 13
2-3-2 直流馬達驅動控制板 ........................................ 16
2-4 全向輪 .................................................................... 18
2-5 滑鼠 ........................................................................ 18
2-6 紅外線模組 ............................................................ 19
2-7 電池與穩壓電路 .................................................... 21
2-8 陀螺儀 .................................................................... 22
第三章 機器人系統控制設計及原理 ......................... 24
3-1 機器人控制流程概觀 ............................................ 24
3-2 三輪運動學模型 .................................................... 26
3-3 全方位走向的實現 ................................................ 29
3-4 機器人定位系統 .................................................... 34
第四章 行走模式 ......................................................... 38
4-1 機器人即時避障系統 ............................................ 39
4-2 沿牆行走 ................................................................ 44
4-3 BFS最短路徑規劃 .................................................. 49
第五章 實驗結果 .......................................................... 52
5-1 機器人的全方位走向實驗 ..................................... 52
5-2 沿牆行走實驗 ......................................................... 56
5-2-1 正方型 .................................................................. 56
5-2-2 L型 ........................................................................ 58
5-2-3 N型 ....................................................................... 59
5-3 BFS最短路徑規劃實驗 ........................................... 61
5-3-1 實驗環境1-無障礙物 ........................................... 61
5-3-2 實驗環境2-單一障礙物 ....................................... 63
5-3-3 實驗環境3-多個障礙物 ....................................... 67
第六章 結論與未來展望 ............................................... 71
6-1 結論 .......................................................................... 71
6-2 未來展望 .................................................................. 72
參考文獻 ........................................................................ 73
附錄1 GP2D12距離、電壓、ADC對照表 .................... 76
參考文獻 [1] 網路資料:慧典市場研究報告網:2010-2012年全球機器人產業發展研究分析報告。2010年6月14日,取自http://big5.hdcmr.com/jiqiren63691BaoGao.html。
[2] 網路資料:工業技術研究院,白忠哲:中台灣發展智慧型機器人產業分析。2010年6月14日,取自http://www.roboat.org.tw/upload_files/test/1233821271_1.pdf。
[3] 網路資料:工業技術研究院:工業技術與資訊199期2008年5月號。2010年6月14日,取自http://college.itri.org.tw/TopicLearn.aspx?id=140。
[4] 網路資料:電子工程專輯:工研院與新光保全成功開發保全機器人SeQ-1。2010年6月14日,取自http://www.eettaiwan.com/ART_8800460772_676964_NT_4d488069.HTM。
[5] 網路資料:財團法人精密機械研究發展中心,劉憲鋒:導覽機器人機械手機構概念設計-以Upitor為例。2010年6月14日,取自http://www.robotworld.org.tw/index.htm?pid=10&News_ID=3754。
[6] Boston Dynamics. [online]. Available: http://www.bostondynamics.com/img/BigDog_Overview.pdf June 14,2010 [data access]
[7] Pink Tentacle. [online]. Available: http://pinktentacle.com/2009/11/photos-international-robot-exhibition-2009/ June 14,2010 [data access]
[8] S. M. Killough and F. G. Pin, “Design of an Omnidirectional and holonomic wheeled platform prototype,” in 1992 IEEE International Conference on Robotics and Automation, vol. 1, pp. 84-90, May 12-14, 1992.
[9] W. K. Loh, K. H. Low, and Y. P. Leow, “Mechatronics design and kinematic modelling of a singularityless omni-directional wheeled mobile robot,” in IEEE International Conference on Robotics and Automation, vol.3, pp. 3237- 3242, September 14-19, 2003.
[10] J. Borenstein and Y. Koren, “Real-time obstacle avoidance for fast mobile robots,” IEEE Transactions on Systems Man and Cybernetics, vol.19, no.5, pp.1179-1187, September 1989.
[11] 蘇木春、張孝德,“機器學習:類神經網路、模糊系統以及基因演算法則”,修訂二版,全華圖書股份有限公司,台北市,民國九十三年。
[12] J. Borenstein and Y. Koren, “The vector field histogram-fast obstacle avoidance for mobile robots,” IEEE Transactions on Robotics and Automation, vol. 7, no. 3, pp. 278-288, June 1991.
[13] A. Elfes, “Sonar-based real-world mapping and navigation,” IEEE Journal of Robotics and Automation, vol.3, no.3, pp. 249-265, June 1987.
[14] H. P. Moravec, “Sensor Fusion in Certainty Grids for Mobile Robots,” AI Magazine, pp. 61-74, 1988.
[15] H. Moravec and A. Elfes, “High resolution maps from wide angle sonar,” in 1985 IEEE International Conference on Robotics and Automation, vol. 2, pp. 116-121, March 1985.
[16] J. Borenstein and Y. Koren, “Histogramic in-motion mapping for mobile robot obstacle avoidance,” IEEE Transactions on Robotics and Automation , vol. 7, no. 4, pp. 535-539, August 1991.
[17] A. Saffiotti, “The uses of fuzzy logic for autonomous robot navigation,” Soft Computing, vol. 1, no. 4, pp. 180-197, 1997.
[18] A. Fatmi, A. A. Yahmadi, L. Khriji, and N. Masmoudi, “A Fuzzy Logic Based Navigation of a Mobile Robot,” in Proceedings of World Academic of Science, Engineering and Technology, vol. 15, October 2006.
[19] Atmel Corporation. [online]. Available: http://www.atmel.com/dyn/resources/prod_documents/doc2466.pdf June 20 2010[data access]
[20] SHAYANG YE INDUSTRIAL CO.,LTD. [online] Available: http://www.shayye.com.tw/pdf/IG42-01&02-2006.pdf June 23,2010 [data access]
[21] Pololu Robotics and Electronics. [online]. Available: http://www.pololu.com/picture/view/0J121 June 27,2010 [data access]
[22] G. P. Roston, and E. P. Krotkov, “Dead Reckoning Navigation For Walking Robots,” in lEEE/RSJ International Conference on Intelligent Robots and Systems, vol. 1, pp. 607-612, July 7-10, 1992.
[23] Avago Technologies. [online]. Available: http://www.avagotech.com.tw/docs/AV02-1358EN June 27,2010 [data access]
[24] C. Chen, H. X. Li , and D. Dong , “Hybrid Control for Robot Navigation - A Hierarchical Q-Learning Algorithm,” IEEE Robotics & Automation Magazine, vol. 15, no. 2, pp. 37-47, June 2008.
[25] T. H. Cormen, C. E. Leiserson, R. L. Rivest, and C. Stein, Introduction to Algorithms, Second Edition. The MIT Press, September 2001.
[26] 計算式智慧暨人機互動實驗室-導航機器人實驗影片http://cilab.csie.ncu.edu.tw/students/Tally/
指導教授 蘇木春(Mu-Chun Su) 審核日期 2010-7-21
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明