Skip to content

fix ramp-rate calculation

Simon Mazenoux requested to merge fix-ramp-rate-calculation into dev

The abs is needed here because I_MIN_OP, the minimum operational current of the fgc, is absolute. Therefore, if the current is negative, the current will be ignored

Merge request reports