Goal Oriented Exploring
A NavigationStrategy allowing to explore the environment looking for something specific whose position is unknown. The client can specify a list of unknownDestinations: these can be recognized once they're in sight, but the pedestrian doesn't know their position until that moment (think e.g. of exits in an evacuation scenario). More specifically, unknown destinations can be detected if located in a room adjacent to the room the pedestrian is into. Once a destination is detected, the pedestrian will reach it and stop.
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
Functions
This is called whenever the pedestrian enters a new room.
This is called in place of inNewRoom when the pedestrian ends up in an unexpected room while moving. By default, unexpected rooms are treated just like expected ones.