mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 09:07:20 +01:00
rererepatch
This commit is contained in:
@@ -12,9 +12,9 @@ std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>> arucoTags;
|
||||
|
||||
public:
|
||||
|
||||
virtual ~MyClient();
|
||||
~MyClient() override;
|
||||
|
||||
MyClient(Type::RobotPose* robotPose, const char* ip = "127.0.0.1", int port = 8080);
|
||||
explicit MyClient(Type::RobotPose* robotPose, const char* ip = "127.0.0.1", int port = 8080);
|
||||
|
||||
void handleMessage(const std::string& message) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user