ROMar 18, 2019

Path Planning in Dynamic Environments Using Time-Warped Grids and a Parallel Implementation

arXiv:1903.07441v14 citations
Originality Incremental advance
AI Analysis

This addresses path planning for mobile robots in dynamic environments, but it appears incremental as it combines existing techniques like Kalman filters and potential fields.

The paper tackles smooth path planning for mobile robots in dynamic and unknown environments by introducing Time-Warped Grids to predict obstacle poses and avoid collisions, resulting in robust performance with optimal paths in terms of smoothness, distance, and collision-free navigation in simulations.

This paper proposes a solution to the problem of smooth path planning for mobile robots in dynamic and unknown environments. A novel concept of Time-Warped Grid is introduced to predict the pose of obstacles in the environment and avoid collisions. The algorithm is implemented using C/C++ and the CUDA programming environment, and combines stochastic estimation (Kalman filter), harmonic potential fields and a rubber band model, and it translates naturally into the parallel paradigm of GPU programming. In simple terms, time-warped grids are progressively wider orbits around the mobile robot. Those orbits represent the variable time intervals estimated by the robot to reach detected obstacles. The proposed method was tested using several simulation scenarios for the Pioneer P3-DX robot, which demonstrated the robustness of the algorithm by finding the optimum path in terms of smoothness, distance, and collision-free, in both static or dynamic environments, and with large number of obstacles.

Foundations

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

Your Notes