Hi guys, i recently tried to do some things on ProgrammAB to work on the "brain" until i can get my 3d printer to work on the "body":
My plan: getting ProgrammAb to show me images like it works in the chat with mr.turing or at the pandora playground.
-My plan to do it:
Write in an AIML a Method using Python from MRL with the oob command. Store the answer "just prints a link in the Webgui" in a String -> get the link information out of the string by "cutting" it the right way -> get the link in the barebonesbrowser.
-Wished result:
Ask: Show me a cat
->Browser opens with a picture of a cat.
But im Stuck beacause if i store the response in a variable it is in this form: org.myrobotlab.service.ProgramAB$Response@5142116b
Now could i just use some kind of converter like the html filter to transform the response in a proper string like it is diplayed in the webgui?
Thx for you help =).
I think i did it!
I changed (after a lot of testing) the picture.aiml to this: