跳到主要內容

臺灣博碩士論文加值系統

(98.82.140.17) 您好!臺灣時間:2024/09/08 02:17
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:黃熙智
研究生(外文):HUANG, XI-ZHI
論文名稱:結合D* Lite與DWA路徑規劃演算法之智慧輪椅系統開發
論文名稱(外文):Development of an Intelligent Wheelchair System Combining D* Lite and DWA Path Planning Algorithms
指導教授:白能勝白能勝引用關係
指導教授(外文):PAI, NENG-SHENG
口試委員:洪三山郭逸平陳碧雲白能勝
口試委員(外文):HUNG, SAN-SHANKUO, YI-PINCHEN, PI-YUNPAI, NENG-SHENG
口試日期:2024-07-12
學位類別:碩士
校院名稱:國立勤益科技大學
系所名稱:電機工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2024
畢業學年度:112
語文別:中文
論文頁數:69
中文關鍵詞:自主導航智慧輪椅同步定位與地圖建構(SLAM)D* LiteDynamic Window Approach (DWA)路徑規劃
外文關鍵詞:Automatic NavigationIntelligent WheelchairSimultaneous Localization and Mapping (SLAM)D* LiteDynamic Window Approach (DWA)Path planning
相關次數:
  • 被引用被引用:0
  • 點閱點閱:7
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
本文旨在一個建構自主導航的智慧輪椅系統,該系統包含定位、環境地圖建構、自主導航與避障等功能。其實現將減輕醫護人員在照顧行動不便者方面的負擔,從而釋放更多醫療資源投入到其他工作中。本文的研究工作主要分為三個部份。
第一部分是把一部簡單的電動輪椅改造成可通過外部輸入速度命令進行控制的智慧輪椅,並加裝多種感測器以感知周圍的環境訊息。
接著第二部分為使用同時定位與地圖建構(Simultaneous Localization and Mapping, SLAM),將這些感測器的數據整合並藉由RTAB-Map (Real-Time Appearance-Based Mapping)演算法建構環境地圖。由於輪椅行駛的環境往往比簡單的室內房間更為複雜,藉由實驗證實單純使用深度攝影機或是光學雷達(Light Detection and Ranging, LiDAR)都有其各自的優缺點。結合兩者的數據,可以發揮各自的優勢,以獲得更準確和穩定的環境訊息。
第三部份的工作基於第二部分建立好的地圖,使用D* Lite演算法進行全局路徑規劃,確定到達目標點的最佳路徑。接著使用DWA (Dynamic Window Approaches)演算法進行局部路徑規劃,對目標路徑進行分段重規劃與實時調整,以解決動態避障的問題。最後本文提出的智慧輪椅系統將使行動不便者能夠自主抵達目的地,減少醫護人員的依賴,亦能在導航時展現出不錯的穩定性與安全性。

This thesis aims to construct an autonomous navigation system for a intelligent wheelchair, encompassing functions such as localization, environmental mapping, autonomous navigation, and obstacle avoidance. The implementation of this system will reduce the burden on healthcare personnel in caring for individuals with mobility impairments, thereby freeing up more medical resources for other tasks. The research is divided into three main parts.
First, a basic electric wheelchair is modified to become a intelligent wheelchair that can be controlled via externally input speed commands and equipped with various sensors to perceive surrounding environmental information.
Second, Simultaneous Localization and Mapping (SLAM) is employed to integrate the data from these sensors, with the RTAB-Map (Real-Time Appearance-Based Mapping) algorithm used to construct the environmental map. Given that the wheelchair operates in more complex environments than simple indoor rooms, experiments have shown that using only a depth camera or a Lidar (Light Detection and Ranging) has its respective advantages and disadvantages. By combining data from both sensors, we can leverage their strengths to obtain more accurate and stable environmental information.
The third part of the work builds on the map established in the second part. The D* Lite algorithm is used for global path planning to determine the optimal route to the target point. Subsequently, the Dynamic Window Approach (DWA) algorithm is employed for local path planning, allowing for segmental replanning and real-time adjustments of the target route to address dynamic obstacle avoidance.
Ultimately, the proposed intelligent wheelchair system will enable individuals with mobility impairments to reach their destinations autonomously, reducing their reliance on healthcare personnel. Additionally, the system will demonstrate good stability and safety during navigation.

