mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Changed lower timeout
This commit is contained in:
parent
1ebb5661b0
commit
2951ddd321
@ -4,7 +4,7 @@
|
||||
Lower::Lower() : Command("Lower"){
|
||||
}
|
||||
void Lower::Initialize(){
|
||||
SetTimeout(1.0);
|
||||
SetTimeout(2.0);
|
||||
}
|
||||
void Lower::Execute(){
|
||||
DentRobot::elevator->Run(-1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user