Main Content
distance
Class: nav.StatePropagator
Namespace: nav
Syntax
h = distance(q1,q2)
Description
estimates the cost of propagating from an initial set of states h
= distance(q1
,q2
)q1
to
final states q2
. Each row in q1
and
q2
represents a specific state in the system and the number of columns
matches the number of state variables. The function outputs an n-element
vector h
for each q1
-q2
pair.
Input Arguments
Output Arguments
Version History
Introduced in R2021b