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.
Properties
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.