mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
do not need TODOs
This commit is contained in:
@@ -1380,9 +1380,9 @@ void TCPServer::removePot(StratPattern sp) {
|
||||
if (sp == REMOVE_POT_J2) {
|
||||
this->go(2770, 1000);
|
||||
awaitRobotIdle();
|
||||
this->go(2800, 500);
|
||||
this->go(2800, 400);
|
||||
awaitRobotIdle();
|
||||
this->go(2780, 650);
|
||||
this->go(2770, 650);
|
||||
awaitRobotIdle();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,7 +108,6 @@ private:
|
||||
|
||||
Team team;
|
||||
|
||||
// TODO drop white flower in other jardienière (if time)
|
||||
std::vector<StratPattern> stratPatterns = {
|
||||
TURN_SOLAR_PANNEL_1,
|
||||
TURN_SOLAR_PANNEL_2,
|
||||
|
||||
Reference in New Issue
Block a user