It seems that my version of the controller gui is different from the version in the tutorials. In the Raw Camera window, the tutorials show 2 radio buttons...
nuts! This is a bug that was apparently introduced in 2.2, I'll get on that. (the same code is used for Seg Cam and Raw Cam, apparently the Raw Cam "mode" is...
... The same AIBO works fine with the same files on a 16 meg stick. I put the files on the AIBO Mind 32 meg stick, and put it in the AIBO. When I turn it on,...
John Arnold
jarnold@...
Nov 1, 2004 6:53 pm
515
... The same AIBO works fine with the same files on a 16 meg stick. When the AIBO Mind stick is used, it *immediately* plays the first few notes of Bach's...
John Arnold
jarnold@...
Nov 1, 2004 6:53 pm
516
... This is incorrect, it makes a different song (as described in the other mail). I thought I deleted that from my outbox! John...
John Arnold
jarnold@...
Nov 1, 2004 7:03 pm
517
... humph. perhaps not all pink memory sticks are created equal? This is the best I found on the subject: http://www.aibohack.com/rcode/index.html I think...
Ok, EThan, i see; it's similar to a watchdog ( ;-D ) timer. But if WalkControllerBehavior stops after 4 segundos from a command,... why if you put the forward...
Hi, I have a state machine where a WalkNode transitions to a PlayMotionSequenceNode on a button press (EventTrans), then transitions back after a timeout...
John Arnold
jarnold@...
Nov 4, 2004 7:28 pm
520
I have a theory - this was something my advisor actually just did the other day and it took us forever to track down... make sure in your root StateNode's...
... D'oh! That was exactly the problem. It's a sneaky one.. good to hear there will be some warning in the future! John...
John Arnold
jarnold@...
Nov 5, 2004 5:05 pm
522
I've installed Java3D 1.3.1 (both, SDK and RE), but Tekkotsu doesnt detect it and skip Aibo3D compiling (JAVA3D package not found). Java3D works OK and...
I just installed tekkotsu2.2 on my windows xp using cygwin. Whenever I run make update in order to load the necessary files on the pink memory stick, the...
... I take this back... version.txt should be the very last file of the whole shebang. This leads me to another theory that you have buffered access to your ...
Tekkotsu version 2.2.1 has been released! http://www.tekkotsu.org Although primarily a bug-fix release, there are a few new features as well. ... * Joint...
Thanks for your help, but I finally realized that I did not set the correct model of AIBO in my makefile within the project folder: TEKKOTSU_TARGET_MODEL ?=...
Hi! For the past few months, we have been migrating our code from Tekkotsu 1.4 to Tekkotsu 2.1, as part of our migration from the ERS 210s to the ERS 7 robots....
Gal Kaminka
galk@...
Nov 18, 2004 7:24 pm
529
... I've occasionally had issues with hangs, and in general solve it by using scattered printf/cout's... but I agree it doesn't work very well, especially if...
Just a reminder to those who are upgrading from older versions of the framework that you should be sure to update the files in your project directories, as...
... This bug just reported on the OPEN-R BBS may be of interest to you. Not quite the same symptom as yours, but does indicate some funny business going on...
Hi, I have observed that my AIBO ''shakes'' slightly, even when e-stop is connected. It didnīt experienced this behavior (almost so intense) in previous...
HI again, I've another question, this time about segmentation. If I open a ''Seg Cam Server'' and play with the ball in front of the camera, there is some...
... Does this happen when the e-stop is off too? Is this with a ers-2xx or ers-7? ... The PID values haven't been changed - the only one that isn't the ...
... This is the rather non-intuitive way of saying the wireless bandwidth is being saturated and frames are being dropped. ... Are you sure? In 2.2.1, unused...
Hello, I have had a similar problem with my aibo, model ERS-7. I'm still learning, and I though it could be normal, but I can't see it isn't. I have seen that...
Hello, I have had a similar problem with my aibo, model ERS-7. I'm still learning, and I though it could be normal, but I can't see it isn't. I have seen that...
Hello Ethan, thanks a lot for your responses! ... ers-2xx or ... It's an ERS-7; It happens even when I've not called "ControllerGUI". I've observed that, if I...
... Ah yes, as you may guess since pauladospublicidad mentions the ftp transmission as a factor as well - that's definitely something. Accessing data on the...
Hi, I had a problem that I don't know how to solve. I'm learning know about tekkotsu, and I'm trying the samples at Tekkotsu web. The problem I've found is...
... This turned out to be a bug in the sample code in the tutorial. The last two lines of DoStop() were in the wrong order. The lines must be in this order: ...