Crate vexide_math

Source
Expand description

Common mathematical formulas and models implemented for vexide.

Modules§

feedforward
Simple feedforward controller for motors. Computes the voltage to maintain an idealized DC motor in a certain state. Uses this feedforward model: V = Kₛ sign(ω) + Kᵥ ω + Kₐ α
pid
PID controllers.