lidar pos

This commit is contained in:
ackimixs
2024-05-07 11:38:05 +02:00
parent 25b26ab655
commit 2bb0da828f
2 changed files with 6 additions and 2 deletions

View File

@@ -1610,6 +1610,10 @@ void TCPServer::getLidarPos() {
this->broadcastMessage("strat;arduino;clear;1\n");
usleep(1'000'000);
this->setPosition(this->robotPose, this->lidarSocket);
this->askLidarPosition();
awaitForLidar = true;