Commit Graph

762 Commits

Author SHA1 Message Date
deadprogram 74efee0809 Use make for building pure-js 2014-02-27 07:05:45 -08:00
deadprogram 1a63cefd60 Make tests all green, now the real work begins 2014-02-27 06:55:08 -08:00
deadprogram b27756abfc WIP on pure JS revamp 2014-02-27 06:44:53 -08:00
deadprogram b614d85650 Remove grunt coffee reference from README 2014-02-27 06:28:24 -08:00
Ron Evans 981760bf1a Merge pull request #118 from hybridgroup/upd-opencv-examples
Fixed typos and updated examples comments and instructions.
2014-02-26 18:58:42 -08:00
edgarsilva bdb0226bed Fixed typos and updated examples comments and instructions. 2014-02-26 20:41:56 -06:00
Andrew Stewart e6b174ccde Remove unnecessary utility functions
The instantiate() function was only ever used for creating new adaptors/drivers
in cylon-* modules, and it's not necessary because we never pass more than one
param to those constructors
2014-02-25 12:23:03 -08:00
deadprogram 768e45390c Update to 0.10.4 2014-02-25 10:33:55 -08:00
Andrew Stewart 79b5e9947e Fix bug with subclass helper 2014-02-25 10:14:30 -08:00
Ron Evans 7aa0bf0dfd Merge pull request #116 from hybridgroup/coffeescript-utils
Add CoffeeScript convenience methods
2014-02-25 09:48:41 -08:00
Andrew Stewart 08c7da93bc Add CoffeeScript convenience methods
Adds a number of convenience methods from CoffeeScript to aid in converting
modules to plain Javascript.
2014-02-25 09:34:51 -08:00
Andrew Stewart 0fb3d27a0d Switch to built-ins for testing booleans 2014-02-24 09:18:15 -08:00
deadprogram fbd558183b Last cleanup of example 2014-02-21 22:14:40 -08:00
deadprogram 2d507fe7c4 DRY up example a little 2014-02-21 22:11:35 -08:00
deadprogram 10c5e12f8d Add example(s) for Leap Motion controlled LED via Skynet 2014-02-21 22:00:27 -08:00
Ron Evans af7207dad3 Merge pull request #115 from hybridgroup/add-litcoffee
Add litcoffee
2014-02-20 16:35:44 -08:00
xixebombilla 4a84b4f15b Merge branch 'master' of github.com:hybridgroup/cylon into add-litcoffee 2014-02-20 18:33:06 -06:00
xixebombilla 29101a2890 178 add litcoffee and js 2014-02-20 18:29:18 -06:00
xixebombilla 07a7a2c137 keyboard lit 2014-02-20 16:08:26 -06:00
Andrew Stewart 4ab1e0c8c4 Bump version to 0.10.3 2014-02-20 11:22:04 -08:00
Andrew Stewart d554f38d08 Revert "Remove unnecessary requires from cylon.coffee"
This reverts commit e74bc148d9.
2014-02-20 11:16:29 -08:00
Andrew Stewart f487dbe698 Remove commented-out method 2014-02-20 10:02:01 -08:00
xixebombilla fbb8643cad cattoy 2014-02-20 11:50:43 -06:00
deadprogram 55a774b7d6 Update to 0.10.2 2014-02-20 09:20:18 -08:00
deadprogram 277643bded Add skynet examples 2014-02-19 20:06:51 -08:00
deadprogram e2fa83196d Add named robot object vars for connections as well as devices 2014-02-19 19:42:46 -08:00
Andrew Stewart 2ad461f3c6 New tests for #proxyTestStubs global function 2014-02-19 15:52:47 -08:00
Ron Evans 2b79e04e14 Merge pull request #109 from hybridgroup/config-module
Add Config module to load config from env
2014-02-19 14:32:27 -08:00
deadprogram bb740c5cc2 Add constantly alias for repeated async loops 2014-02-19 14:13:10 -08:00
Andrew Stewart 4a85fa7a7a Config -> CylonConfig 2014-02-19 12:57:37 -08:00
Andrew Stewart e74bc148d9 Remove unnecessary requires from cylon.coffee
They're loaded later (in robot.coffee), and their namespace
(Cylon.{Adaptor,Driver}) is overridden immediately when we define the Cylon
class anyways.
2014-02-19 12:24:14 -08:00
Andrew Stewart d194ca76d3 Add Config module to load config from env
Better to keep configuration loading in one place than spread throughout Cylon.
2014-02-19 11:54:18 -08:00
deadprogram e0f4246306 Update to 0.10.1 2014-02-18 21:20:57 -08:00
deadprogram 308ffb7fad Add cattoy example 2014-02-18 20:33:10 -08:00
Andrew Stewart 1eb05c78fe Merge pull request #106 from hybridgroup/tdr
Test-driven robotics support
2014-02-18 16:33:32 -08:00
deadprogram f3da2c4e70 DRY up TestAdaptor and TestDriver classes 2014-02-18 16:29:38 -08:00
deadprogram cebb157704 Add working event and status to robot 2014-02-18 13:03:28 -08:00
deadprogram e59f8f23cc Fix tabs spaces... editor gone mad 2014-02-18 09:14:36 -08:00
deadprogram 81bdb639c5 Working adaptor and driver stubs for test driven robotics 2014-02-18 08:51:25 -08:00
deadprogram 44eae49422 WIP on TDR test stubs 2014-02-18 07:18:25 -08:00
deadprogram 02d0e138bb Add CYLON_TEST mode for TDR 2014-02-17 21:03:50 -08:00
Adrian Zankich 387aaa618c Merge pull request #103 from hybridgroup/bluetooth-scan-cmd
Added new 'cylon bluetooth scan' command.
2014-02-14 14:58:58 -08:00
edgarsilva 3d4ccfb173 Added new 'cylon bluetooth scan' command. 2014-02-14 13:00:12 -06:00
edgarsilva 80a3e915b5 Fixes mispelling of establishes. 2014-02-13 17:45:25 -06:00
Adrian Zankich 515ffc38f9 Add tessel hardware property to package.json 2014-02-13 15:31:37 -08:00
Andrew Stewart fe93b59d1e Bump Robeaux dependency to 0.0.4 2014-02-12 17:47:36 -08:00
deadprogram e3bf3092a5 Update to version 0.10.0 2014-02-06 17:50:21 -08:00
Andrew Stewart e55935f41a Bump Robeaux version to 0.0.3 2014-02-06 11:55:30 -08:00
Andrew Stewart 75a98854c7 Tidy up CLI classes/modules 2014-02-04 13:38:29 -08:00
Andrew Stewart f413e13088 Refer to new name for Cylon.Process 2014-02-04 11:31:17 -08:00