Hi I controlled the folders and they were empty. I then cleared the system and rebuild the whole thing new. I gain no errors from the script. But It didn't...
... Hmm, the script only tries to unzip the OPEN_R_SDK archive if the /usr/ local/OPEN_R_SDK/OPEN_R directory doesn't already exist, don't know how you could...
Hi, I want to connect two aibos, with a duplex-connection. I mean, I want both dogs to be sending a receiving information, activating a behavior on each dog. ...
Hi everyone! I think I have found a possible bug in the code. Using "addRemoteListener" in two different aibos (for the same event, such as vision object event...
Huh, strange that the infinite loop only occurs on the deactivate. We don't have a maintainer for the remote event code, so you might need to keep digging to...
As you suggested, Ethan, just asking in eventProxy if the event is from that dog(the local dog), the problem is solved (I mean, the dog in which EventProxy is...
The following is how we implemented a work around to use the XWalkNode as one would use the WalkNode. I am unsure as to how the XWalkNode is supposed to work...
... This sounds like infinite recursion... but from your description it shouldn't be a problem: the processEvent posts completion, the completion fires the...
I'm working on a voice recognition system to communicate with AIBO and Chiara robots. I'm using Sphinx 3 to do the voice recognition and have that up and...
For sending text message events, sounds like you've got a good idea. This should work the same on the Chiara and the Aibo, and you'll be able to avoid writing...
... That got it. ... It was sending the output back to the remote computer. I tried putting the '&' back in to the send() call and got nothing back. Thanks...
Hi! When I create a new behavior, do I have always to mount the MS ? I have hardware problems with my PC, and the USB doesn't work anymore... Could I copy...
... I'm confused... you want to copy the ms folder to the memory stick without mounting it, and in particular without using USB? How would you connect the...
My remote speech recognition program is up and running smoothly (except when I try to demo it at a robotics workshop of course) but one of my professors would...
Yeah, I don't know anything about getting the quickcam's microphone working... just the usual linux configuration thrill ride. But there is a line-in port...
... Both the Chiara (see Chiara-Robot.com) and the planar hand-eye system use the Logitech Quickcam Pro 9000 webcam. I don't know if there is device driver...
A regular microphone works just fine connected to the standard jack without any tinkering. The only thing we had to do was turn up the microphone volume in...
Hi. For my research interests, I need to perform a Hough transform over a flow of images, in order to detect the main lines at the image. At now I'm receiving...
There are a couple ways to do this. If it's only a subset of OpenCV, then you could pull out the necessary files and dump them in Tekkotsu. Assuming these...
Thanks for your advices, Ethan. I will try to add either openCV or proprietary plain C++ Hough algorithms to Tekkotsu chain and, if successful, I will telll...
Regarding the Hough transform on AIBO, and some experiences with it, you may wish to have a look at the report of our student, Peter Mörck (and his code as...
... Like you suggest, both lowering compress_quality and using grayscale would help. I don't think jpeg_dct_method will significantly affect size, just...
... I've tried with a dedicated AP, but frame rate was worse than with an Ad-hoc AIBO-laptop network, perhaps due to the reasons you explained above. I haven't...
Hi, I just started using Tekkotsu a few weeks ago and have been getting acquainted with the environment by testing it on the Aibo ERS210 model. I am using...
... I can't say much about the crashing... it's apparently not finding the emon.log file on your memory stick, which the Aibo is supposed to write out when it...
Regarding the missing UserBehaviors.h file: it looks like you're running the "stable" release of Tekkotsu, which is nearly two years old now. The online...
Hello. Perhaps it is not THE solution, but I had many problems with a Behavior in which my AIBO was seeking the ball with the head: in more or less time...