mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-28 18:29:39 +01:00
Display distance to flower
This commit is contained in:
@@ -90,7 +90,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
if (tags.type == FLOWER)
|
||||
{
|
||||
ArucoDetector::flowerDetector(tags, matrix.first, matrix.first);
|
||||
ArucoDetector::flowerDetector(tags, matrix.first, matrix.first, robotPose);
|
||||
} else if (tags.type == SOLAR_PANEL)
|
||||
{
|
||||
ArucoDetector::solarPanelDetector(tags, matrix.first, matrix.first, robotPose);
|
||||
|
||||
Reference in New Issue
Block a user