Abstract Navigation Action
An abstract NavigationAction, taking care of properly moving the pedestrian in the environment while delegating the decision on where to move it to a NavigationStrategy.
Parameters
the concentration type.
the transformations supported by the shapes in this space.
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.
the type of nodes of the navigation graph provided by the environment.
the type of edges of the navigation graph provided by the environment.
Constructors
Functions
Moves the pedestrian across the provided door, which must be among doorsInSight.
Moves the pedestrian to the given final destination, which must be inside currentRoom.
The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.
Properties
The room (= environment's area) the pedestrian is into, this is cached and updated every time update is called so as to avoid potentially costly re-computations.
The environment the pedestrian is into.
The position of the pedestrian in the environment, this is cached and updated every time update is called so as to avoid potentially costly re-computations.