Commit Graph

873 Commits

Author SHA1 Message Date
Andrew Stewart 0ebd4153d4 Improve/expand test coverage for utils 2014-03-10 15:26:19 -07:00
Andrew Stewart 4c464f0d88 Remove Math.ceil from #toScale, JS has no integers/floats anyways 2014-03-10 15:25:39 -07:00
Andrew Stewart 3c6696a78f Reorganize Utils for easier testing 2014-03-10 12:00:48 -07:00
Andrew Stewart 56b66bded4 Add/improve specs for Connection class 2014-03-10 09:49:46 -07:00
Ron Evans 0f2ae42452 Merge pull request #132 from hybridgroup/cylon-specs
Refactors and better specs for Cylon class
2014-03-10 08:10:05 -07:00
Andrew Stewart cbbaa10c52 Add specs for Cylon#stop 2014-03-09 19:18:45 -07:00
Andrew Stewart a112a5bedc Add specs for Cylon#start 2014-03-09 19:17:40 -07:00
Andrew Stewart a1b230c62d Added specs for Cylon#findRobotConnection 2014-03-09 19:06:06 -07:00
Andrew Stewart 691547a97f Add specs for Cylon#findRobotDevice 2014-03-09 18:56:42 -07:00
Andrew Stewart 56768e1c86 Merge branch 'master' into cylon-specs
* master:
  Small changes to appease JSHint
  Prettyfy.
  Remove logging.
  Remove logging
  Refactoring cli commands to make them more friendly and pretty.
2014-03-07 23:34:36 -08:00
Andrew Stewart c0c4ce6958 Small changes to appease JSHint 2014-03-07 23:33:59 -08:00
Andrew Stewart 26008f3ee1 Merge pull request #131 from hybridgroup/cli-commands-refactor
Cli commands refactor
2014-03-07 17:08:11 -08:00
Andrew Stewart 263a1e5024 Start on improved Cylon specs 2014-03-07 16:52:51 -08:00
Edgar O Silva dc22164c0f Prettyfy. 2014-03-07 18:03:44 -06:00
Edgar O Silva eae946e41f Remove logging. 2014-03-07 15:58:26 -06:00
Edgar O Silva 7412977d47 Remove logging 2014-03-07 15:57:56 -06:00
Edgar O Silva 541c7402ef Refactoring cli commands to make them more friendly and pretty. 2014-03-07 15:57:08 -06:00
Ron Evans ea83c58097 Merge pull request #129 from hybridgroup/multi-arduino-skynet
Examples with multiple arduinos and skynet connections.
2014-03-06 14:54:22 -08:00
Edgar O Silva f761c22849 Rename arduinos and skynet connections examples. 2014-03-06 16:42:05 -06:00
Edgar O Silva 57066668ab Remove unnecessary example for pure-skynet and remove log messages from basestar. 2014-03-06 16:13:20 -06:00
Edgar O Silva 490a74d00b Add examples for multiple arduinos and multiple skynet connections. 2014-03-06 15:59:28 -06:00
Andrew Stewart 63d907daf3 Remove ARDrone examples
They live in cylon-ardrone now
2014-03-06 13:51:52 -08:00
Andrew Stewart 6d843f7097 Remove Firmata examples
They live in hybridgroup/cylon-firmata now.
2014-03-06 11:51:31 -08:00
Andrew Stewart f3135bfd2c Remove OpenCV examples
They live in hybridgroup/cylon-opencv now.
2014-03-06 11:15:52 -08:00
edgarsilva 86ba2698ea WIP on multi skynet connections. 2014-03-06 00:19:26 -06:00
Andrew Stewart 267c9fc7f6 Remove joystick-specific examples
They now live in hybridgroup/cylon-joystick
2014-03-05 21:28:30 -08:00
Andrew Stewart 5527a79858 Remove raspi examples
They live in hybridgroup/cylon-raspi.
2014-03-05 20:43:57 -08:00
Andrew Stewart 0859cd12aa Remove Beaglebone-specific examples
They live in hybridgroup/cylon-beaglebone
2014-03-05 20:13:53 -08:00
Andrew Stewart 2cf65b8651 Remove sphero-specific examples
They now live in hybridgroup/cylon-sphero
2014-03-05 13:59:48 -08:00
edgarsilva 4a3fdf7fec WIP on multipoe arduino controlled by skynet. 2014-03-05 14:50:39 -06:00
Andrew Stewart 9c5d1c3496 Refactor API configuration method 2014-03-04 16:18:51 -08:00
Andrew Stewart 5120c35f7c Provide backing variables instead of functions 2014-03-04 16:10:49 -08:00
Andrew Stewart 20a67ef590 Add and improve Robot tests 2014-03-04 13:03:31 -08:00
deadprogram ab23b997ef Update to 0.11.0 2014-03-04 08:57:30 -08:00
deadprogram f1d92f4c28 Add Rapiro example 2014-03-04 08:57:18 -08:00
Ron Evans d702d1077a Merge pull request #128 from hybridgroup/add-stop-to-connection
Add a stop function to the base connection class.
2014-03-04 08:48:04 -08:00
edgarsilva d54c9419af Add a stop function to the base connection class. 2014-03-04 10:45:19 -06:00
Andrew Stewart 4c5937695b Add Cylon-provided globals to generated .jshintrc files 2014-03-03 14:41:05 -08:00
Andrew Stewart 89f0e43570 Clean up Windows readline-SIGINT support 2014-03-03 14:35:32 -08:00
Andrew Stewart d8de60a02d Clean up var declarations in robot.js 2014-03-03 14:33:29 -08:00
Andrew Stewart d12adc64b1 Clarify license year in generated adaptors 2014-03-03 14:32:01 -08:00
Andrew Stewart 707703cae2 Improve Device specs 2014-03-03 13:54:33 -08:00
Andrew Stewart 79ff3a1233 Clean up Connection and Device classes 2014-03-03 12:43:30 -08:00
Andrew Stewart a88fe526f4 Add tests for Connection#data 2014-03-03 12:24:29 -08:00
Ron Evans 1de8ef594d Merge pull request #127 from skynetim/master
skynet examples updated to reflect change in skynet.im messaging format
2014-03-03 09:59:29 -08:00
Chris Matthieu d44b81681f skynet examples updated to reflect change in skynet.im messaging format 2014-03-03 10:34:39 -07:00
deadprogram 182e8c3ee8 Make sure connection's port valid before adaptor init 2014-03-01 00:24:26 -08:00
Ron Evans e6f6049e1e Merge pull request #126 from hybridgroup/robot-refactors
Refactors and Tests for Robot class
2014-02-28 21:49:43 -08:00
Andrew Stewart a1d678b7e6 Merge branch 'master' into robot-refactors
* master:
  Remove unnecessary requrie 'fs'.
  Fixes issue with only the last external command being registered.
  Use Ruby formatter for CoffeeScript examples
2014-02-28 20:52:55 -08:00
Andrew Stewart ef3aaf6591 Clean up initialization methods for adaptors/drivers 2014-02-28 20:50:45 -08:00