summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/getsamples/getsamples.dot
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-03-19 00:36:42 +0100
committerNélio Laranjeiro2008-03-19 00:36:42 +0100
commit2f97332fc96c32255be21986f9b867ab8ca4cd95 (patch)
treededbe046322aed02be50e5ad8b742a10fd5b27fc /digital/io/src/getsamples/getsamples.dot
parent1f9e5a0242b608ea941d6f8ea32fdc89c60224c1 (diff)
Removed generated files from the repository.
Diffstat (limited to 'digital/io/src/getsamples/getsamples.dot')
-rw-r--r--digital/io/src/getsamples/getsamples.dot11
1 files changed, 0 insertions, 11 deletions
diff --git a/digital/io/src/getsamples/getsamples.dot b/digital/io/src/getsamples/getsamples.dot
deleted file mode 100644
index 34a724fe..00000000
--- a/digital/io/src/getsamples/getsamples.dot
+++ /dev/null
@@ -1,11 +0,0 @@
-digraph getsamples { PREPARE_ARM
- PREPARE_ARM -> PREPARE_CLASSIFIER [ label = "arm_prepared" ];
- LOAD_SAMPLES
- FORWARD_CONTROL
- FORWARD_CONTROL -> PREPARE_ARM [ label = "move_finished" ];
- GO_TO_POSITION
- GO_TO_POSITION -> GO_TO_POSITION [ label = "move_blocked" ];
- GO_TO_POSITION -> FORWARD_CONTROL [ label = "move_finished" ];
- PREPARE_CLASSIFIER
- PREPARE_CLASSIFIER -> LOAD_SAMPLES [ label = "classifer_prepared" ];
-} \ No newline at end of file