From 77b5f52e3abf2f40b86e15fe22f73d06fd2b53a0 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 3 Mar 2008 22:24:30 +0100 Subject: Added the sub State machines of the AI. --- digital/io/doc/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'digital/io/doc/makefile') diff --git a/digital/io/doc/makefile b/digital/io/doc/makefile index 3afed9d0..e0213364 100644 --- a/digital/io/doc/makefile +++ b/digital/io/doc/makefile @@ -1,2 +1,5 @@ -fsm : mainFsm.dot +fsm : mainFsm.dot chargeBall.dot getSamplesFsm.dot chuteFsm.dot dot -Tpng -o mainFsm.png mainFsm.dot + dot -Tpng -o chargeBall.png chargeBall.dot + dot -Tpng -o getSamplesFsm.png getSamplesFsm.dot + dot -Tpng -o chuteFsm.png chuteFsm.dot \ No newline at end of file -- cgit v1.2.3