Skip to content
Surf Wiki
Save to docs
general/robot-control

From Surf Wiki (app.surf) — the open knowledge base

Navigation function

Navigation function

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

A potential function. Imagine dropping a marble on the surface. It will avoid the three obstacles and eventually reach the goal position in the center.

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 X_g \subset X denote the goal region of the state space.

Then a potential function \phi(x) is called a (feasible) navigation function if

  1. \phi(x)=0\ \forall x \in X_g
  2. \phi(x) = \infty if and only if no point in {X_{g}} is reachable from x.
  3. For every reachable state, x \in X \setminus {X_{g}}, the local operator produces a state x' for which \phi(x') .

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: {\varphi}(x) = \frac{\gamma_d (x)}} 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 \beta \left( x \right) takes into account all obstacles, defined as \beta \left( x \right) = \prod\limits_{i = 0}^} {{\beta _i}\left( x \right)} 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: \beta _i (x) = \Delta- p^i\left( x \right) and, \beta _0 (x)= - \Delta + p^0\left( x \right)

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:

  1. It is a navigation function.
  2. The probability for a collision is bounded by a predefined probability \Delta.

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 P(x_{t+1}|x_t,u_t).

References

;Sources

  • {{citation
  • {{citation

References

  1. Lavalle, Steven, [http://planning.cs.uiuc.edu/node369.html Planning Algorithms Chapter 8] {{Webarchive. link. (2021-04-15)
  2. (2019). "Probability Navigation Function for Stochastic Static Environments". International Journal of Control, Automation and Systems.
  3. (25 September 2015). "Safe Robot Navigation Among Moving and Steady Obstacles". Elsevier Science.
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Navigation function — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report