mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-29 03:49:35 +02:00
aruco tag pos | sleep
This commit is contained in:
@@ -322,6 +322,7 @@ void TCPServer::startGame() {
|
||||
std::cout << "I'm on aruco" << std::endl;
|
||||
std::cout << "Position " << this->robotPose.pos.x << " " << this->robotPose.pos.y << " " << this->robotPose.theta << std::endl;
|
||||
|
||||
this->broadcastMessage("strat;arduino;rotate;-78\n");
|
||||
usleep(1'000'000);
|
||||
this->broadcastMessage("strat;arduino;go;500,500\n");
|
||||
usleep(6'000'000);
|
||||
|
||||
Reference in New Issue
Block a user