mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
change TCP request format
This commit is contained in:
@@ -39,7 +39,7 @@ void MyClient::handleMessage(const std::string& message)
|
||||
this->sendMessage(res.c_str());
|
||||
} else if (messageSplited[2] == "ping")
|
||||
{
|
||||
this->sendMessage("pong aruco");
|
||||
this->sendMessage("aruco;strat;pong;1");
|
||||
} else if (messageSplited[2] == "set robot_pos")
|
||||
{
|
||||
// cut the string with space and take the first, second, third and fourth element
|
||||
|
||||
Reference in New Issue
Block a user