paper-with-me

홈 › Papers

Comparison of Path Planning Algorithms for Autonomous Vehicle Navigation Using Satellite and Airborne LiDAR Data

2025-07-08 · Chang Liu, Zhexiong Xue, Tamas Sziranyi

Autonomous vehicle navigation in unstructured environments, such as forests and mountainous regions, presents significant challenges due to irregular terrain and complex road conditions. This work provides a comparative evaluation of mainstream and well-established path planning algorithms applied to weighted pixel-level road networks derived from high-resolution satellite imagery and airborne LiDAR data. For 2D road-map navigation, where the weights reflect road conditions and terrain difficulty, A*, Dijkstra, RRT*, and a Novel Improved Ant Colony Optimization Algorithm (NIACO) are tested on the DeepGlobe satellite dataset. For 3D road-map path planning, 3D A*, 3D Dijkstra, RRT-Connect, and NIACO are evaluated using the Hamilton airborne LiDAR dataset, which provides detailed elevation information. All algorithms are assessed under identical start and end point conditions, focusing on path cost, computation time, and memory consumption. Results demonstrate that Dijkstra consistently offers the most stable and efficient performance in both 2D and 3D scenarios, particularly when operating on dense, pixel-level geospatial road-maps. These findings highlight the reliability of Dijkstra-based planning for static terrain navigation and establish a foundation for future research on dynamic path planning under complex environmental constraints.

📄 PDF Abstract BibTeX arXiv:2507.05884

Code (1)

kuma990122/comparison-of-path-planning-algorithm-for-autonomous-vehicle-using-satellite-and-airborne-lidar-data 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Path Planning Algorithm Comparison Analysis for Wireless AUVs Energy Sharing System

2025-05-21 · Zhengji Feng, Hengxiang Chen, Liqun Chen, Heyan Li 외

Autonomous underwater vehicles (AUVs) are increasingly used in marine research, military applications, and undersea exploration. However, their operational range is significantly affected by battery performance. In this …

Autonomous Navigation

A Unified Experimental Architecture for Informative Path Planning: from Simulation to Deployment with GuadalPlanner

2026-02-11 · Alejandro Mendoza Barrionuevo, Dame Seck Diop, Alejandro Casado Pérez, Daniel Gutiérrez Reina 외 arxiv

The evaluation of informative path planning algorithms for autonomous vehicles is often hindered by fragmented execution pipelines and limited transferability between simulation and real-world deployment. This paper intr…

Autonomous Vehicles

Planning and Learning: Path-Planning for Autonomous Vehicles, a Review of the Literature

2022-07-26 · Kevin Osanlou, Christophe Guettier, Tristan Cazenave, Eric Jacopin

This short review aims to make the reader familiar with state-of-the-art works relating to planning, scheduling and learning. First, we study state-of-the-art planning algorithms. We give a brief introduction of neural n…

Autonomous Vehiclesreinforcement-learningReinforcement Learning (RL)Scheduling

A Self-Supervised Learning Approach to Rapid Path Planning for Car-Like Vehicles Maneuvering in Urban Environment

2020-03-02 · Piotr Kicki, Tomasz Gawron, Piotr Skrzypczyński

An efficient path planner for autonomous car-like vehicles should handle the strong kinematic constraints, particularly in confined spaces commonly encountered while maneuvering in city traffic, and should enable rapid p…

Self-Supervised Learning

AUTONAV: A Toolfor Autonomous Navigation of Robots

2025-04-10 · Mir Md Sajid Sarwar, Sudip Samanta, Rajarshi Ray

We present a tool AUTONAV that automates the mapping, localization, and path-planning tasks for autonomous navigation of robots. The modular architecture allows easy integration of various algorithms for these tasks for …

Autonomous Navigation