2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

increased roller outake speed

This commit is contained in:
Adam Long 2015-02-27 09:30:32 +00:00
parent 8b672312f5
commit bbc4f69932

View File

@ -8,7 +8,7 @@ void RollOut::Initialize(){
void RollOut::Execute(){ void RollOut::Execute(){
//TODO check this value to move the motors in the right direction //TODO check this value to move the motors in the right direction
// Devide by 2 twice because this speed should be half the collector speed // Devide by 2 twice because this speed should be half the collector speed
DentRobot::collector->MoveRollers(-DentRobot::oi->GetLeftThrottle()*.5); DentRobot::collector->MoveRollers(-DentRobot::oi->GetLeftThrottle()*.8);
} }
bool RollOut::IsFinished(){ bool RollOut::IsFinished(){
return IsTimedOut(); return IsTimedOut();