Class CategoricalLanePerception

All Implemented Interfaces:
Serializable, Perception<LaneBasedGtu>, LanePerception

public class CategoricalLanePerception extends AbstractLanePerception
Standard perception completely based on connected perception categories.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Details

    • CategoricalLanePerception

      public CategoricalLanePerception(LaneBasedGtu gtu)
      Parameters:
      gtu - LaneBasedGtu; GTU
    • CategoricalLanePerception

      public CategoricalLanePerception(LaneBasedGtu gtu, Mental mental)
      Parameters:
      gtu - LaneBasedGtu; GTU
      mental - Mental; Mental
  • Method Details