Navigation function

1

Navigation function usually refers to a function of position, velocity, acceleration and time which is used to plan robot trajectories through the environment. Generally, the goal of a navigation function is to create feasible, safe paths that avoid obstacles while allowing a robot to move from its starting configuration to its goal configuration.

Potential functions as navigation functions

Potential functions assume that the environment or work space is known. Obstacles are assigned a high potential value, and the goal position is assigned a low potential. To reach the goal position, a robot only needs to follow the negative gradient of the surface. We can formalize this concept mathematically as following: Let X be the state space of all possible configurations of a robot. Let denote the goal region of the state space. Then a potential function \phi(x) is called a (feasible) navigation function if

Probabilistic navigation function

Probabilistic navigation function is an extension of the classical navigation function for static stochastic scenarios. The function is defined by permitted collision probability, which limits the risk during motion. The Minkowski sum used for in the classical definition is replaced with a convolution of the geometries and the Probability Density Functions of locations. Denoting the target position by x_d, the Probabilistic navigation function is defined as: where K is a predefined constant like in the classical navigation function, which ensures the Morse nature of the function. \gamma_d(x) is the distance to the target position, and takes into account all obstacles, defined as where \beta _i(x) is based on the probability for a collision at location x. The probability for a collision is limited by a predetermined value \Delta, meaning: and, where p^i(x) is the probability to collide with the i-th obstacle. A map \varphi is said to be a probabilistic navigation function if it satisfies the following conditions:

Navigation Function in Optimal Control

While for certain applications, it suffices to have a feasible navigation function, in many cases it is desirable to have an optimal navigation function with respect to a given cost functional J. Formalized as an optimal control problem, we can write whereby x is the state, u is the control to apply, L is a cost at a certain state x if we apply a control u, and f models the transition dynamics of the system. Applying Bellman's principle of optimality the optimal cost-to-go function is defined as Together with the above defined axioms we can define the optimal navigation function as Even if a navigation function is an example for reactive control, it can be utilized for optimal control problems as well which includes planning capabilities.

Stochastic Navigation Function

If we assume the transition dynamics of the system or the cost function as subjected to noise, we obtain a stochastic optimal control problem with a cost J(x_t,u_t) and dynamics f. In the field of reinforcement learning the cost is replaced by a reward function R(x_t,u_t) and the dynamics by the transition probabilities.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

View original