ManualParams

data class ManualParams(val deadzone: Float = 0.05f, val inputExp: Float = 2.0f)

Configuration object for manual control.

Constructors

Link copied to clipboard
constructor(deadzone: Float = 0.05f, inputExp: Float = 2.0f)

Properties

Link copied to clipboard

the minimum joystick input to register

Link copied to clipboard

the input exponential for fine control