博碩士論文 91521060 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:82 、訪客IP:3.144.118.122
姓名 李欽舜(Chin-Shuen Li)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 輪型行動機器人之運動控制與避障路徑規劃
(Motion Control and Obstacle Avoidance Path Planning of a Wheeled Mobile Robot)
相關論文
★ 影像處理運用於家庭防盜保全之研究★ 適用區域範圍之指紋辨識系統設計與實現
★ 頭部姿勢辨識應用於游標與機器人之控制★ 應用快速擴展隨機樹和人工魚群演算法及危險度於路徑規劃
★ 智慧型機器人定位與控制之研究★ 基於人工蜂群演算法之物件追蹤研究
★ 即時人臉偵測、姿態辨識與追蹤系統實現於複雜環境★ 基於環型對稱賈柏濾波器及SVM之人臉識別系統
★ 改良凝聚式階層演算法及改良色彩空間影像技術於無線監控自走車之路徑追蹤★ 模糊類神經網路於六足機器人沿牆控制與步態動作及姿態平衡之應用
★ 四軸飛行器之偵測應用及其無線充電系統之探討★ 結合白區塊視網膜皮層理論與改良暗通道先驗之單張影像除霧
★ 基於深度神經網路的手勢辨識研究★ 人體姿勢矯正項鍊配載影像辨識自動校準及手機接收警告系統
★ 模糊控制與灰色預測應用於隧道型機械手臂之分析★ 模糊滑動模態控制器之設計及應用於非線性系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本論文結合模糊控制(Fuzzy Control)與滑動模態控制(Sliding Mode Control),設計一模糊滑動模態控制器(Fuzzy Sliding Mode Control),並配合基因演算法與模糊理論將此控制器之相關參數調整到一個較佳的狀態,來對輪型行動機器人(WMR)作運動控制,使WMR能從任意初始位置完成定位控制與軌道追蹤。
另外本論文也提出兩種不同狀況之避障路徑規劃法,第一種為當WMR在一狀況不明的環境中航行時,利用模糊理論來即時決定一個能閃避障礙物的最佳轉向角度,並針對兩個特殊的障礙物狀況,提出解決之方法。第二種為當WMR航行的環境狀況已知時,利用基因演算法求得一個能避免與障礙物碰撞之最佳路徑,使WMR不但可以順利的避過障礙物,且能以最短路徑到達最終目標位置。
在實作驗證部分,本論文利用影像處理技術擷取輪型行動機器人與障礙物之狀態,並在C++ Builder撰寫控制器及避障路徑規劃等程式,也利用單晶片PIC16F877進行馬達轉速控制,而整個輪型機器人之操控及狀況判斷與處理均建構在視窗環境下。最後透過定位控制、軌道追蹤和閃避障礙物等實驗來驗證本論文中各種方法之有效性。
摘要(英) This thesis combines the fuzzy control with sliding mode control to design a fuzzy sliding mode controller. Partial parameters of two kinds of proposed controllers are fine-tuned based on genetic algorithm and fuzzy theory for a better performance. The proposed controller is applied to the motion control of the wheeled mobile robot(WMR) to achieve the position control and the tracking control.
There are two path planning methods for obstacle avoidance also proposed in this thesis. The first one method based on fuzzy theory decides a real-time optimal turn angle for collision avoidance of WMR in an unknown environment. When the information of the environment is known, another method based on genetic algorithm can obtain an optimal path for obstacle avoidance and can reach the target position.
In the part of implementation, we use the technology of image process to acquire movements of WMR. In order to operate WMR, the fuzzy control program was designed by C++ Builder, and motor speed is controlled by microchip PIC16F877. All of the operations of WMR and signal processes are designed under the circumstances of windows. Finally, the experimental results are given to demonstrate the effectiveness of proposed methods in this work.
關鍵字(中) ★ 模糊滑動控制器
★ 避障
★ 輪型行動機器人
關鍵字(英) ★ obstacle avoidance
★ wheeled mobile robot
★ fuzzy sliding mode controller
論文目次 摘 要
目 錄 I
圖 目 錄 IV
表 目 錄 VIII
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與目的 2
1.3 論文架構 3
第二章 模糊滑動模態控制器之運動控制 4
2.1 簡介 4
2.2 輪型行動機器人( WMR )之動態系統描述 4
2.3 如何設計運動控制器 6
2.4 目標方位角之路徑導引法 7
2.4.1 前言 7
2.4.2 路徑導引法 8
2.5 模糊滑動模態控制器 11
2.5.1 滑動模態控制簡介 11
2.5.2 模糊滑動模態控制器之優點 11
2.5.3 模糊滑動模態控制器之設計 13
2.5.4 影響模糊滑動模態控制器之因素 15
2.6 使用基因演算法求得控制器參數 16
I
2.7 應用模糊理論即時調整滑動函數 22
第三章 輪型行動機器人之避障 27
3.1 前言 27
3.2 障礙物未知時之避障路徑規劃 27
3.2.1 一般狀況時之避障路徑規劃 27
3.2.2 特殊障礙物狀況 32
3.3 障礙物已知時之避障路徑規劃 39
第四章 軟、硬體架構介紹 42
4.1 系統實驗環境與硬體設備介紹 42
4.1.1 系統實驗環境 42
4.1.2 硬體設備 43
4.2 PIC16F877單晶片馬達控制與通訊介面 46
4.2.1 PIC16F877之馬達控制及其驅動電路 46
4.2.2 軟硬體通訊及相關介面電路 49
4.3 影像辨識系統 50 4.3.1 影像處理架構 50
4.3.2 影像前級處理及辯識 52
4.4 Borland C++ Builder視窗介面 54
第五章 實驗結果與討論 56
5.1 定位控制 56
5.2 軌道追蹤控制 64
5.3 避障實驗 67
5.4 分析與討論 74
第六章 結論與建議 76
6.1 結論 76
II
6.2 建議 77
參考文獻 78
附錄 81
參考文獻 [1]R.Chatterjee, and F.Matsuno,“Use of Single Side Reflex for Automomous Navigation of Mobile Robots in Unknown Environments”, Robotics and Autonomous Systems, Vol.35, pp.77-96, 2001.
[2]Z.Fan, Y.Koren and D.Wehe,“Tracked Mobile Robot Control: Hybrid Approach”, Control Engineering Practice, Vol. 3, No. 3, pp.329-336, 1995.
[3]M.Gen and R.Cheng, Genetic Algorithms & Engineering Design, John Wiley & Sons, Inc., 1997.
[4]D.Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning, Addison-Wesley, Reading, MA, 1989.
[5]J.H.Holland,“Adaptation in Natural and Artifical System”, Ann Arbor, MI: The University of Michigan Press, 1975.
[6]K.Izumi, and K.Watanabe,“Fuzzy Behavior-Based Control Trained by Module Learning to Acquire the Adaptive Behaviors of Mobile Robots”, Mathematics and Computers in Simulation Vol.51, pp.233-243, 2000.
[7]M.J.Jung, H.S.Kim, H.S.Shim, and J.H.Kim,“Fuzzy Rule Extraction for Shooting Action Controller of Soccer Robot”, IEEE International Fuzzy Systems Conference Proceedings, 1999.
[8]J.H.Kim, K.C.Kim, D.H.Kim, Y.J.Kim, and Prahlad Vadakkepat.“Path Planning and Role Selection Mechanism for Soccer Robots”, IEEE International Conference Proceedings on Robotics & Automation, May 1999.
[9]B.Lakehal, T.Amirat, and J.Pontnau,“Fuzzy Steering Control of a Mobile Robot”, Industrial Automation and Control:Emerging Technologies 1995 International IEEE/IAS Conference, pp.383-386, 22-27 May 1995.
[10]T.H.Lee, H.K.Lam, F.H.F.Leung, and P.K.S.Tam,“A Practical Fuzzy Logic Controller for the Path Tracking of Wheeled Mobile Robots”, IEEE Control Systems Magazine, Vol.23, Issue.2, pp.60-65, 2003.
[11]T.H.S.Li, R.C.Liu, and I.F.Liu,“Fuzzy Shooting Control of Car-Like Soccer Robot”, Proceedings of IEEE Region 10 International Conference on, Vol.1, pp.447-452, 2001.
[12]T.H.S.Li, C.A.Lai, and Y.J.Guo ,“Design of Fuzzy Field Control for a One-on-One Robot Soccer System”, IEEE Industrial Electronics Society 2002 28th Annual Conference of the, Vol.4, pp.2605-2610, 2002.
[13]C.H.Lin, and L.L.Wang,“Intelligent Collision Avoidance by Fuzzy Logic Control”, Robotics and Autonomous Systems, Vol.20, pp.61-83, 1997.
[14]K.Llu, and F.L.Lewis,“Fuzzy Logic-Based Navigation Controller for an Autonomous Mobile Robot”, ‘Humans Information and Technology’ 1994 IEEE International Conference on, Vol.2, pp.1782-1789, 1994.
[15]M.B.Montaner, and A.R.Serrano,“Fuzzy Knowledge-Based Controller Design for Autonomous Robot Navigation”, Expert Systems with Applications, Vol.14, pp.179-186, 1998.
[16]G.Springer, P.Hannah, R.J.Stonier, S.Smith, and P.Wolfs,“Simple Strategies for Collision-Avoidance in Robot Soccer”, Robotics and Autonomous Systems, Vol.21, pp.191-196, 1997.
[17]E.M.Petriu,“Automatic Guided Vehicle with Absolute Encoded Guide — Path”, IEEE Transactions on Robotics and Automation, Vol.7, No.4, pp.562-565, 1991.
[18]S.K.Tso, and Y.H.FUNG,“Intelligent Fuzzy Switching of Control Strategies in Path Control for Autonomous Vehicles”, IEEE International Conference on Robotics and Automation, Vol.1, pp.281-286, 21-27 May 1995.
[19]PIC16F87X Data Sheet, Microchip, 1999.
[20]王文俊, 認識Fuzzy, 全華科技, 2000.
[21]陳永平, 可變結構控制設計, 全華科技, 1999.
[22]周鵬程, 遺傳演算法原理與應用-活用Matlab, 全華科技, 2001.
[23]繆紹剛, 數位影像處理 活用-Matlab, 全華科技, 2000.
[24]張智星, Matlab程式設計與應用, 清蔚科技, 2000.
[25]洪國勝, 江國軍, 龍國中, 洪月裡, C++ Builder6程式設計快樂上手, 旗標, 2002.
[26]范逸之, 江文閒, 陳立元, C++ Builder與RS-232串列通訊控制, 文魁, 2002.
[27]趙春棠, PIC單晶片學習秘笈, 全威, 2002.
[28]施慶隆, PIC16F87X微控制器原理實習與專題應用, 全華科技, 2001.
[29]蒙以正, Matlab5專業設計技巧, 碁峰資訊, 1998
指導教授 鍾鴻源(Hung-Yuan Chung) 審核日期 2004-7-14
推文 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聯絡  - 隱私權政策聲明