Package robot.vision
Class TagManager
java.lang.Object
robot.vision.TagManager
Manages Google tags
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleFor usage withgetTagsSince(double)static List<TagManager.Tag>getTags()static List<TagManager.Tag>getTagsSince(double time) Returns the result ofgetTags()if the result has changed sincetime, otherwise an empty list.
-
Method Details
-
getTags
-
getLastTime
public static double getLastTime()For usage withgetTagsSince(double) -
getTagsSince
Returns the result ofgetTags()if the result has changed sincetime, otherwise an empty list. The time is in epoch seconds, the same units asgetLastTime()
-