Power port

This commit is contained in:
Aarav Shah
2021-04-07 16:33:35 -06:00
parent 95eef717ea
commit 1ccc4a807c
4 changed files with 26 additions and 10 deletions
@@ -94,7 +94,7 @@ public class DriveWithJoystick extends CommandBase {
}
*/
m_drive.driveWithInput(moveOutput, steerOutput);
m_drive.driveWithInput(moveOutput, steerOutput * .8);
}
// Called once the command ends or is interrupted.