From 55b17c131b128dcae74af1e5b8ec771f6fba08c0 Mon Sep 17 00:00:00 2001 From: Jodi Giordano Date: Sun, 6 Sep 2015 15:22:52 -0400 Subject: [PATCH] Do not run the script by default --- README.md | 12 ++++++------ bin/lego-ev3 | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ecf5f5c..4de35c2 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ To spawn it in foreground, you need to connect to the brick. ## TODO -* DSL -* Plug a state machine lib + graph the state machine -* TCP server -* Log to file with verbosity -* Log each sensor individually to graph them -* One polling thread per sensor \ No newline at end of file +* Add a DSL on top of current lib +* Add a state machine on top of current lib +* Use the state machine to produce graphs of robot logic +* Add logging and easy way to produce sensor graphs +* Polling sensors should probably be multi-threaded +* Add examples diff --git a/bin/lego-ev3 b/bin/lego-ev3 index e512263..13c522b 100755 --- a/bin/lego-ev3 +++ b/bin/lego-ev3 @@ -6,7 +6,7 @@ require 'pp' options = { upload: false, - mode: :run_local, + mode: :none, user_config: nil }