Class CPerception

  • All Implemented Interfaces:
    Serializable

    public class CPerception
    extends Object
    implements Serializable
    Configuration for the perception backend used in the ApplicationSimulator to determine surrounding vehicles, traffic lights, and buildings.
    See Also:
    Serialized Form
    • Field Detail

      • wallIndex

        public CPerception.CWallIndex wallIndex
        Backend for the spatial index providing information about building walls.
      • perceptionArea

        public GeoRectangle perceptionArea
        Area defining the section of the map in which traffic objects (traffic lights, vehicles) should be held in the index. This is useful if only part of your network contains vehicles.
    • Constructor Detail

      • CPerception

        public CPerception()