mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-26 17:30:37 +01:00
send only the x and z coordinate to the server
This commit is contained in:
@@ -31,7 +31,6 @@ void MyClient::handleMessage(const std::string& message)
|
||||
res += std::to_string(tag.id) + ",";
|
||||
res += tag.name + ",";
|
||||
res += std::to_string(pos.first.at<double>(0, 0)) + ",";
|
||||
res += std::to_string(pos.first.at<double>(1, 0)) + ",";
|
||||
res += std::to_string(pos.first.at<double>(2, 0)) + ",";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user