mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
rework strat
This commit is contained in:
16
utils.cpp
16
utils.cpp
@@ -87,19 +87,3 @@ void ArucoTag::find() {
|
||||
int ArucoTag::getNbFind() const {
|
||||
return nbFind;
|
||||
}
|
||||
|
||||
FlowerAruco::FlowerAruco() : tag(nullptr), _realPos({0, 0}) {
|
||||
|
||||
}
|
||||
|
||||
FlowerAruco::FlowerAruco(ArucoTag *tag) : tag(tag), _realPos({0, 0}) {
|
||||
|
||||
}
|
||||
|
||||
ArucoTag *FlowerAruco::getTag() const {
|
||||
return tag;
|
||||
}
|
||||
|
||||
std::array<float, 2> FlowerAruco::getPos() const {
|
||||
return _realPos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user