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 ARC 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:
$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.
there is an init script that I use. It is setting $robotanswer = ""
you could add this at the top of this script without any issue.
I can setup roborealm for you if you would like.
Will, check Skype.
This is my startup script. It runs when there is a connection made to the EZB from ARC
WHOAMI script
GreetUser script
GetDatabaseInfo script
BrainFunctions Script
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.
I'm out at a farmers market til 7 pm pacific time. I can't get robot realm to accept the camera, I get an error "return image was not a JPEG image" or something like that . I followed your video. I'll see if you are online at 7 ish.
Thanks
Sounds good. Let me know. We will get it going for you.
I sent you a link to my googledrive. You can grab the Example Project from there, but let me know when you get on and I will get Alan recognizing you and doing things based on him recognizing you.
Hey Will. Here is what I got back from Steven at RoboRealm.
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
Thanks David. I'll redownload or rename the file. Might need your help with the two scripts you added after your saved the ezb file. ARC locked up and crashed so I lost the two last chatbot scripts.
At family birthday party right now. I will see if you are on after this thing wraps up in about an hour.
Will, are you around? I am able to connect now and get those scripts going for you.