From e39633267d201b1612fe3148ea4848a1685c43c4 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 7 May 2024 16:52:10 +0200 Subject: [PATCH] strat --- TCPServer.cpp | 2 +- TCPServer.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index b89b94a..c3e4004 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1589,7 +1589,7 @@ void TCPServer::removePot(StratPattern sp) { this->setMaxSpeed(); if (team == BLUE) { if (sp == REMOVE_POT_J2) { - this->go(220, 1100); + this->go(230, 1100); awaitRobotIdle(); this->setSpeed(150); this->go(190, 900); diff --git a/TCPServer.h b/TCPServer.h index aad2b57..9b24b16 100644 --- a/TCPServer.h +++ b/TCPServer.h @@ -124,8 +124,8 @@ private: TAKE_FLOWER_BOTTOM, TAKE_FLOWER_BOTTOM,*/ - TAKE_3_PLANT_BOTTOM_1, - DROP_FLOWER_BASE_2, + /*TAKE_3_PLANT_BOTTOM_1, + DROP_FLOWER_BASE_2,*/ TAKE_3_PLANT_BOTTOM_2, GET_LIDAR_POS,