跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.81) 您好!臺灣時間:2025/10/05 05:10
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:駱奎延
研究生(外文):Kuei-Yan Luo
論文名稱:具有監控功能及呼叫服務之移動式老年人行動輔具機器人
論文名稱(外文):Mobility Assistance and Monitoring of a RoboticWalking-aid System with Call-and-Come Service for the Elderly
指導教授:蔣欣翰
指導教授(外文):Hsin-Han Chiang
口試委員:秦弘毅王元凱蔣欣翰
口試委員(外文):Hung-I ChinYuan-Kai WangHsin-Han Chiang
口試日期:2011-07-04
學位類別:碩士
校院名稱:輔仁大學
系所名稱:電機工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2011
畢業學年度:99
語文別:中文
論文頁數:83
中文關鍵詞:行走輔助模糊控制使用者適應機器人支持系統
外文關鍵詞:walking-aidfuzzy controluser-adaptiverobotic support system
相關次數:
  • 被引用被引用:4
  • 點閱點閱:536
  • 評分評分:
  • 下載下載:121
  • 收藏至我的研究室書目清單書目收藏:1
本篇論文提出主動式的智慧型行走輔助機器人,來協助老年人、行動不便者以及盲人能夠輕易地使用,達到行走輔助的功能。本系統利用嵌入式系統做為行走輔助機器人的開發平台,整合了雷射測距儀、超音波感測器、握力感測器以及無線AP等感測器來建構機器人,並建立了兩個模糊決策控制器,分別控制智慧型行走輔助機器人的轉向以及前進速度。利用雷射測距儀掃描的前方環境資訊,以左、右掃描區域作為模糊轉向控制器的輸入,達到行走時閃避障礙物導航、自主式導航等功能。藉由超音波感測器得到的使用者和輔助器之間的相對距離以及前方掃描區域,對行走輔助機器人進行速度調整。在模糊控制演算法開發部分,我們記錄了使用者的操作特性,得到模糊規則的使用情況,利用支持向量機的分類功能,來調整輸入模糊集合的邊界以找出最佳分界線,來調整每條模糊規則的權重,並可以刪除不需使用到的模糊規則,以降低系統的運算量與程式開發上的複雜度。透過無線網路進行遠端監控與遠端呼叫的功能,回傳行走輔助機器人目前的馬達轉速、障礙物距離與位置等資訊。此外,為了讓使用者不需要親自到行走輔助機器人的所在位置進行使用操作,我們使用影像處理技術,擷取使用者的手勢,即可透過無線網路呼叫行走輔助機器人進行自主導航到達使用者的附近,以便操作。透過多種不同的實驗場景來驗證我們所開發的行走輔助機器人的功能。
This thesis proposes an active robotic walking-aid system which aims to provide the mobility assistance for the elderly or the disable. This system employs an embedded system and integrates various sensors. The orientation controller and the speed controller are designed using fuzzy additive model (FAM). From the forward detected area, the robotic system is able to help users navigate in unknown environments avoiding static and dynamic obstacles. To ensure the user following the guidance trajectory, the speed of robot is adjusted according to the safety distance ahead and the relative distance to the user. Besides, to solve different situations against obstacles or walls, a training stage of learning human user-adaptive characteristics is adopted. This stage employs the support vector machine (SVM) to determine the weighting scheme for each fuzzy rule which represents the adequate contribution in the system support controlling. From this stage the uses of all fuzzy rules can also be measured and such that the size of the rule base can be reduced. Through wireless communication, the operation status, including the position of robot, can be monitored by the indoor server. In this server, we also propose and implement a gesture recognition system to provide a call-and-come service for the robotic system. The service is designed to enable the robot come to user when the gesture command is correctly recognized. Experimentation and evaluation are presented to present the validity of the developed robotic system.
摘要……...……………………………………………………………………………..i
英文摘要...….………………………………………………………………………....ii
誌謝…………………………………………………….……………………………..iii
目錄..………………………………………………………………………………….iv
表目錄….…………………………………………………………………………......vi
圖目錄…………………………………………………………………………….….vii
第一章 緒論..…………………………………………………………………………1
1-1 研究動機與目的…………………………………………………………..1
1-2 文獻回顧…………………………………………………………………..2
1-3 系統設計介紹……………………………………………………………..4
1-4 章節架構…………………………………………………………………..5
第二章 概述……….………………………………………………………………….6
2-1 簡介.……………………………………………………………………….6
2-2 系統硬體架構.....………………………………………………………….7
2-3 硬體平台…………………………………………………………………..8
2-3-1 機器人實驗平台與開發介面..…………………………………….8
2-3-2 嵌入式控制器…………..……………………..………………….10
2-3-3 雷射測距儀……………………………………………………….14
2-3-4 超音波雷達……………………………………………………….17
2-3-5 握力感測器……………………………………………………….20
2-3-6 無線基地台(AP)………………………………………………….22
2-4 電源供應系統.......………………………………………………………24
第三章 系統設計與軟體實現...………………………………………………….…25
3-1 系統設計架構...…………………………………………………………25
3-2 機器人動態模型..……………………………………………………….26
3-2-1兩輪驅動機器人動態模型……….………………………………26
3-2-2左右兩輪的前向運動表示式….…………………………………28
3-3 模糊邏輯控制器設計……..…………………………………………….31
3-3-1 模糊理論介紹.……………….…………………………………..31
3-3-2 模糊轉彎控制器…………………………………………………33
3-3-3 模糊速度控制器…………………………………………………37
3-4使用者適應模糊控制設計..…..…………………………………………41
3-4-1 模糊附加模型介紹…………………..…………………………..41
3-4-2 以使用者特性為基礎的模糊附加系統…………………………43
3-5 遠端監控功能介面……………...………………………………………48
3-6 以影像為基礎的呼叫服務……...………………………………………50
第四章 實驗結果……………………………………………………………………53
4-1 實驗場景…...……………………….………………………………...…53
4-2 實際場景測試……………………….…………………………………..54
4-2-1 狹小走道環境測試………………………………………………54
4-2-2 殘障坡道環境測試………………………………………………60
4-3 呼叫服務測試…………………….……………….…………………….65
第五章 結論與未來展望……………………………………………………………69
5-1 結論…………………….…….………………………………………….69
5-2 未來展望……………….…….………………………………………….70
參考文獻……………………………………………………………………………..71

