mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-18 21:50:33 +01:00
remove fake
This commit is contained in:
@@ -785,7 +785,7 @@ std::optional<ArucoTag> TCPServer::getMostCenteredArucoTag(float borneMinX, floa
|
||||
bool found = false;
|
||||
ArucoTag mostCenteredTag = ArucoTag();
|
||||
for (const auto & tag : arucoTags) {
|
||||
// if (tag.getNbFind() < 2) continue;
|
||||
if (tag.getNbFind() < 2) continue;
|
||||
|
||||
auto [tagX, tagY] = tag.pos();
|
||||
|
||||
|
||||
@@ -124,11 +124,11 @@ private:
|
||||
DROP_PURPLE_FLOWER,
|
||||
DROP_WHITE_FLOWER_J2,
|
||||
// GET_LIDAR_POS,
|
||||
TAKE_FLOWER_TOP,
|
||||
/*TAKE_FLOWER_TOP,
|
||||
TAKE_FLOWER_TOP,
|
||||
TAKE_FLOWER_TOP,
|
||||
DROP_WHITE_FLOWER_J2,
|
||||
DROP_PURPLE_FLOWER,
|
||||
DROP_PURPLE_FLOWER,*/
|
||||
GO_END
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user