Skip to content
/ OriField Public

This is the code repository for the submitted JFR paper "Learning Orientation Field for OSM-Guided Autonomous Navigation"

Notifications You must be signed in to change notification settings

IMRL/OriField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Learning Orientation Field for OSM-Guided Autonomous Navigation

Abstract

OpenStreetMap (OSM) has gained popularity recently in autonomous navigation due to its public accessibility, lower maintenance costs, and broader geographical coverage. However, existing methods often struggle with noisy OSM data and incomplete sensor observations, leading to inaccuracies in trajectory planning. These challenges are particularly evident in complex driving scenarios, such as at intersections or facing occlusions. To address these challenges, we propose a robust and explainable two-stage framework to learn an Orientation Field (OrField) for robot navigation by integrating LiDAR scans and OSM routes. In the first stage, we introduce the novel representation, OrField, which can provide orientations for each grid on the map, reasoning jointly from noisy LiDAR scans and OSM routes. To generate a robust OrField, we train a deep neural network by encoding a versatile initial OrField and output an optimized OrField. Based on OrField, we propose two trajectory planners for OSM-guided robot navigation, called Field-RRT* and Field-Bezier, respectively, in the second stage by improving the Rapidly Exploring Random Tree (RRT) algorithm and Bezier curve to estimate the trajectories. Thanks to the robustness of OrField which captures both global and local information, Field-RRT* and Field-Bezier can generate accurate and reliable trajectories even in challenging conditions. We validate our approach through experiments on the SemanticKITTI dataset and our own campus dataset. The results demonstrate the effectiveness of our method, achieving superior performance in complex and noisy conditions. The code for network training and real-world deployment will be released.

PDF PDF Video Dataset Supplementary Material

Learning Orientation Field for OSM-Guided Autonomous Navigation

News

  • 2025-03-18: The paper was submitted to the Journal of Field Robotics.
  • 2025-08-14: The paper was accepted to the Journal of Field Robotics.

About

This is the code repository for the submitted JFR paper "Learning Orientation Field for OSM-Guided Autonomous Navigation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published