Config

data class Config(var pingu: Pingu = Pingu(0.05, 0.0, 0.001), var tolerance: Double = 1.0, var maxRotationSpeed: Double = 0.5)

Configuration for turn to angle control.

Constructors

Link copied to clipboard
constructor(pingu: Pingu = Pingu(0.05, 0.0, 0.001), tolerance: Double = 1.0, maxRotationSpeed: Double = 0.5)

Properties

Link copied to clipboard

Maximum rotation speed (0.0 to 1.0).

Link copied to clipboard

Pingu controller for angle correction.

Link copied to clipboard

Tolerance in degrees for considering the turn complete.