博碩士論文 965202023 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:67 、訪客IP:3.149.251.155
姓名 顏宏晉(Hung-chin Yen)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 整合仿生智慧行為控制的機器人系統晶片設計
(Design of Robotic System-On-A-Chip with Bio-inspired Intelligent Behavior Control)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 嵌入式無線影像感測網路的設計與實作
★ 以雙核心處理器為基礎之車牌辨識系統★ 基於立體視覺的連續三維手勢辨識
★ 微型、超低功耗無線感測網路控制器設計與硬體實作★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計
★ 一個快速立體視覺系統的嵌入式硬體設計★ 即時連續影像接合系統設計與實作
★ 基於雙核心平台的嵌入式步態辨識系統★ Gigabit乙太網路的UDP/IP硬體加速器設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 面對現今機器人的用途和功能愈來愈多元且複雜,機器人控制系統的開發也越趨困
難,加上機器人工作環境也從實驗室走向家庭和公共空間,在多變的環境中,機器人要
擁有自主性移動的能力變得極其重要。本研究基於MIAT 實驗室的機器人嵌入式計算平
台,致力於設計一個得以讓機器人具有自動導航與仿生行為的智慧型行為控制器,並將
其整合在原有的機器人系統晶片平台。
我們首先使用模糊控制器來實現機器人閃避障礙物和沿牆行走行為。我們所規畫的
機器人仿生行為係採用包容性系統架構,並藉由超音波感測器收集周圍的環境資訊,在
模糊、變動的環境資訊下,可決定各行為模組的模糊控制器輸出。接著我們藉由高階合
成方法論的開發流程,來進行機器人仿生行為控制器的硬體電路,並將其整合至機器人
計算平台,實現一個整合仿生智慧型行為控制的機器人系統晶片。
最後,我們在具有18 個自由度的六腳機器人進行此一機器人系統晶片的驗證,我
們規畫不同的環境和情境(senario)來實驗機器人自動導航和仿生行為的功能,實驗結果
展示我們所開發的機器人系統晶片除了具備預期的導航功能,也擁有傑出的環境適應性
和控制效能。
摘要(英) As robotic application is getting complicated, the development of robotic system
becomes more and more difficult. In addition, robots begin to be used in the household or
public place, the navigation function of robots seems more important. In order to solve the
problem described above, we design an intelligent navigation and bio-inspired behavior
controller on MIAT embedded computing platform and try to develop the Robotic
System-On-a-Chip (SoC) with bio-inspired intelligent behavior control.
We design some behaviors for robot navigation , including obstacle avoidance and wall
following using fuzzy logic control approach . We construct a subsumption system
architecture for our behaviors with a methodology for design and high-level synthesis, then
integrate the behavior controller and the platform into a SoC chip.
Finally, we implement the robotic SoC with intelligent behavior control on a hexapod
robot which has 18 degrees of freedom to verify the SoC. We design different experiments
and senario to prove the efficiency and effectiveness which the design of behavior controller
the Robotic SoC with bio-inspired intelligent behavior control shows.
關鍵字(中) ★ 智慧型機器人
★ 包容性系統
★ 模糊理論
★ 機器人導航
關鍵字(英) ★ fuzzy
★ Intelligent robot
★ robot navigation
★ subsumption
論文目次 摘 要 ........................................................................................................................................ iv
Abstract ...................................................................................................................................... v
誌 謝 ........................................................................................................................................ vi
圖 目 錄 ................................................................................................................................ viii
表 目 錄 ................................................................................................................................... x
第一章 緒論 ............................................................................................................................ 1
1-1 研究背景與動機 .......................................................................................................... 1
1-2 相關研究發展與回顧 .................................................................................................. 2
1-3 研究目的 ...................................................................................................................... 5
1-4 論文架構 ...................................................................................................................... 5
第二章 智慧型機器人行為 .................................................................................................... 6
2-1 仿生機器人行為 .......................................................................................................... 6
2-2 模糊系統理論 .............................................................................................................. 6
2-3 應用模糊控制在機器人避障 ...................................................................................... 9
2-3-1 閃避障礙物行為(obstacle avoidance)設計...................................................... 9
2-3-2 沿牆走行為(wall following)設計 .................................................................. 15
2-3-3 攻擊行為(attacking)設計 ............................................................................... 19
2-4 行為判斷 .................................................................................................................... 19
2-5 討論 ............................................................................................................................ 22
第三章 智慧型機器人系統晶片平台 .................................................................................. 23
3-1 機器人系統晶片平台架構 ........................................................................................ 23
3-2 機器人系統晶片設計方法論 .................................................................................... 29
3-2-1 系統設計流程 ................................................................................................ 29
3-2-2 週邊硬體控制器設計與高階合成 ................................................................ 34
3-3 模糊控制器設計與硬體合成 .................................................................................... 42
第四章 實驗與成果展示 ...................................................................................................... 50
4-1 實驗平台 .................................................................................................................... 50
4-2 控制器電路的硬體合成實驗 .................................................................................... 52
4-3 機器人仿生行為控制實驗 ........................................................................................ 57
第五章 結論與未來展望 ...................................................................................................... 64
5-1 結論 ............................................................................................................................ 64
5-2 未來展望 .................................................................................................................... 64
附錄一 參考文獻 .................................................................................................................. 65
參考文獻 [1] Fujimori, P. N. Nikiforuk, and M. M. Gupta, “Adaptive navigation of Mobile Robots
with Obstacle Avoidance”, IEEE Thansactions on robotics and automation, Vol. 13, NO.
4, August 1997.
[2] M. J. Mataric, “Behavior-based control: Examples from navigation, learning and group
behavior,” Journal of Experimental Theoretical Artificial Intelligence, Special Issue:
Software Architecture Phys. Agents, Vol. 9 , 1997 , pp. 46-54.
[3] Arkin, R. C., Behavior-Based Robotics, MIT Press, Cambridge, MA, 1998.
[4] R. A. Brooks. “A robust layered control system for a mobile robot,” IEEE Journal of
Robotics and Automation, Vol. 2 , no.7 , 1986 , pp.14-23.
[5] Joseph L. Jones, Anita M. Flynn, and Bruce A. Seiger, “Mobile Robots: Inspiration to
Implementation,” AK Peters, Ltd, 1998.
[6] W. Li, “Fuzzy logic-based ‘perception-action’ behavior control of mobile robot in
uncertain environments”, IEEE International Conference on Fuzzy Systems , 1994,
pp. 1626-1631.
[7] W.G. Han, S.M.Baek and T.Y,Kuc ,”GA based on-line path planning of mobile robots
playing soccer games,”The 40th Midwest Symposium on Circuits and Systems, Vol. 1,
1997, pp.522-525.
[8] Dongbing Gu, Huosheng Hu, Jeff Reynolds, and Edward Tsang,
“GA-based learning in behavior based robotics,” Proceeding 2003 IEEE International
Sysposium on Computational Intelligence in Robotics and Automation, Kobe., Japan,
July 16-20, 2003, pp.1521-1526.
[9] L. A. Zadeh, “Fuzzy sets”, Information and Control, Vol. 8, 1965 , pp.338-353.
[10] J.J. Buckley, “Theory of fuzzy controllers: an introduction”, Fuzzy Sets and Systems,Vol. 51, 1992 , pp. 249-258.
[11] Alejandro Ramirez-Serrano and Marc Boumedine, “Ultrasonic Sensing and Fuzzy
Logic Control for Navigation in Unkown Static Environments”, IEEE Proceedings of
EUROBOT , 1996.
[12] Siripun Thongchai and Kazuhiko Kawamura , “Application of Fuzzy Control to a
Sonar-Based Obstacle Avoidance Mobile Robot,” Proceedings of the 2000 IEEE
International Conference on Control Applications , Anchorage, Alaska, USA.
[13] Saleh Zein-Sabatto, Ali Sekmen and Poolsak Koseeyaporn, “FUZZY BEHAVIORS
FOR CONTROL OF MOBILE ROBOTS,” Fuzzy Systems, IEEE Transactions on, Vol.
12,Issue 4 , Aug. 2004 , pp. 559- 565.
[14]
Kiwon Park and Nian Zhang , “Behavior-Based Autonomous Robot Navigation on
Challenging Terrain: A Dual Fuzzy Logic Approach,” Proceedings of the 2007 IEEE
Symposium on Foundations of Computational Intelligence.
[15] Xiaochuan Zhao , Qingsheng Luo and Baoling Han , “Research on the Real Time
Obstacle Avoidance Control Technology of Biologically Inspired Hexapod Robot,”
Proceedings of the 7th World Congress on Intelligent Control and Automation ,
Chongqing, China , June 25 - 27, 2008.
[16] Makoto Kern and Peng-Yung Woo , “Implementation of a hexapod mobile robot with a
fuzzy controller,” Robotica (2005) Vol. 23, pp. 681-688.
[17] C.T.C. Arsene and A.M.S. Zalzala, “ Control of Autonomous Robots Using Fuzzy
Logic Controllers Tuned by Genetic Algorithms,”Proceedings Congress on
Evolutionary Computation ,Vol. 1 , 1999 , page 435.
[18] M. Mucientes , D.L. Moreno, A. Bugarı′n and S. Barro, “Design of a fuzzy controller
in mobile robotics using genetic algorithms” ACM , Applied Soft Computing , Vol.
7 , Issue 2 , March , 2007, pp. 540-546.
[19] S. Khatoon,“Behavior coordination of autonomous mobile robot navigation by neuro-fuzzy system, ”. Proceedings of the IEEE 31st Annual Northeast Bioengineering
Conference, April 2-3, 2005, pp.58-62.
[20] S. Parasuraman, V. Ganapathy, and B. Shirinzadeh, ” Fuzzy decision
mechanism combined with neuro-fuzzy controller for behavior based robot navigation,”
2003. IECON '03. The 29th Annual Conference of the IEEE Industrial Electronics
Society, Vol.3, 2-6 Nov. 2003, pp.2410-2416.
[21] Kai-Tai Song and Jean-Yuan Lin, “Behavior Fusion of Robot Navigation
Using a Fuzzy Neural Network,” IEEE International Conference on Systems, Man, and
Cybernetics ,October 8-11, 2006, Taipei, Taiwan.
[22] Md. Shabiul Islam, Md. Anwarul Azim, Md. Saukat Jahan, *Masuri Othman , “Design
and Synthesis of Mobile Robot Controller using Fuzzy,”ICSE2006 Proc. 2006, Kuala
Lumpur, Malaysia.
[23] 蘇木春,張孝德,機器學習:類神經網路、糊系統以及基因演算法則,全華科技圖
書股份有限公司, 2003.
[24] 王文俊,認識Fuzzy,全華科技圖書股份有限公司,2005年
[25] R. B. McGhee and G. I. Iswandhi, “Adaptive locomotion of a multilegged robot
Over rough terrain,” IEEE Trans. Syst., Man, Cybern., Vol. SMC-9, no. 4, 1979,
pp.176-182.
[26] A. P. Bessonov and N. V. Umnov, “The analysis of gaits in six-legged vehicles
According to their static stability,” in Proc. Symp. Theory Practice Rob.Manipulat.,
Udine, Italy, 1973.
[27] J. M. Yang and J. H. Kim, “A fault tolerant gait for a hexapod robot over uneven
terrain,” IEEE Trans. Syst., Man, Cybern., B, Vol. 30, pp. 172–180, Feb. 2000.
[28] 紀恩凱,“仿生物六腳機器人之控制系統設計與行為建模,”義守大學電機研究所
碩士論文,2005.
[29] http://store.irobot.com/corp/index.jsp
[30] 歐陽銘康 林柏青 林盈達, SOC 設計方法與實例
[31] 劉思廷,“智慧型機器人的嵌入式計算平台,”中央大學資訊工程研究所碩士論
文,2008.
[32] http://www.dcd.pl/index.php
[33] IEC, International Electrotechnic Commission, Preparation of Function Charts for
Control Systems, publication 848, 1988.
[34] David, R., Alla, H., Petri Nets & Grafcet–Tools for Modeling Discrete Event
Systems,New York, Prentice Hall, 1992.
[35] Mayer R.J, ”IDEF0 Function Modeling “, Air Force Systems Command, May , 1992.
[36] R.David, "Grafcet :A powerful tool for specification of logic controllers", IEEE Trans
on control systems technology, Vol.3, No 3, 1995, pp. 253-268.
[37] 郭家銘,“模糊系統高階合成,”義守大學電機研究所碩士論文,2001.
[38] http://www.parallax.com/
指導教授 陳慶瀚(Ching-han Chen) 審核日期 2009-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聯絡  - 隱私權政策聲明