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:
parent
8b672312f5
commit
bbc4f69932
@ -8,7 +8,7 @@ void RollOut::Initialize(){
|
||||
void RollOut::Execute(){
|
||||
//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
|
||||
DentRobot::collector->MoveRollers(-DentRobot::oi->GetLeftThrottle()*.5);
|
||||
DentRobot::collector->MoveRollers(-DentRobot::oi->GetLeftThrottle()*.8);
|
||||
}
|
||||
bool RollOut::IsFinished(){
|
||||
return IsTimedOut();
|
||||
|
Loading…
Reference in New Issue
Block a user