ROSYOct 17, 2019

Map-Predictive Motion Planning in Unknown Environments

arXiv:1910.08184v136 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and safe navigation for dynamically-constrained robots in unknown environments, representing an incremental improvement over existing frontier-based methods.

The paper tackles motion planning in unknown environments by combining map prediction with trajectory planning, eliminating the need for heuristic frontier selection. The result is a substantial improvement in trajectory time over naive frontier pursuit and similar performance to sophisticated heuristics with significantly shorter computation time.

Algorithms for motion planning in unknown environments are generally limited in their ability to reason about the structure of the unobserved environment. As such, current methods generally navigate unknown environments by relying on heuristic methods to choose intermediate objectives along frontiers. We present a unified method that combines map prediction and motion planning for safe, time-efficient autonomous navigation of unknown environments by dynamically-constrained robots. We propose a data-driven method for predicting the map of the unobserved environment, using the robot's observations of its surroundings as context. These map predictions are then used to plan trajectories from the robot's position to the goal without requiring frontier selection. We demonstrate that our map-predictive motion planning strategy yields a substantial improvement in trajectory time over a naive frontier pursuit method and demonstrates similar performance to methods using more sophisticated frontier selection heuristics with significantly shorter computation time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes