pub type PidGain = Gain;
struct PidGain { pub kp: f32, pub ki: f32, pub kd: f32, }
kp: f32
ki: f32
kd: f32