mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
The new getRotation2d() method in the Gyro interface was passing an angle in degrees to a constructor that accepts radians. Use fromDegrees() factory function instead.