Skip to content

Commit

Permalink
Add new figures
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jae-Yoon Chung committed Oct 11, 2018
1 parent 12184f2 commit 4d114c8
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/travel_personality_quiz_fsm_updated.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
digraph {
forcelabels=true
PEND -> SAY [ label=" GOAL " ]
SAY -> LISTEN [ label=" SAY_DONE " ]
SAY -> PEND [ label=" QUIZ_DONE " ]
LISTEN -> SAY [ label=" VALID_RESPONSE " ]
LISTEN:s -> LISTEN:s [ label=" INVALID_RESPONSE " ]
LISTEN -> LISTEN [ label=" DETECTED_FACE " ]
}
64 changes: 64 additions & 0 deletions docs/travel_personality_quiz_fsm_updated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d114c8

Please sign in to comment.