change TCP request format

This commit is contained in:
ackimixs
2024-03-27 20:11:52 +01:00
parent 4f79d18938
commit b74a8f3eef

View File

@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
client.start();
client.sendMessage("request robotPose\n");
client.sendMessage("aruco;strat;get robot_pose;0");
while (true) {
auto r = detector.detectArucoTags({whiteFlower, purpleFlower, solarPanel});