mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
pos
This commit is contained in:
@@ -1584,14 +1584,14 @@ void TCPServer::removePot(StratPattern sp) {
|
||||
this->setMaxSpeed();
|
||||
if (team == BLUE) {
|
||||
if (sp == REMOVE_POT_J2) {
|
||||
this->transit(230, 1100, 150);
|
||||
this->transit(250, 1100, 150);
|
||||
awaitRobotIdle();
|
||||
this->setMaxSpeed();
|
||||
this->go(190, 900);
|
||||
this->go(210, 900);
|
||||
awaitRobotIdle();
|
||||
this->go(180, 400);
|
||||
this->go(200, 400);
|
||||
awaitRobotIdle();
|
||||
this->go(230, 650);
|
||||
this->go(250, 650);
|
||||
awaitRobotIdle();
|
||||
}
|
||||
} else if (team == YELLOW) {
|
||||
|
||||
Reference in New Issue
Block a user