mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-29 19:59:51 +02:00
upgrade
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user