Package-level declarations
Types
Steering behavior using DistanceWeighted steering strategy (= steering actions are summed with different weights depending on the distance to their target).
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.
NavigationPrioritizedSteering strategy for physical pedestrians, taking into account physical forces as well. Sum strategy is used to combine steering actions and physical forces.
A BlendedSteering reaction which also considers physical interactions.
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.