fixed a few bugs

This commit is contained in:
Pushkar9236
2022-01-25 19:37:37 -07:00
parent 93a72b6b87
commit f9142d40d8
3 changed files with 34 additions and 22 deletions
@@ -41,7 +41,7 @@ public Turret m_turretSubsystem;
public BoomBoom(){
//Testing purposes resetting gyros
//resetGryoAngleADj();
shooterTrims = new Trims(0,0);
}
/** Creates a new BoomBoom. */
public BoomBoom(WPI_TalonFX shooterFalconLeft, WPI_TalonFX shooterFalconRight) {