mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Added throttle dashboard value for easier deployment of totes
This commit is contained in:
parent
e8f262cd8c
commit
cdef9a2547
@ -77,6 +77,7 @@ void DentRobot::TeleopPeriodic(){
|
|||||||
// Raise the elevator if it dips below elevatorTop
|
// Raise the elevator if it dips below elevatorTop
|
||||||
oi->raise->Start();
|
oi->raise->Start();
|
||||||
}
|
}
|
||||||
|
SmartDashboard::PutNumber("CollectorThrottle",oi->GetLeftThrottle());
|
||||||
}
|
}
|
||||||
void DentRobot::TestPeriodic(){
|
void DentRobot::TestPeriodic(){
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user