[pandorabots-general] Alicebot to control device

Ariyo Nugroho ariyo at itb98.com
Tue May 27 22:51:02 PDT 2008


Yup, you're very right!

What ALICE does in this scenario is like a 'command parser'. Instead
of defining new syntaxes, then writing down my own parser, it's easier
to use AIML to do this. Like what it is said: AIML is simpler than
regular expression :)

Controlling a model car is exciting, of course. But my concern is time
response. Especially if the car runs fast enough, compared to the time
needed by the system to interpret commands then send it to the car. It
would make the car crash the wall :D May be it would work if i had a
faster CPU.

But thank you for your idea :)


2008/5/28, Stanley E. Honour <stan at adnamis.org>:
> Thinking about your request a bit more; other places you could look for
> code is freeware / shareware for the visually blind.   A lot of voice
> control stuff has been written for them.   Also in the USA a popular
> device control hardware is called "X10".  (X10 hardware is cheap by the
> way)  It has been around a long time, lots of freeware associated with
> it.  What a chatbot AI brings to the table is 'flexible voice control'
> That is you don't have to say each command exactly the right way.   You
> could say the command a dozen different ways and as long as you are
> reasonable, it should work.   This would impress your professors, as
> literal voice command stuff has been done for years.   Perhaps one good
> way to demo this is with a remote control model car.  Rather than
> jiggling the remote joystick, you speak into a microphone /headset and
> the model car does whatever you say, even when you say the command
> different ways.   This also adds linear variables like speed and turn
> rate rather than just on/off stuff.  Good luck with your project! ;-))
>


More information about the pandorabots-general mailing list