ROJun 16, 2017

Probabilistic Motion Planning under Temporal Tasks and Soft Constraints

arXiv:1706.05209v282 citations
Originality Incremental advance
AI Analysis

This work addresses motion planning under uncertainty for robotics, offering incremental improvements in cost optimization and handling cases where task satisfaction probability is zero.

The paper tackles motion planning for a mobile robot under uncertainty, aiming to satisfy high-level tasks with high probability while optimizing costs in both prefix and suffix of trajectories, and shows that the method outperforms Round-Robin policies in simulations and experiments.

This paper studies motion planning of a mobile robot under uncertainty. The control objective is to synthesize a {finite-memory} control policy, such that a high-level task specified as a Linear Temporal Logic (LTL) formula is satisfied with a desired high probability. Uncertainty is considered in the workspace properties, robot actions, and task outcomes, giving rise to a Markov Decision Process (MDP) that models the proposed system. Different from most existing methods, we consider cost optimization both in the prefix and suffix of the system trajectory. We also analyze the potential trade-off between reducing the mean total cost and maximizing the probability that the task is satisfied. The proposed solution is based on formulating two coupled Linear Programs, for the prefix and suffix, respectively, and combining them into a multi-objective optimization problem, which provides provable guarantees on the probabilistic satisfiability and the total cost optimality. We show that our method outperforms relevant approaches that employ Round-Robin policies in the trajectory suffix. Furthermore, we propose a new control synthesis algorithm to minimize the frequency of reaching a bad state when the probability of satisfying the tasks is zero, in which case most existing methods return no solution. We validate the above schemes via both numerical simulations and experimental studies.

Code Implementations1 repo
Foundations

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

Your Notes