# A Path Planning Framework for a Flying Robot in Close Proximity of   Humans

**Authors:** Hyung-Jin Yoon, Christopher Widdowson, Thiago Marinho, Ranxiao Frances, Wang, Naira Hovakimyan

arXiv: 1903.05156 · 2019-03-14

## TL;DR

This paper introduces a path planning framework for flying robots that considers human safety perception by estimating model parameters through a Hidden Markov Model and generating safe trajectories using Bernstein polynomials.

## Contribution

It proposes a novel HMM-based approach for learning human safety perception and integrates it into an optimal control framework for safe robot navigation near humans.

## Key findings

- HMM approach improves model likelihood over standard regression.
- Generated paths maintain safe distance from humans.
- HMM-based planning shows robustness to unknown factors.

## Abstract

We present a path planning framework that takes into account the human's safety perception in the presence of a flying robot. The framework addresses two objectives: (i) estimation of the uncertain parameters of the proposed safety perception model based on test data collected using Virtual Reality (VR) testbed, and (ii) offline optimal control computation using the estimated safety perception model. Due to the unknown factors in the human tests data, it is not suitable to use standard regression techniques that minimize the mean squared error (MSE). We propose to use a Hidden Markov model (HMM) approach where human's attention is considered as a hidden state to infer whether the data samples are relevant to learn the safety perception model. The HMM approach improved log-likelihood over the standard least squares solution. For path planning, we use Bernstein polynomials for discretization, as the resulting path remains within the convex hull of the control points, providing guarantees for deconfliction with obstacles at low computational cost. An example of optimal trajectory generation using the learned human model is presented. The optimal trajectory generated using the proposed model results in reasonable safety distance from the human. In contrast, the paths generated using the standard regression model have undesirable shapes due to overfitting. The example demonstrates that the HMM approach has robustness to the unknown factors compared to the standard MSE model.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.05156/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1903.05156/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1903.05156/full.md

---
Source: https://tomesphere.com/paper/1903.05156