Skip to content
  1. Nov 14, 2017
  2. Nov 10, 2017
  3. Nov 07, 2017
  4. Oct 31, 2017
  5. Oct 30, 2017
  6. Oct 26, 2017
  7. Oct 19, 2017
  8. Sep 25, 2017
  9. Jun 13, 2017
    • Tom Jorquera's avatar
      fix external lib loading issue · eb07739c
      Tom Jorquera authored
      The external libs would not get loaded before running the behavior functions
      that required them.
      
      Move loading function call and add timeout to force them to get loaded before
      robot start.
      eb07739c
  10. May 23, 2017
  11. May 19, 2017
    • Tom Jorquera's avatar
      client: Add first version of robot behavior · d6ae25ef
      Tom Jorquera authored
      Implement first version of robot behavior. Currently, the robot listen for new
      participants and, when a participant connect, start speech recognition.
      
      The results of speech recognition are displayed in the console.
      
      The robot requires the `start()` method to be called to begin. This method is
      automatically called by the runner after loading all the modules.
      d6ae25ef
  12. May 16, 2017
    • Tom Jorquera's avatar
      lib/controller: ignore test files · 1b7a292f
      Tom Jorquera authored
      `lib/controller` now ignore test files. Not ignoring test files would means that
      the runner would try to load them into the client resulting in errors.
      
      Update tests to check this behavior.
      
      Fixes #12.
      1b7a292f
    • Tom Jorquera's avatar
      client config is now set globally via config file · e5eb6978
      Tom Jorquera authored
      Client config is now defined in `config.json` and injected by the runner into
      the client side.
      This allows to pass a single unified config object to each client-side script.
      
      Refactor previous system into this.
      
      Fixes #10
      e5eb6978
  13. May 09, 2017
  14. May 05, 2017
  15. May 03, 2017
Loading