This commit is contained in:
ackimixs
2024-03-21 19:22:23 +01:00
parent 399abbc51e
commit 3fc6915907

View File

@@ -12,8 +12,6 @@ MyClient::MyClient(Type::RobotPose* robotPose, const char* ip, const int port) :
void MyClient::handleMessage(const std::string& message)
{
std::cout << "Message From My Client" << std::endl;
std::cout << message << std::endl;
if (startWith(message, "request aruco"))
{
std::string res;