gamemanual0 / gm0

Game Manual 0 - The most extensive guide out there for FTC
https://gm0.org
Other
54 stars 92 forks source link

Fix FieldCentricMecanumTeleop imperfect strafing code #388

Closed pmichaud closed 1 year ago

pmichaud commented 1 year ago

The Field Centric Mecanum code applied a "imperfect strafing" factor of 1.1 to the left_stick_x value, when it should be applied to the robot-centric strafing value (which is different in a Field Centric model). This PR corrects that.