From 9a0246db0cb04e54e319adf7209ed03ef16b2da7 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Sat, 4 May 2024 09:43:18 +0200 Subject: [PATCH] solar panel position --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index f41e7cc..bafd017 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1173,7 +1173,7 @@ void TCPServer::goAndTurnSolarPanel(const StratPattern sp) { this->uncheckPanneau(7); break; case TURN_SOLAR_PANNEL_3: - this->go(675, 1800); + this->go(650, 1800); awaitRobotIdle(); this->rotate(0);