NavTopo: Leveraging Topological Maps For Autonomous Navigation Of a Mobile Robot
This work addresses resource efficiency and error accumulation in autonomous navigation for mobile robots, though it is incremental as it builds on existing topological mapping ideas.
The authors tackled autonomous navigation for mobile robots by proposing NavTopo, a pipeline using topological maps and two-level path planning, which significantly reduced memory consumption and outperformed a metric map-based approach in performance while maintaining navigational efficiency in a large simulated indoor environment.
Autonomous navigation of a mobile robot is a challenging task which requires ability of mapping, localization, path planning and path following. Conventional mapping methods build a dense metric map like an occupancy grid, which is affected by odometry error accumulation and consumes a lot of memory and computations in large environments. Another approach to mapping is the usage of topological properties, e.g. adjacency of locations in the environment. Topological maps are less prone to odometry error accumulation and high resources consumption, and also enable fast path planning because of the graph sparsity. Based on this idea, we proposed NavTopo - a full navigation pipeline based on topological map and two-level path planning. The pipeline localizes in the graph by matching neural network descriptors and 2D projections of the input point clouds, which significantly reduces memory consumption compared to metric and topological point cloud-based approaches. We test our approach in a large indoor photo-relaistic simulated environment and compare it to a metric map-based approach based on popular metric mapping method RTAB-MAP. The experimental results show that our topological approach significantly outperforms the metric one in terms of performance, keeping proper navigational efficiency.