input_shaping_ang_vel

Function input_shaping_ang_vel 

Source
pub fn input_shaping_ang_vel(
    target_ang_vel: f32,
    desired_ang_vel: f32,
    accel_max: f32,
    dt: f32,
) -> f32
Expand description

Limit the acceleration and deceleration of a velocity request.