博碩士論文 105521060 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:74 、訪客IP:18.191.135.224
姓名 顏御軒(Yu-Hsuan Yen)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 無人搬運車之物聯網功能實現
相關論文
★ 直接甲醇燃料電池混合供電系統之控制研究★ 利用折射率檢測法在水耕植物之水質檢測研究
★ DSP主控之模型車自動導控系統★ 旋轉式倒單擺動作控制之再設計
★ 高速公路上下匝道燈號之模糊控制決策★ 模糊集合之模糊度探討
★ 雙質量彈簧連結系統運動控制性能之再改良★ 桌上曲棍球之影像視覺系統
★ 桌上曲棍球之機器人攻防控制★ 模型直昇機姿態控制
★ 模糊控制系統的穩定性分析及設計★ 門禁監控即時辨識系統
★ 桌上曲棍球:人與機械手對打★ 麻將牌辨識系統
★ 相關誤差神經網路之應用於輻射量測植被和土壤含水量★ 三節式機器人之站立控制
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本論文主要目的為改善工廠現有的無人搬運車(Automated Guided Vehicle, AGV)通過結合物聯網通訊技術及雷射導引技術來增強系統。首先將原AGV 系統之狀態封包透過廠商所提供的SAGV-006 通訊協議進行解析,並利用Node.js 將解析後的訊息轉成低頻寬、低硬體需求的Message Queuing Telemetry Transport (MQTT)物聯網通訊協議,讓控制中心可以即時監控車身電量及車行速度以實現狀態監控系統。另外則是增強現有的導引技術,在原磁帶導引的車輛加上雷射測距儀,在主控板Jetson TX1 上安裝機器人作業系統(Robot Operating System,ROS),並使用其中的室內導航技術,建立起室內座標系統,讓無人搬運車可以隨時知道自身位置與姿態,接著利用rosbridge 架設ROS 伺服器讓網頁伺服端能直接與在主控板的ROS 進行溝通,最後透過二維線性映射算法,將無人搬運車的位置點標示至相對應之平面圖於響應式網頁中即時顯示以實現位置監控系統。
最後利用嵌入式開發板Raspberry Pi 3 架設網頁伺服器,將狀態與位置監控系統整合於人性化的操作介面並實現三項功能:(1)電池預警機制;(2)臨時任務指派;(3)切換工作區,使無人搬運車使用與監控上更為智慧與方便。
摘要(英) The purpose of this thesis is to improve the performances of Automated Guided Vehicle (AGV) by combining the IOT communication technology and the laser guidance system. First, using Node.js to translate the status packets of the original AGV system into Message Queuing Telemetry Transport (MQTT) communication protocol via the SAGV-006 communication protocol, which was provided by the AGV manufacturer so that users can immediately monitor the parameters of power and velocity of the control center of AGV. In order to enhance the abilities of the original guidance system, a laser range sensor is added to help the tape-guided system of an unmodified AGV. At the same time, Robot Operating System (ROS) is installed into the Jetson TX1 that can be used to establish the indoor coordinate system by means of the indoor navigation technology of ROS. Namely, AGV can always know its position and orientation. And then, we use the rosbridge to create ROS server so that the web server can directly communicate with the ROS in Jetson TX1. Finally, transforming the AGV position and orientation on ROS coordinate into the image coordinate on the basis of the 2D linear mapping algorithm to stream position on the Responsive Website in real time.
In conclusion, we use the Raspberry Pi 3 to set up a web server to build the user interface and combine both the AGV status and location monitoring systems into the user interface. Consequently, according to the previous description, three kinds of functions can be held: (1) battery warning alarm, (2) temporary task assignment, (3) switch working area, to make AGV be more intelligent and convenient.
關鍵字(中) ★ 無人搬運車
★ ROS
★ 物聯網
★ MQTT
★ 雷射導引系統
關鍵字(英)
論文目次
摘要 i
Abstract ii
致謝 iii
目錄 iv
圖目錄 vi
表目錄 viii
第一章 緒論 1
1.1 研究背景與動機 1
1.2 文獻回顧 4
1.3 論文目標 5
1.4 論文架構 5
第二章 系統架構與硬體介紹 6
2.1 系統架構 6
2.2 硬體架構 7
第三章 物聯網通訊技術及狀態監控系統 15
3.1 MQTT通訊協議 15
3.1.1 MQTT訊息傳遞原理 15
3.1.2 MQTT訊息特色 16
3.2 SAGV-006通訊協議 17
3.3 狀態監控系統 18
3.3.1 物聯網伺服端 19
3.4 電池預警系統 20
3.4.1 電池電量計算 20
3.4.2 電池預警機制 21
第四章 位置監控系統與人機介面 22
4.1 位置監控系統 22
4.1.1 ROS機器人作業系統 22
4.1.2 ROS伺服端 23
4.1.3 建置室內地圖 24
4.1.4 Navigation Stack介紹 25
4.2 人機介面 27
4.2.1 網頁伺服端 27
4.2.2 人機介面介紹 28
4.2.3 臨時任務派遣功能 28
4.2.4 二維映射算法 30
第五章 實驗結果 36
5.1 監控系統整合 37
第六章 結論與未來展望 42
6.1 結論 42
6.2 未來展望 42
第七章 參考文獻 43
參考文獻

