fixed gear ratios

This commit is contained in:
aarav18
2023-02-07 17:53:32 -07:00
parent f7005093bb
commit aa42893b3b
2 changed files with 6 additions and 5 deletions
@@ -176,6 +176,7 @@ public class SwerveDrive extends SubsystemBase {
SmartDashboard.putNumber("Odo X (ft)", Units.metersToFeet(this.getOdometry().getX()));
SmartDashboard.putNumber("Odo Y (ft)", Units.metersToFeet(this.getOdometry().getY()));
SmartDashboard.putNumber("Odo Theta", this.getOdometry().getRotation().getDegrees());
SmartDashboard.putNumber("Gyro Angle", getGyroAngle());
}
/**