Dear Salvo There is no boot no record in walconf file. This is just to manage the wi-fi comm of the AIBO to pc. Even I run AIBO without this file & was unable...
Oops, I just realized I missed this message, apologies. (thanks Subh) I'll second Subh -- try deleting the wlanconf.txt file, and stick with the original...
Hi, Sorry to post this again, but I think it probably didn't go through last time. NEW_SKETCH(camFrame, uchar, sketchFromSeg()); NEW_SKETCH(ball, bool,...
... So far, so good. ... No, because sphere_shapes is a vector of Shape<SphereData>'s, not a single instance. Try this: if ( sphere_shapes.size() > 0 ) { ...
The only thing I can think of is a case problem. Linux generates all files and directories name in lowercase, while some configuration files have path in...
Salvatore Benedetto
salvatore.benedetto@...
Mar 3, 2007 2:33 pm
1595
The memory stick is not case sensitive. So the case shouldn't matter. The memory sticks only support 8.3 filenames though, so make sure you don't have any...
... I've used make newstick, update and install. I've never formatted the memory stick because I read not to. ... I tried fsck.msdos already and it gaves me no...
Salvatore Benedetto
salvatore.benedetto@...
Mar 3, 2007 10:43 pm
1597
What kind of memory stick is this? (You can't use the AiboMind sticks for development, even though they're still "pink") Perhaps see if you can get the Sony...
One ms says "Aibo Mind 2" on it, and with it aibo doesn't start, the other one is just pink and aibo starts, but does nothing but staying still. Lights on is...
Salvatore Benedetto
salvatore.benedetto@...
Mar 4, 2007 10:17 am
1599
... Set it aside, perhaps with a label "not for development" :) This is all thanks to Sony putting DRM on the memory sticks, which is also why you have to be...
... I know this is starting to get OT, but is there any way to restore the aibomind 2 memory stick with its original software? ... I hate DRM. ... Again,...
Salvatore Benedetto
salvatore.benedetto@...
Mar 5, 2007 8:10 am
1601
I will be out of the office starting 03/02/2007 and will not return until 03/12/2007....
Andrew Williams
Williams@...
Mar 5, 2007 9:04 am
1602
What is DRM. Where I can get some information about it? cheers Subh Ethan Tira-Thompson <ejt@...> wrote: So what do I do with Aibo Mind stick? And...
I'm not sure if this was previously discussed or not, but I want to detect distinct shapes or objects such as a bottle or the dog bone. Is this possible? If...
... People use color segmentation to avoid having to do object recognition -- because object recognition is hard. If you insist on doing object recognition,...
Hi, I am using NEW_SHAPEVEC in dual coding to get the sphere data out of the frame. Sometimes I get multiple sphere data out of the frame, and I am wondering...
... There is no "time" associated with a shape. If you're getting multiple Shape<SphereData> objects from a single camera image, it's because there are...
Last week Ethan and I, and Andrew Williams from Spelman College, gave a Tekkotsu workshop at the SIGCSE conference on computer science education. The slides...
Hi, does the Tekkotsu provide something to filter human voice? I have to make AIBO turn around while he is moving, and since his legs make too much "noise", I...
Salvatore Benedetto
salvatore.benedetto@...
Mar 17, 2007 5:38 pm
1612
... I'd very much like to make my optic flow sensor easy to integrate with the rest of Tekkotsu. What would be the apropriate Tekkotsu way of doing things? It...
... Here is some code from a student project in our Cognitive Robotics class of last year, by Jonah Sherman and Matus Telgarsky. Jonah was the lead on this...
... Great! That would make it much easier to integrate in the framework for other people to use :) I agree subclassing FilterBankGenerator would be the way to...
Thanks, Peter, it works! Ulrich _____ Von: tekkotsu_dev@yahoogroups.com [mailto:tekkotsu_dev@yahoogroups.com] Im Auftrag von Peter Mörck Gesendet: Montag, 19....
Ulrich Schmidt
ulrich.j.schmidt@...
Mar 19, 2007 3:52 pm
1618
Hello: We have just created a new behavior, but when we try to access it from the GUI, the AIBO crashes. Everything compiles fine, so we are truly lost trying...
Try using the crashDebug tool. I don't remember exactly where it is but I think it's under /tools somewhere in the Tekkotsu install tree. It must be run while...