Pursue
A NavigationStrategy that pursues a known static destination without a predefined route (also known as path searching).
Knowing a destination provides the straight-line direction and a distance estimate. To reach the destination the weighting system from Explore is extended with a suitability factor that estimates how appropriate each visible door is to reach the destination (see suitabilityFactor and computeDoorsRankings).
Parameters
the navigation action that provides perception (visible doors, current room) and movement helpers used by this strategy.
Type Parameters
the concentration type.
the landmark shape type used by the pedestrian's cognitive map.
the relation/edge type used by the pedestrian's cognitive map.
Inheritors
Constructors
Properties
the navigation action driving this strategy.
The node's orienting capability.
Functions
Called whenever the node enters a new room.
Called when the node ends up in an unexpected room while moving. By default, unexpected rooms are treated the same as expected ones.