y2019 robot code starts!

We are now deploying the config, and all the missing locations are now
available.  Some channels got renamed to be more user friendly.

Change-Id: Idc771998b24a769994ec80f3aee292b0d1ac6240
diff --git a/y2019/camera_log.fbs b/y2019/camera_log.fbs
new file mode 100644
index 0000000..0ef7c04
--- /dev/null
+++ b/y2019/camera_log.fbs
@@ -0,0 +1,7 @@
+namespace y2019;
+
+table CameraLog {
+  log:bool;
+}
+
+root_type CameraLog;