Switch all robots over to use EventLoop

Stop using the old QueueGroup constructor for ControlLoop

Change-Id: I027febf86e75399a97cdb4dc50dbc475705e0393
diff --git a/y2014_bot3/control_loops/rollers/rollers.h b/y2014_bot3/control_loops/rollers/rollers.h
index edbea7a..9890871 100644
--- a/y2014_bot3/control_loops/rollers/rollers.h
+++ b/y2014_bot3/control_loops/rollers/rollers.h
@@ -12,8 +12,9 @@
  public:
   // Constructs a control loops which can take a rollers or defaults to the
   // rollers at ::2014_bot3::control_loops::rollers.
-  explicit Rollers(control_loops::RollersQueue *rollers_queue =
-                       &control_loops::rollers_queue);
+  explicit Rollers(
+      ::aos::EventLoop *event_loop,
+      const ::std::string &name = ".y2014_bot3.control_loops.rollers_queue");
 
  protected:
   // Executes one cycle of the control loop.