enableContinuousInput

fun enableContinuousInput(minimumInput: Double, maximumInput: Double)(source)

Enables continuous input.

Rather then using the max and min input range as constraints, it considers them to be the same point and automatically calculates the shortest route to the setpoint.

Parameters

minimumInput

The minimum value expected from the input.

maximumInput

The maximum value expected from the input.