commit | 8a633d5aeddee99f9c2b5f4ff9c6eb3ab8743824 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun May 12 15:04:01 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 12 15:07:35 2019 -0700 |
tree | ead5805fed3ed343b5d9dfc9247fc868a8b4db2b | |
parent | df6cbb144de371a4f77f02112451c0244bddcca5 [diff] [blame] |
Kill camera_frames queue Use EventLoop instead. Change-Id: I39352fecbddd677a32de1a0e77ac11947bc76c6f
diff --git a/y2019/BUILD b/y2019/BUILD index c49e7c4..792844f 100644 --- a/y2019/BUILD +++ b/y2019/BUILD
@@ -56,6 +56,7 @@ "//aos:make_unique", "//aos:math", "//aos/controls:control_loop", + "//aos/events:shm-event-loop", "//aos/logging", "//aos/logging:queue_logging", "//aos/robot_state",