Package it. unibo. alchemist. model. implementations. reactions
Types
Steering behavior using DistanceWeighted steering strategy (= steering actions are summed with different weights depending on the distance to their target).
BlendedSteering strategy for physical pedestrians, taking into account physical forces as well. Sum strategy is used to combine steering actions and physical forces.
Reaction representing the cognitive behavior of a pedestrian.
A SteeringBehavior using SinglePrevalent steering strategy and accepting a collection of actions containing a single NavigationAction2D, which is used as the prevalent one.
NavigationPrioritisedSteering strategy for physical pedestrians, taking into account physical forces as well. Sum strategy is used to combine steering actions and physical forces.
Steering behavior using Nearest steering strategy (= the only action executed is the one with the nearest target).
Reaction representing the steering behavior of a pedestrian.