mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-18 21:40:33 +01:00
add the rotation matrix inside the message of the TCP
This commit is contained in:
@@ -27,6 +27,9 @@ void MyClient::handleMessage(const std::string& message)
|
||||
res += tag.name + ",";
|
||||
res += std::to_string(pos.first.at<double>(0, 0)) + ",";
|
||||
res += std::to_string(pos.first.at<double>(2, 0)) + ",";
|
||||
res += std::to_string(pos.second.at<double>(0, 0)) + ",";
|
||||
res += std::to_string(pos.second.at<double>(1, 0)) + ",";
|
||||
res += std::to_string(pos.second.at<double>(2, 0)) + ",";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user