mitjap/pwmvs

incorrect angle conversion

Closed this issue · 1 comments

const FloatT perturbation_angle = perturbation * deg2rad(max_angle / 4);

No conversion should be performed here. max_angle is already in radians.

fixed with 59f3af2