ROJul 29, 2020

Predictive Probability Path Planning Model For Dynamic Environments

arXiv:2007.14603v1
Originality Incremental advance
AI Analysis

This addresses safety and efficiency challenges for high-risk applications like unmanned vehicles, though it appears incremental as it builds on existing probabilistic methods.

The paper tackles path planning in dynamic environments with moving obstacles by modeling obstacle movements with Poisson distributions to predict collision probabilities and adjusting robot speed to avoid collisions, resulting in significant improvements in safety, accuracy, execution time, and computational cost.

Path planning in dynamic environments is essential to high-risk applications such as unmanned aerial vehicles, self-driving cars, and autonomous underwater vehicles. In this paper, we generate collision-free trajectories for a robot within any given environment with temporal and spatial uncertainties caused due to randomly moving obstacles. We use two Poisson distributions to model the movements of obstacles across the generated trajectory of a robot in both space and time to determine the probability of collision with an obstacle. Measures are taken to avoid an obstacle by intelligently manipulating the speed of the robot at space-time intervals where a larger number of obstacles intersect the trajectory of the robot. Our method potentially reduces the use of computationally expensive collision detection libraries. Based on our experiments, there has been a significant improvement over existing methods in terms of safety, accuracy, execution time and computational cost. Our results show a high level of accuracy between the predicted and actual number of collisions with moving 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