From 27cf512f69fbb01acab7fadfc8a59272461046d5 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 3 May 2024 12:28:58 +0200 Subject: [PATCH] checkpoint --- TCPServer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index b4aaeba..1a06320 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -470,6 +470,9 @@ void TCPServer::startGame() { case CHECKPOINT_TOP_TO_BOTTOM: checkpoint(CHECKPOINT_TOP_TO_BOTTOM); break; + case CHECKPOINT_TRANSITION_SOLAR_PANEL_FLOWER: + checkpoint(CHECKPOINT_TRANSITION_SOLAR_PANEL_FLOWER); + break; } whereAmI++; } @@ -884,8 +887,6 @@ void TCPServer::findAndGoFlower(const StratPattern sp) { awaitRobotIdle(); } else if (sp == TAKE_FLOWER_BOTTOM) { - this->go(500, 1800); - awaitRobotIdle(); this->go(300, 1300); awaitRobotIdle();