摘要 i
Abstract iii
誌謝 v
目次 vi
表目次 ix
圖目次 x
第一章 緒論 1
1.1 前言與研究動機 1
1.2 文獻探討 3
1.2.1 感測器 3
1.2.2 SLAM 4
1.2.3 路徑規劃演算法 5
1.3 論文目標 7
1.4 論文架構 7
第二章 系統架構與硬體設計 9
2.1 系統架構 9
2.2 硬體介紹 10
2.2.1 馬達控制器 11
2.2.2 邊緣運算平台 12
2.2.3 深度攝影機 13
2.2.4 光學雷達 16
2.2.5 慣性測量單元 18
2.2.6 嵌入式平臺 20
2.3 電動輪椅搭建 21
2.3.1 電動輪椅控制 21
2.3.2 供電系統的設計 24
2.3.3 感測器等元件架設與輪椅整體外觀 26
2.3.4 機器人作業系統(Robot Operating System, ROS) 27
2.3.5 使用軟體與版本 29
第三章 基於RTAB-Map的SLAM建圖 30
3.1 同步 31
3.2 儲存管理機制 31
3.3 閉環檢測 32
3.3.1 圖像定位 33
3.3.2 Rehearsal 36
3.3.3 貝葉斯濾波器更新與閉環假設 37
3.3.4 轉移與取回 39
3.4 圖最佳化 39
3.5 全局地圖拼接 39
第四章 路徑規劃 40
4.1 路徑規劃流程 40
4.2 D* Lite 41
4.3 DWA(Dynamic Window Approaches) 45
第五章 實驗結果與討論 47
5.1 深度攝影機的表現比較 47
5.2 建圖成果 48
5.2.1 工程館二樓 48
5.2.2 工程館地下室 52
5.2.3 建圖結果比較 56
5.3 導航成果 57
5.3.1 工程館二樓教授辦公室外的迴廊導航結果 57
5.3.2 工程館二樓走廊導航結果 59
5.3.3 工程館地下室導航結果 60
第六章 結論與未來展望 62
6.1 結論 62
6.2 未來展望 62
參考文獻 64

