ReachDestination
A NavigationStrategy allowing to reach a (static) destination. The client can specify a list of knownDestinations (see Pursue) and unknownDestinations (see GoalOrientedExploration). The pedestrian will try to reach the closest known destination for which a valid path leading there is known, but in case another destination is found along the way (either known or unknown), the latter will be approached instead of the chosen known destination. To put it in another way, this behavior mixes ReachKnownDestination and GoalOrientedExploration.
Parameters
the concentration type.
the type of landmarks of the pedestrian's cognitive map.
the type of edges of the pedestrian's cognitive map, representing the Relations between landmarks.
Constructors
Properties
The NavigationAction used to navigate the environment.
The node's orienting capability.
Functions
This is called whenever the node enters a new room.
This is called in place of inNewRoom when the node ends up in an unexpected room while moving. By default, unexpected rooms are treated just like expected ones.