- 步驟一:克隆GitHub存詢庫:git clone https://github.com/ai4co/eph-mapf
- 步驟二:安裝Python依賴:pip install -r requirements.txt
- 步驟三:準備或載入格子地圖與代理起點/終點位置
- 步驟四:選擇啟發式函數並於設定檔中配置參數
- 步驟五:執行規劃器:python run_mapf.py --config config.yaml
- 步驟六:分析輸出路徑與效能日誌
- 步驟七:將函式庫整合到你的模擬或ROS節點中