自動停車路徑規劃與決策系統開發

作者:

林敬智、李則霖、張峻豪、連豊力

刊登日期:2021/03/31

摘要:隨著當前汽車無人駕駛技術日新月異的發展,國內外車廠紛紛由停車輔助系統,轉往開發全自動駕駛技術的研發,其中,自動停車技術更是當前重要發展焦點之一。至目前為止,市場上的自動停車系統,多採用距離感測器偵測停車空間,或是需要目標停車車格兩旁需有鄰車以定位停車空間,使用上的諸多限制反而造成停車不易的現象。自動停車系統同時也是發展全自動駕駛系統的重要指標之一。本文將介紹團隊發展全自動駕駛停車系統,從過去的完善的視覺輔助偵測以及多階段停車系統為基礎,在面對停車空間受到限制的情況下,透過發展Exploration-improved Bidirectional RRT*停車路徑規劃演算法,可搜索停車空間中的有效區域,考量車輛動態,產生一條安全且符合駕駛習慣的停車路線。同時開發基於多階段停車系統經驗,開發出停車決策系統,引領自駕車於停車場內找尋空閒車位,控制車輛的制動器,使自動駕駛車能在空間受限的環境下,安全、有效的完成停車任務。
Abstract:With the rapid development of current car driverless technology, domestic and foreign automakers have shifted from conservative parking assistance systems to investing in fully automatic driving technology research and development. Among them, automatic parking technology is one of the current important development focuses. So far, most of the automatic parking systems on the market use distance sensors to detect the parking space or rely on neighboring cars to locate the parking space. Many restrictions on use have made parking difficult. The automatic parking system is also one of the important indicators for the development of a fully automatic driving system. This article will introduce the team's development of a fully automated parking system based on the past complete visual assisted detection and multi-stage parking system to overcome the limited parking space's bottleneck. in the face of limited parking space, through the development of Exploration-improved Bidirectional RRT* parking path planning The algorithm can search the effective area in the parking space, consider the dynamics of the vehicle, and generate a safe parking route that conforms to driving habits.. At the same time, based on the experience of the multi-stage parking system, a parking decision-making system was developed to guide self-driving cars in the parking lot to find free parking spaces, and to control the brakes of the vehicles, so that the self-driving cars can safely and effectively complete the parking task in a limited space environment.

關鍵詞:自動駕駛車、路徑規劃、自動停車
Keywords:Autonomous vehicle, Motion Planning, Auto parking

前言
對於大多數駕駛來說,倒車入庫、路邊停車一直都是考取汽車駕照時的一大難關,也是出門在外無法逃避的問題,停車往往是考量駕駛開車技術的重要指標。近年來駕駛輔助系統興起,舉凡輔助影像或精準倒車雷達比起後照鏡能提供不少額外幫助,提供駕駛更多的資訊,有效降低停車難度。
路徑規劃亦是自動停車系統的關鍵技術之一。許多研究通過幾何計算來計劃弧形路徑[1]。在垂直停車的情況下,四分之一圓路徑的一步驟停車被廣泛使用[2]。一些研究[3]開發了基於感測器(例如超聲波感測器)的停車方法,沒有預先規劃明確路徑,而是在過程中根據障礙物調整車身姿態。文獻[4]通過超聲波感測器,弧形路徑規劃和主動控制的組合,在特定情況下實現自動停車。本單位亦於2019年機械工業雜誌發表“基於視覺停車格偵測與多階段控制之自動停車系統開發”[5],利用視覺的停車格偵測系統,用於即時處理和識別車格線,以提供車輛和格線之間的相對空間資訊。並透過開發多階段停車策略,分析環境和車輛狀態後,制定適當的自動停車規劃,並控制車輛的致動器如圖1所示,使自動駕駛車輛能完成垂直,平行和斜向車格的停車任務。

(a)

(b)

(c)
圖1 多階段停車路徑規劃  (a)垂直停車 (b)平行停車 (c)多階段停車路徑規劃架構圖

然而若想讓自動駕駛車應對各種限制條件下的複雜停車情境,例如因為障礙物導致停車空間受到限制的情況下,就容易遇到技術上的困難,並非稍微修改各步驟的動作就可以解決。本文將探討本團隊於自動駕駛停車領域的發展,以及如何開發自動駕駛停車系統,突破空間限制下停車的困難。
自動停車系統發展過程與瓶頸 
‧自動停車系統發展過程
2019年發表的”基於視覺停車格偵測與多階段控制之自動停車系統”。利用基於視覺的停車格辨識系統,識別附近沒有參考障礙物的停車位,選擇合適的車位,並針對不同類型的停車位進行主動轉向,加速,換檔和制動控制的全自動停車。該技術解決了在沒有參考障礙物的情況下在格線區域停車的問題,當時自駕車的定位系統主要依賴GPS,因受限於定位精度,針對多弧線組成的停車路徑可能無法即時調整方向盤轉角修正循跡誤差,只能在各階段停車程序完成時檢查並修正下一階段路徑。
隨著自駕團隊的發展,自動駕駛車硬體設備增加360度光達等感知設備,Pacifica自動駕駛車硬體配置如圖2所示。同時完善點雲與高精語意地圖。在結合圖資與光達提升定位系統的精度後,自動駕駛車得到與停車空間更精確的相對位置資訊,停車過程中能更迅速的修正方向盤轉角,提升循跡能力,降低每一階段與目標位置的誤差,從而確保停入車格。

圖2 Pacifica自動駕駛車硬體配置

…本文未結束

更完整的內容 歡迎訂購 2021年4月號 457期

機械工業雜誌‧每期240元‧一年12期2400元

我要訂購