Skip to content

[Servo] Fixed extra 0 in some getPosition()

Federico Mandelli requested to merge ServoTypo into main

When returning the percentage is multiplied by an extra 0, so 1 could return 3600. While not worng (3600) is ten laps of 360° this could cause errors or in the best case it should be renormalized into the 0-360 range

Merge request reports

Loading