mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
speed
This commit is contained in:
@@ -1558,6 +1558,8 @@ void TCPServer::go3Plants(const StratPattern sp) {
|
||||
|
||||
this->baisserBras();
|
||||
|
||||
this->setSpeed(170);
|
||||
|
||||
this->rotate(angle);
|
||||
if (awaitRobotIdle() < 0) return;
|
||||
|
||||
@@ -1566,7 +1568,7 @@ void TCPServer::go3Plants(const StratPattern sp) {
|
||||
this->transit(plantPosition[0]-(400*direction), plantPosition[1], 150);
|
||||
if (awaitRobotIdle() < 0) return;
|
||||
|
||||
this->setSpeed(165);
|
||||
this->setSpeed(170);
|
||||
|
||||
this->rotate(angle);
|
||||
if (awaitRobotIdle() < 0) return;
|
||||
|
||||
Reference in New Issue
Block a user