[1] 全民財經檢定,https://geft.edn.udn.com/files/15-1000-4519,c119-1.php,2017年7月。
[2] 壹讀,https://read01.com/P2eM7D.html,2017年7月。
[3] B. Massimo, B. Luca, B.Alberto and C. Alessandro, " A smart vision system for advanced LGV navigation and obstacle detection" in Proc. 2012 15th International IEEE Conference on Intelligent Transportation Systems, Anchorage, Sep. 2012, pp. 508 – 513
[4] Y. Liu, J. Gao, D. Liu, and Z. Wang, “The design of control system and study on control algorithm of laser navigation mobile robot,” in 2010 3rd International Congress on Image and Signal Processing, Yantai, China, Oct. 2010, pp. 4276-4280.
[5] E. Jung, H. Cho, J. Do, J. Kim, and S. Kim, “Implementation of laser navigation system using particle filter,” in 2011 11th International Conference on Control, Automation and Systems, Gyeonggi-do, Korea, Oct. 2011, pp. 1636-1638.
[6] K. Fan, Q. Yang, W. Yan, and B. Lei, “Fuzzy-PID based deviation-correcting control system for laser guided AGV,” 2015 12th Latin American Robotics Symposium and 2015 3rd Brazilian Symposium on Robotics, Uberlandia, 2015, pp. 347-352.
[7] P. Xiao, et al., “Design of a Laser Navigation System for Substation Inspection Robot,” in Proc. of 10th IEEE Int. Conf. on Control and Automation (ICCA), Hangzhou, China, June 2013, pp. 739-743.
[8] K. Jung, J. Y. Kim, J.G. Kim, E. Jung, and S. Kim, “Positioning accuracy improvement of laser navigation using UKF and FIS,” Robot Auton. Syst., vol. 62, no. 9, pp. 1241-1247, Sept. 2014.
[9] Y. J. Lee, et al., “Adaptive PID control of an AGV system using humoral immune algorithm and neural network identifier technique,” in Proc. of 2004 IEEE Int. Conf. on Control Applications, Taipei, Taiwan, Sep. 2004, pp. 1576-1581.
[10] Z. Huang, et al., “Accurate 3-D position and orientation method for indoor mobile robot navigation based on photoelectric scanning,” IEEE Trans. Instrumentation and Measurement, vol. 64, vo. 9, pp. 2518-2529, Sep. 2015.
[11] C. Kirsch, F. Kuenemund, D. Hess, and C. Roehrig, “Comparison of localization algorithms for AGVs in industrial environments,” in 2012 Proc. 7th German Conference on Robotics, Munich, May. 2012, pp. 183–188.
[12] F. Penizzotto, E. Slawinski, and V. Mut, “Laser radar based autonomous mobile robot guidance system for olive groves navigation,” IEEE Latin America Transactions, vol. 13, pp. 1303-1312, 2015.
[13] H. Ohara and T. Murakami, “Tracking control of a compact electrical vehicle trailer based on equivalent dynamics model ,” in Proc. IEEE 8th Int. Workshop Advanced Motion Control, Kawasaki, Japan, pp, 183-191, March, 2004.
[14] 蔣錫沅(王文俊教授指導),“無人搬運車系統之功能提升開發”,2017年6月。
[15] Phodal Huang, http://www.kuqin.com/shuoit/20150114/344391.html, 2017年7月。
[16] SEDA G-Tech世大智科,http://designer.mech.yzu.edu.tw/,2017年7月。
[17] Arvindr21,http://thejackalofjavascript.com/getting-started-mqtt/,2017年7月。
[18] 石頭閒語,http://rocksaying.tw/archives/2016/MQTT-2-JavaScript-setting.html,2017年7月。
[19] 台灣東方馬達股份有限公司,http://www.flex-points.com/uploads/file/%E7%94%B5%E6%9C%BA%E8%B5%84%E6%96%99BLV%20(200W%20400W).pdf,2017年7月。
[20] 迅得機械,“SAGV-006通訊協議”,2016年。
[21] Alli,https://cnodejs.org/topic/4fb1c1fd1975fe1e1310490b,2017年7月。
[22] Mcollina,https://www.npmjs.com/package/mqtt,2017年7月。
[23] Panasonic,https://na.industrial.panasonic.com/sites/default/pidsa/files/ur18650zy.pdf,2012年。
[24] Russell Toris,http://robotwebtools.org/tools.html,2016年2月。
[25] AIS-Wiki,http://www.ist.tugraz.at/ais-wiki/roswebuserinterface,2017年7月。
[26] 蕭詠稜,“以距離感測器為基礎之室內同步定位與環境地圖實現”,台灣科技大學碩士論文,2013年
[27] Alyson,https://hollyqood.wordpress.com/2015/12/01/ros-slam-2-hector-slam-2d%E5%9C%B0%E5%9C%96%E5%BB%BA%E7%BD%AE/,2017年7月。
指導教授 王文俊 審核日期 2017-7-27
推文 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聯絡  - 隱私權政策聲明