It seems all libraries are instaled but I got segmentation fault !! Anyone recognizes this error? Output:: ** Targeting TGT_ERS7 for build on PLATFORM_LOCAL **...
... you can try a make clean and see if it is somehow a problem of roboop/ all.h being malformed, but otherwise turn off precompiled headers in your project's...
With a previous version of gcc (I had 3.4.4-1 and changed to 3.3.3) it works just fine. Compilation process runs ok but when executing it does not go any ...
... I haven't seen that kind of failure before. Usually it's an issue of mutex deadlock, but it looks like it got through the startup stages fine. Your...
Thank you Ethan for all the help. The CMVision is included in the framework and I made some reading in the Tekkotsu home page and I´ve learned that the vision...
... correct ... You can make your behavior active by default by calling start() on the BehaviorSwitchControl for your behavior after you add it to the menu ...
I want my aiBO to, when it boots, run a spefic behaviour. I have a behaviour that makes the dog to follow de ball across de field em other things. I want my...
... Actually, this is exactly what I was suggesting in my previous email... You can make your behavior active by default (i.e. at boot) by calling start() on...
So, are you saying that I can replace the code in the StartupBehaviour with may behaviour code? If yes, is it still needed to do the addItem(...) thing in the ...
... Looks good. ... Right, just delete (or comment out) their 'addItem' entries, and that should allow the linker to strip them out altogether (nothing else ...
Within de documentation of LedEngine appeer some images of cool efects made with aibo´s face leds. Are there some algorithms available for such efects? -- ...
Look, I have a problem. I can get wireless connection with the aibo with the original memorystick. However, when giving the same wlanconf.txt with tekkotsu...
... Are you using tekkotsu with a "blank" pink memory stick, or are you trying to run it off of a commercial software stick? (e.g. AiboMind) The commercial...
Just wondering if there is anyone who has successfully created a behaviour for the AIBO to back itself onto the power cradle.... I don't think we require it to...
A couple of my students did it as a project in my course. The task is not trivial. Please let me know if you are seriously interested in more details - I'll...
Hello Jacek, I am interested in it - I would like the AIBO to turn around at a certain point (we have the point already recognised) and back into the cradle. ...
Hi Ruth and everyone else interested, By the end of this week I will update the home page of my course "AI for robots" with this year's project descriptions...
Yes, I am using those pink memory sticks 16MB. I would not think about messing with the original dark blue memory stick that came with the aibo :). I its...
... darn, there goes my theory. Could you post your wlanconf.txt? There's something vaguely coming to mind about a setting that the commercial software...
I've discovered a way to solve the problem... With the pre-compiled binaries from the tekkotsu homepage, and the very same wlanconf.txt I used with my ...
Look ethan, my seg camera in the controler gui only presents pink stuff...!! All the other colors are simply not detected... Why is that? -- Pedro Faria...
The other colors simply aren't configured... hot pink is fairly specific, not particularly common, and eas(ier) to generalize (no surprise that's why sony uses...
We now get to the point of the inter-aibo comunication... Class socket in the Tekkotsu has not the read() method implemented...!? Don´t you have comunication...
I'm not sure I understand how the face mask works. I would like to set the FaceMask LEDs to sad, happy, or some custom pattern, but I can't find anything like...
Previously I was just pointing people to Sony's own ModelInformation files (available from the Sony website in their documentation files) But as luck would...
I managed to use a .pos file to set the LED lights, but I'm having trouble with the Mode A versus Mode B. I'm using the virtual LED:ABmod and setting it to 1...
... Are the M and N leds for both mode A and B showing up, each at half brightness? This would indicate something else is setting mode A, and the two modes...
Hi Ethan, No, the red angry lights and the blue sad lights are both at full brightness. All of the postures I'm using are mutually exclusive - whenever I...