pot position

This commit is contained in:
ackimixs
2024-05-07 16:43:18 +02:00
parent 5fae8a0f8d
commit b5be1b9b80

View File

@@ -1589,9 +1589,11 @@ void TCPServer::removePot(StratPattern sp) {
this->setMaxSpeed();
if (team == BLUE) {
if (sp == REMOVE_POT_J2) {
this->go(210, 1100);
this->go(220, 1100);
awaitRobotIdle();
this->setSpeed(150);
this->go(190, 900);
awaitRobotIdle();
this->go(190, 400);
awaitRobotIdle();
this->setMaxSpeed();