From 26881dc386bffd1406d505d16bf6a942094ebd08 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Fri, 14 Mar 2014 08:14:45 -0400 Subject: [PATCH] Changed the autodistance BACK to 65, the change was not correct --- MyRobot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyRobot.cpp b/MyRobot.cpp index d703b28..a328e69 100644 --- a/MyRobot.cpp +++ b/MyRobot.cpp @@ -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",67.0f); + SmartDashboard::PutNumber("Auto Distance",65.0f); SmartDashboard::PutNumber("Collector Speed",1.0f); SmartDashboard::PutNumber("AutoPower",0.455f); SmartDashboard::PutNumber("AutoCorrection",0.06f);