OK,
Getting Alan the Android head together for the KS video. I'm asking here hoping that the few people who are working with EZ, RR and EZ-AI, can help me work thru the highlights for the video.
In the video I'd like to highlight some of the obvious EZ Builder items, like color detection, face tracking etc. I have these set up just fine. As I get into EZ-AI I want to set up the Chatbot, which I am having trouble with the script that D.Cochran had on his video (prolly my fault). I get an error on line 5, here is the code I'm using from the video and the error:Code:
$QueryParams = "/C"
EXEC("C:\EZ-AI\EZ-AI.exe"), $QueryParams
Sleep(3000)
:SayRobotAnswer
waitforchange($robotanswer)
say($robotanswer)
goto(SayRobotAnswer)
(In the above code there is a space before line 5 and 6, which i think dave said needed to be there but doesnt show here?)
> Error on line 5: Variable not defined: $robotanswer
Next up I want to set up roborealm to do object and facial recognition. I need to set up so that the object name is sent back to EZ builder. I got most of dave video set up but not sure the code for variable watch for incoming and how to use the data. I want the robot to be able to use the name sent back for the robot to say "hello _____" when recognized. But only once or to maybe store in database to then address the person in chatbot etc.
Then the same similar set up for object recognition, with the robot saying what an object is, if queried.
Anyone who can help with these scripts I would be grateful. We have an extremely tight deadline for KS and a calendar of things to do.
Also any ideas of what you think would be great for ALAN to highlight in the video, suggestions are open!
I probably have a million other things but this is a good start.
Asked
— Edited
you could add this at the top of this script without any issue.
I can setup roborealm for you if you would like.
Code:
WHOAMI script
Code:
GreetUser script
Code:
GetDatabaseInfo script
Code:
BrainFunctions Script
Code:
I can get all of these other scripts for you or you could download the sample teddy project. I just tried to get the link but, it doesnt look like you can download from here. let me put it up at CochranRobotics.com. Sec.
Thanks
David,
AVM has actually migrated to a FREE plugin for RoboRealm. However, it is
no longer distributed along with the main package nor sold alongside
RoboRealm. Your user will need to access the files from the main
documentation page at
http://www.roborealm.com/help/AVM_Navigator.php
See the instructions at the top of that page on how to download and install.
Note, you can disable the nag message by selecting the checkbox that
appears on that same screen (sometimes reading what it says is helpful!) :-)
There is an existing problem that was corrected today that would not
reload the AVM module correctly. It seems there was a naming issue in
that the module is called AVM Navigator while the DLL is just Navigator.
This has been fixed. Your user can either download the file again (as
mentioned in the documentation page) or just rename Navigator.dll to
AVM_Navigator.dll in the plugins folder.
STeven.
On 6/19/2015 9:00 AM, David Cochran wrote:
> Hi Steven,
>
> I have purchased a couple copies of RoboRealm and use them in an AI
> project that I am working on. The project requires AVM. I have a
> user who just purchased RoboRealm but couldn't find a way to buy AVM.
> Is that product still available or has it become a part of RoboRealm?
>
> What is happening is that the user is able to add a Navigation object
> to his RoboRealm project but gets a license nag message. When he saves
> the .robo file and then reloads the project, the Navigation object is
> no longer in his project. I assume that this is because he is not
> licensed to use AVM.
>
> I am unable to find the AVM module for sale anymore.
>
> Thanks
> David