2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00

Changed default autodistance from 65 to 67 for keegan

This commit is contained in:
Adam Long 2014-03-14 08:05:54 -04:00
parent b530b243a1
commit d258a8b6f8

View File

@ -87,7 +87,7 @@ public:
SmartDashboard::PutNumber("Ball Left", voltToDistance(BallSonicLeft.GetAverageVoltage()));
SmartDashboard::PutNumber("Ball Right", voltToDistance(BallSonicRight.GetAverageVoltage()));
//Autonomous values
SmartDashboard::PutNumber("Auto Distance",65.0f);
SmartDashboard::PutNumber("Auto Distance",67.0f);
SmartDashboard::PutNumber("Collector Speed",1.0f);
SmartDashboard::PutNumber("AutoPower",0.455f);
SmartDashboard::PutNumber("AutoCorrection",0.06f);