mikeudacity / robo-pace-betatest

0 stars 0 forks source link

shreeyak L02E16 #98

Open Shreeyak opened 7 years ago

Shreeyak commented 7 years ago

I think it would be a nice idea to have a quiz based on a simple state machine. I have used them extensively in my robots and think it would be a useful concept to test/remind students of.

cangelogamboa commented 7 years ago

I like this idea a lot! Did you use Markov chains? I will try and find a way to incorporate it in the course.

Shreeyak commented 7 years ago

I suppose it might resemble a markov chain. I used them to decode communication protocols byte-by-byte and to keep track of my robot's current state and how it affects a particular input (eg: if the battery<10%, then state = dead. Any command to move will be ignored in this state and a warning message will be sent instead).