[1]United Nations, Global Issues Population, Retrieved August, 2023, [Online] from https://www.un.org/en/global-issues/population.
[2]United Nations, Department of Economic and Social Affairs, Population Division (2022). World Population Prospects 2022, Online Edition., Retrieved August, 2023.
[3]國家發展委員會, 人口推估查詢系統, Retrieved March, 2024, [Online] from : https://pop-proj.ndc.gov.tw/Custom_Detail_Statistics_Search.aspx?n=39&_Query=e6f219ec-8591-4f60-a96c-fa5a63062886&page=1&PageSize=10&ToggleType=.
[4]《ĀnkěCare 創新照顧》, 緩解長照人才荒!跨界醞釀成立「 照顧產業人力資源大聯盟」, Retrieved August, 2023, [Online] from : https://www.ankecare.com/article/2047-2022-07-19-01-57-53.
[5]中時新聞網, 長照人力不足「空有床位無法收案」 放寬聘僱外籍看護成解方, Retrieved August, 2023, [Online] from : https://www.chinatimes.com/realtimenews/20230722001861-260405?chdtv.
[6]黃小玲、羅鈞令、張彧、林佳琪、毛慧芬(2003)。復健病患出院後使用輔具之狀況。台灣醫學,7(5),681-688。https://doi.org/10.6320/FJM.2003.7(5).02
[7]MSI, MSI AMR自主移動機器人, Retrieved August, 2023, [Online] from : https://amr.msi.com/tw
[8]Tesla, 未來的駕駛方式, Retrieved March, 2024, [Online] from : https://www.tesla.com/zh_TW/autopilot/3
[9]Milford, M., George, “A. Featureless Visual Processing for SLAM in Changing Outdoor Environments,” Field and Service Robotics. Springer Tracts in Advanced Robotics, vol 92, 2014, https://doi.org/10.1007/978-3-642-40686-7_38
[10]Wikipedia, Simultaneous localization and mapping, Retrieved August, 2023, [Online] from : https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping
[11]Longuet-Higgins, H. “A computer algorithm for reconstructing a scene from two projections,” Nature, vol 293, pp. 133–135, 1981, https://doi.org/10.1038/293133a0
[12]B.L.E.A. Balasuriya, B.A.H. Chathuranga, B.H.M.D. Jayasundara, N.R.A.C. Napagoda, S.P. Kumarawadu, D.P. Chandima, and A.G.B.P. Jayasekara, “Outdoor Robot Navigation Using Gmapping Based SLAM Algorithm,” 2016 Moratuwa Engineering Research Conference (MERCon), pp. 403-408, 2016.
[13]Naigong Yu and Bo Zhang, “An Improved Hector SLAM Algorithm Based on Information Fusion for Mobile Robot,” 2018 5th IEEE International Conference on Cloud Computing and Intelligence Systems (CCIS), pp. 279-284, 2018.
[14]Raúl Mur-Artal, Jose Maria Martinez Montiel, and Juan Domingo Tardós, “ORB-SLAM: A Versatile and Accurate Monocular SLAM System,” IEEE Transactions on Robotics, vol 31, pp. 1147-1163, 2015.
[15]Mathieu, L., François, M. “RTAB-Map as an open-source lidar and visual simultaneous localization and mapping library for large-scale and long-term online operation,” Journal of Field Robotics, vol 36(2), pp. 416-446, 2019, doi: https://doi.org/10.1002/rob.21831
[16]R. Sim, P. Elinas, M. Griffin, A. Shyr and J. J. Little, “Design and analysis of a framework for real-time vision-based SLAM using Rao-Blackwellised particle filters,” The 3rd Canadian Conference on Computer and Robot Vision (CRV'06), pp. 21-21, 2006, doi: 10.1109/CRV.2006.25.
[17]Liang-Chien Chen and Liang-Hwei Lee, “Least Squares Prediction Using On-Board Data in Bundle Adjustment for Spot Imagery,” 12th Canadian Symposium on Remote Sensing Geoscience and Remote Sensing Symposium, pp. 450-453, 1989, doi: 10.1109/IGARSS.1989.578736.
[18]Peter Hart , Nils John Nilsson , and Bertram Raphael, “A Formal Basis for the Heuristic Determination of Minimum Cost Paths,” IEEE Transactions on Systems Science and Cybernetics, vol. 4, pp. 100-107, 1968.
[19]S. Koenig, M. Likhachev and D. Furcy, “Lifelong Planning A*,” Artificial Intelligence, vol 155, pp. 93-146, 2004, https://doi.org/10.1016/j.artint.2003.12.001.
[20]S. Koenig and M. Likhachev, “Fast replanning for navigation in unknown terrain,” IEEE Transactions on Robotics, vol. 21, pp. 354-363, 2005, doi: 10.1109/TRO.2004.838026.
[21]D. Fox, W. Burgard and S. Thrun, “The dynamic window approach to collision avoidance,” IEEE Robotics & Automation Magazine, vol. 4, pp. 23-33, 1997, doi: 10.1109/100.580977.
[22]MERITS, 可收折式電動輪椅P113 YOYO 逍遙行, Retrieved August, 2023, [Online] from : https://www.meritshealth.com.tw/power-wheelchairs/p113
[23]Manualslib, PG DRIVE TECHNOLOGY SK80151-1 Manuals, Retrieved August, 2023, [Online] from : https://www.manualslib.com/products/Pg-Drive-Technology-Sk80151-1-8688215.html
[24]NVIDIA, Jetson Orin 模組與開發套件, Retrieved August, 2023, [Online] from : https://www.nvidia.com/zh-tw/autonomous-machines/embedded-systems/jetson-orin/
[25]Intel, Depth Camera D435i, Retrieved August, 2023, [Online] from : https://www.intelrealsense.com/depth-camera-d435i/
[26]StereoLabs*, ZED X - AI Stereo Camera for Robotics, Retrieved August, 2023, [Online] from : https://www.stereolabs.com/products/zed-x
[27]SLAMTEC, RPLIDAR-A1 360°激光掃描測距雷達, Retrieved August, 2023, [Online] from : https://www.slamtec.com/cn/Lidar/A1
[28]ROBOTS, e-Manual, Retrieved August, 2023, [Online] from : https://emanual.robotis.com/docs/en/platform/turtlebot3/appendix_lds_01/
[29]Playrobot, ROS IMU 感測模組(HFI-A9), Retrieved August, 2023, [Online] from : https://shop.playrobot.com/products/sensor-csm0013
[30]Q. Li, R. Li, K. Ji and W. Dai, “Kalman Filter and Its Application,” 2015 8th International Conference on Intelligent Networks and Intelligent Systems (ICINIS), pp. 74-77, 2015, doi: 10.1109/ICINIS.2015.35.
[31]Wikipedia, ESP32, Retrieved August, 2023, [Online] from : https://zh.wikipedia.org/zh-tw/ESP32
[32]Arduino Documentation, Mega 2560 Rev3, Retrieved August, 2023, [Online] from : https://docs.arduino.cc/hardware/mega-2560
[33]Curtiss-Wright, PG Drives Technology, VR2 - TECHNICAL MANUAL SK77898/5, Retrieved August, 2023, [Online] from : http://sunrise.pgdrivestechnology.com/manuals/pgdt_vr2_manual_SK77898-05.pdf
[34]Wikipedia, 曲線擬合, Retrieved August, 2023, [Online] from : https://zh.wikipedia.org/zh-tw/%E6%9B%B2%E7%B7%9A%E6%93%AC%E5%90%88
[35]ROS.org, Documentation, Retrieved August, 2023, [Online] from : http://wiki.ros.org/
[36]Mathieu, L., François, M. “RTAB-Map as an open-source lidar and visual simultaneous localization and mapping library for large-scale and long-term online operation,” Journal of Field Robotics, vol 36, pp. 416-446, 2019, doi: https://doi.org/10.1002/rob.21831
[37]M. Labbé and F. Michaud, “Appearance-Based Loop Closure Detection for Online Large-Scale and Long-Term Operation,” IEEE Transactions on Robotics, vol 29, pp. 734-745, 2013, doi: 10.1109/TRO.2013.2242375.
[38]F. Zeng, Z. Huang and Y. Ji, “Discriminative Bag-of-Words-Based Adaptive Appearance Model for Robust Visual Tracking,” IEEE Signal Processing Letters, vol 24, pp. 907-911, 2017, doi: 10.1109/LSP.2017.2698140.
[39]Wikipedia, K-means clustering, Retrieved August, 2023, [Online] from : https://en.wikipedia.org/wiki/K-means_clustering
[40]Herbert Bay, Andreas Ess, Tinne Tuytelaars, Luc Van Gool, “SURF: Speeded Up Robust Features,” Computer Vision and Image Understanding (CVIU), vol 110, pp. 346-359, 2008
[41]D. G. Lowe, “Object recognition from local scale-invariant features,” Proceedings of the Seventh IEEE International Conference on Computer Vision, vol 2, pp. 1150-1157, 1999, doi: 10.1109/ICCV.1999.790410.
[42]Wikipedia, Law of total probability, Retrieved August, 2023, [Online] from : https://en.wikipedia.org/wiki/Law_of_total_probability
[43]GTSAM, Factor Graphs and GTSAM, Retrieved August, 2023, [Online] from : https://gtsam.org/tutorials/intro.html#listing_OdometryOptimize

電子全文 電子全文(網際網路公開日期:20260812)
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