mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
speed
This commit is contained in:
@@ -1331,6 +1331,7 @@ void TCPServer::go3Plants(StratPattern sp) {
|
||||
this->go(500, 700);
|
||||
awaitRobotIdle();
|
||||
|
||||
this->setSpeed(180);
|
||||
this->rotate(0);
|
||||
awaitRobotIdle();
|
||||
}
|
||||
@@ -1338,12 +1339,15 @@ void TCPServer::go3Plants(StratPattern sp) {
|
||||
this->go(500, 1300);
|
||||
awaitRobotIdle();
|
||||
|
||||
this->setSpeed(180);
|
||||
this->rotate(0);
|
||||
awaitRobotIdle();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
this->setSpeed(200);
|
||||
|
||||
for (int i = 0; i < 3; i++) {
|
||||
this->openPince(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user