[1]L. A. Zadel, “Fuzzy algorithms,’’ Inform. Control, vol. 12, pp. 94-102, 1968.
[2]Y. Kanayama, Y. Kimura, F. Miyazaki and T. Noguchi, “A stable tracking control method for an autonomous mobile robot,’’ in Proc. IEEE Int. Conf. Robotics and Autom., pp. 384-389, 1990.
[3]B. Kosko, Neural networks and fuzzy systems, Prentice Hall, New Jersey, 1992.
[4]R. Fierro and F. L. Lewis, “Control of a nonholonomic mobile robot: backstepping kinematics into dynamics,’’ in Proc. 34th IEEE Conf. Decision Control, pp. 3805-3810, 1995.
[5]B. Kosko, Fuzzy engineering, Prentice-Hall Publishing, New Jersey, 1997.
[6]S. S. Ge and Y. J. Cui, “New potential function for mobile robot path planning,” IEEE Trans. Robot. Autom., vol. 16, no. 5, pp. 615-620, Oct. 2000.
[7]T. Fikao, H. Nakagawa and N. Adachi, “Adaptive tracking control of a nonholonomic mobile robot,” IEEE Trans. on Robotics and Automation, vol. 16, no. 5, pp. 609-615, Oct. 2000.
[8]V. Kecman, Learning and soft computing: support vector machines, neural networks, and fuzzy logic models, Massachusetts Institute of Technology, 2001.
[9]G. Wasson, J. Gunderson, S. Graves and R. Felder “Effective shared control in cooperative mobility aids,” in Proc. Fourteenth International Florida Artificial Intelligence Research Society Conference, pp. 509-513, 2001.
[10]S. Dubowsky, F. Genot and S. Godding, “PAMM-A robotic aid to the elderly for mobility assistance and monitoring: A helping-hand for the elderly,” in Proc. IEEE Int. Conf. Robot. Autom., vol. 1, pp. 570-576, 2002.
[11]H. Yu, M. Spenko and S. Dubowsky, “An adaptive shared control system for an intelligent mobility aid for the elderly,” Auton. Robots, vol. 15, no. 1, pp. 53-66, 2003.
[12]A. J. Rentschler, R. A. Cooper, B. Blaschm and M. L. Boninger, “Intelligent walkers for the elderly: performance and safety testing of VA-PAMAID robotic walker,” Journal of Rehabilitation Research & Development, vol. 40, no. 5, pp. 423-432, 2003.
[13]Y. Hirata, A. Hara and K. Kosuge, “Passive-type intelligent walking support system RT walker,” in Proc. 2004 IEEE/RSJ Int. Conf. Intell. Robots Syst., pp. 3871-3876, 2004.
[14]J. Glover, S. Thrun and J. Matthews, “Learning user models of mobility related activities through instrumented walking aid,” in Proc. IEEE Int. Conf. Robot. and Autom., pp. 3306-3312, 2004.
[15]C. Huang, G. Wasson, M. Alwan, P. Sheth and A. Ledoux, “Shared navigation control and user intent detection in an intelligent walker,” in Proc. AAAI Symp. (EMBC), Arlinton, 2005.
[16]O. Chuy, Y. Hirata and K. Kosuge, “A new control approach for a robotic walking support system in adapting user characteristics,” IEEE Trans. on Systems, Man, and Cybernetics, Part-C, vol. 36, no. 6, pp. 725-733, 2006.
[17]H. M. Shim, C. Y. Chung, E. H. Lee, H. K. Min and S. H. Hong, “Silbo: Development walking assistant robot for the elderly based on shared control strategy,” Int. Journal of Computer Science and Network Security, vol. 6, no. 9A, Sep. 2006.
[18]Y. Hirata, A. Muraki and K. Kosuge, “Motion control of intelligent walker based on renew of estimation parameters for user state,” in Proc. IEEE/RSJ Int. Conf. Intell. Robots Syst., pp. 1050-1055, 2006.
[19]O. Chuy, Y. Hirata, Z. Wang and K. Kosuge, “A control approach based on passive behavior to enhance user interaction,” IEEE Trans. on Roboti-cs, vol. 23, no. 5, pp. 899-908, 2007.
[20]M. A. Olivares and J. A. F. Madrigal, “Fuzzy logic user adaptive navigation control system for mobile robots in unknown environments,” in Proc. IEEE Int. Symp. on Intell. Signal Processing, pp. 1-6, 2007.
[21]Y. Hirata, A. Hara and K. Kosuge, “Motion control of passive intelligent walker using Servo Brakes,” IEEE Trans. on Robotics, pp. 981-990, 2007.
[22]黃國勝,「具人機互動學習能力之智慧型銀髮族行動輔助器(I)」,NSC 96-2221-E-194-063,國科會計畫報告,2007。
[23]G. Lacey and D. Rodriguez-Losada, “The evolution of Guido,” IEEE Robotics and Autom. Magazine, vol. 15, no. 4, Dec. 2008.
[24]Y. Oh, J. Yoon, J. Park, M. Kim and H. Kim, “A name recognition based call-and-come service for home robots,” IEEE Trans. on Consumer Electronics, vol. 54, no. 2, pp. 247-253, 2008.
[25]H. S. Ahn, I. K. Sa and J. Y. Choi, “PDA-based mobile robot system with remote monitoring for home environment,” IEEE Trans. on Consumer Electronics, vol. 55, no. 3, pp. 1487-1495, 2009.
[26]內政部統計處, http://www.moi.gov.tw/stat/index.asp, May 2011.
[27]“NI sbRIO-9631,” http://sine.ni.com/nips/cds/view/p/lang/zht/nid/205894, June 2011.
[28]“NI LabVIEW Robotics Starter Kit-Data Sheet,” http://sine.ni.com/ds/app/doc/p/id/ds-217/lang/zht, June 2011.
[29]“Scanning range finder data sheet,” http://www.hokuyo-aut.jp/02sensor/07scanner/urg_04lx.html, June 2011.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top