diff --git a/DentRobot.cpp b/DentRobot.cpp index 9908499..c16c72e 100644 --- a/DentRobot.cpp +++ b/DentRobot.cpp @@ -77,6 +77,7 @@ void DentRobot::TeleopPeriodic(){ // Raise the elevator if it dips below elevatorTop oi->raise->Start(); } + SmartDashboard::PutNumber("CollectorThrottle",oi->GetLeftThrottle()); } void DentRobot::TestPeriodic(){ }