pub type BaseAcceleration = BaseVelocity;
struct BaseAcceleration { pub x: f64, pub y: f64, pub theta: f64, }
x: f64
y: f64
theta: f64