![]() | ||
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.
Contents
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
Then a potential function
-
ϕ ( x ) = 0 ∀ x ∈ X g -
ϕ ( x ) = ∞ if and only if no point inX g x . - For every reachable state,
x ∈ X ∖ X g x ′ ϕ ( x ′ ) < ϕ ( x ) .
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
whereby
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
-
ϕ ( x ) = 0 ∀ x ∈ X g -
ϕ ( x ) = ∞ if and only if no point inX G x . - For every reachable state,
x ∈ X ∖ X G x ′ ϕ ( x ′ ) < ϕ ( x ) . -
ϕ ( x t ) = min u t ∈ U ( x t ) { L ( x t , u t ) + ϕ ( f ( x t , u t ) ) }
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