pub fn input_shaping_ang_vel( target_ang_vel: f32, desired_ang_vel: f32, accel_max: f32, dt: f32, ) -> f32
Limit the acceleration and deceleration of a velocity request.