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...
Thank you all for the quick responses. I have started the updating process on my version of Tekkotsu. I pasted in the line from the bleeding edge server...
... Yeah, this is fine—that file would store passwords for CVS servers, but the anonymous checkout doesn't need a password, so it really shouldn't even be...
Hi folks, I recently updated the machines in our lab to the Stable CVS branch of Tekkotsu. Upon giving a demo to some summer students, I noticed a strange gait...
... How recent was the update? I just tried it and it seems OK. I had to run: set Sensors.Heartbeat=true to get anything to show up in the AIbo3D window. But...
... Interesting. I performed the update on Monday. You are right, though, that the bleeding edge seems to work fine. I'll update the machines again to see if I...
If you're using the bleeding edge release of Tekkotsu, be advised that we've put out a new version of the stateparser tool (the thing that converts .h.fsm...