VpsConveyingDetectorConfig

data class VpsConveyingDetectorConfig(val duration: Duration = 3.seconds, val elevatorBufferRadius: Double = 5.0, val linearConveyingBufferOffset: Double = 3.0, val excludeConveyorDuration: Duration = 60.seconds)

Configuration for the conveying-detector that identifies elevator, escalator, and ramp transitions.

Constructors

Link copied to clipboard
constructor(duration: Duration = 3.seconds, elevatorBufferRadius: Double = 5.0, linearConveyingBufferOffset: Double = 3.0, excludeConveyorDuration: Duration = 60.seconds)

Properties

Link copied to clipboard

Duration a conveying signal must persist before the state is confirmed.

Link copied to clipboard

Radius of the buffer zone around elevator shaft centerlines, in meters.

Link copied to clipboard

Duration for which a conveyor is excluded from detection after the user leaves it.

Link copied to clipboard

Lateral offset applied to linear conveying (escalator/ramp) buffer zones, in meters.