commit | b6f334d74c3fb493f3163bb311dcc9713173c2ab | [log] [tgz] |
---|---|---|
author | Alex Perry <alex.perry96@gmail.com> | Sat Mar 23 13:10:45 2019 -0700 |
committer | Alex Perry <alex.perry96@gmail.com> | Sat Mar 23 13:10:45 2019 -0700 |
tree | b02b4b122f1270273161f325c585f7c9797e3ced | |
parent | f9202e8a1a08a8847997efa20bd6d5174a1d81b8 [diff] [blame] |
normalize angles on the jevois Change-Id: I051ebc9929512385654d422f3925a973ecae82d1
diff --git a/y2019/vision/BUILD b/y2019/vision/BUILD index e19c8cd..186850c 100644 --- a/y2019/vision/BUILD +++ b/y2019/vision/BUILD
@@ -67,6 +67,7 @@ restricted_to = VISION_TARGETS, deps = [ ":constants", + "//aos/util:math", "//aos/vision/blob:contour", "//aos/vision/blob:hierarchical_contour_merge", "//aos/vision/blob:region_alloc",