Crate pros_math

source ·
Expand description

Common mathematical formulas and models implemented for pros-rs.

Modules§

  • 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 controllers.