ROSep 3, 2019

Exploration Without Global Consistency Using Local Volume Consolidation

arXiv:1909.01423v14 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust mapping for robotics in real-world scenarios with incremental improvements to handle drift.

The paper tackles the problem of exploration in unknown environments with drift-prone state estimators by proposing a 2D map representation using local metric volumes connected by a pose-graph that does not require global consistency, and demonstrates that it allows full coverage even with large drift, though at the cost of longer exploration time compared to grid-based methods.

In exploration, the goal is to build a map of an unknown environment. Most state-of-the-art approaches use map representations that require drift-free state estimates to function properly. Real-world state estimators, however, exhibit drift. In this paper, we present a 2D map representation for exploration that is robust to drift. Rather than a global map, it uses local metric volumes connected by relative pose estimates. This pose-graph does not need to be globally consistent. Overlaps between the volumes are resolved locally, rather than on the faulty estimate of space. We demonstrate our representation with a frontier-based exploration approach, evaluate it under different conditions and compare it with a commonly-used grid-based representation. We show that, at the cost of longer exploration time, using the proposed representation allows full coverage of space even for very large drift in the state estimate, contrary to the grid-based representation. The system is validated in a real world experiment and we discuss its extension to 3D.

Foundations

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

Your Notes