Explore
A NavigationStrategy allowing to explore the environment. In order to choose which direction to take, a weighting system is used: every time the pedestrian enters a new room all the visible doors are weighted, the one with minimum weight is then crossed. The weighting system used here is derived from the one by Andresen et al., see weight.
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.
Inheritors
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.