You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gyro angle values aren't inverted when changing the gyro reversed to true
public static final boolean kGyroReversed = true;
It does invert the turn rate but not the angle/heading. So it doesn't let you change the gyro there for NavX/Pigeon and you have to negate the values manually.
The text was updated successfully, but these errors were encountered:
The gyro angle values aren't inverted when changing the gyro reversed to true
public static final boolean kGyroReversed = true;
It does invert the turn rate but not the angle/heading. So it doesn't let you change the gyro there for NavX/Pigeon and you have to negate the values manually.
The text was updated successfully, but these errors were encountered: